This resource is used to handle callback for customer orders.
GET
Mandatory parameters
None.
Optional parameters
| Name | Type | Description |
|---|---|---|
| customer_id | string | Kaisa's unique ID for customer. |
| order_id | string | Order ID. |
| custnr | string | Partners unique customer number / ID. |
Output
| Name | Type | Description |
|---|---|---|
| created | string | Timestamp for when the order was received by Kaisa. |
| timestamp | string | Order creation timestamp. |
| cli_id | string | CLI ID. |
| order_id | string | Order ID. |
| order_value | string | Order value. |
| extras | string | Extra information attached to order. |
| customer_id | int | Kaisa's unique ID for customer. |
POST
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| timestamp | string | Order creation timestamp. |
| cli_id | string | CLI ID. |
| order_id | string | Order ID. |
| order_value | string | Order value. |
| customer_id | int | Kaisa's unique ID for customer. |
Optional parameters
| Name | Type | Description |
|---|---|---|
| extras | string | Extra information attached to order. |
Output
Same as GET.
PUT
Not supported.
DELETE
Not supported.
Comments
0 comments
Please sign in to leave a comment.