22 lines
506 B
JSON
22 lines
506 B
JSON
|
{
|
||
|
"order": {
|
||
|
"orderId": "LDLW5N7MF4140324GUEST000P01",
|
||
|
"extOrderId": "Order id in your shop",
|
||
|
"orderCreateDate": "2012-12-31T12:00:00",
|
||
|
"notifyUrl": "http://tempuri.org/notify",
|
||
|
"customerIp": "127.0.0.1",
|
||
|
"merchantPosId": "98374",
|
||
|
"description": "My order description",
|
||
|
"currencyCode": "PLN",
|
||
|
"totalAmount": "200",
|
||
|
"products": [
|
||
|
{
|
||
|
"name": "Product 1",
|
||
|
"unitPrice": "200",
|
||
|
"quantity": "1"
|
||
|
}
|
||
|
],
|
||
|
"status": "CANCELED"
|
||
|
}
|
||
|
}
|