Get Next Order Number
When creating a new purchase order, you may first want to obtain the next purchase order number available in the Merchandising purchase order number sequence.
Example URL
Here is an example of the resource URL:
GET
/PurchaseOrders/order/id
Example Response
Here is an example of the response body in JSON format:
{
""links"": [],
""order_no"": 100000047120,
""hyperMediaContent"": {
""linkRDO"": []
}
}