POST /CheckOut2Api/UpdateOrderNumberThis method allows merchant to update the order number.
Input Parameters
| Name | Data Type | Default Value | Description |
|---|---|---|---|
| PurchaseId | String | An empty string | The ID obtained during the negotiation phase that identified the purchase. |
| OrderNumber | String | An empty string | Unique number for the purchase. |
Example request
{
"PurchaseId": "9540ca4458e0aabed5bbf9d95c1a015c",
"OrderNumber": "orderNumber4"
}Return Value
If successful, the method returns a HTTP status code 204 (OK). The server has successfully fulfilled the request and that there is no additional content to send in the response payload body.