Purpose: Used to create Sales Order
Resource URL: http://localhost:8382/WebReporter/api/v1/salesOrders
Method: POST
Authentication: Set Header As
X-Auth-Token: <API - KEY>
Request:
X-Auth-Token: EBFE27C595329E1D37D5D3A2DF601C1A387DB41896A737BFD45C7E58F41139E1045C09EB588C78E5
Post Data:
Accept: application/json
Test the application using the postman tool. For more details, click Postman Tool
{ |
Response Format:
Parameter |
Description |
Status |
The value will be "success" -or- "error" |
Message |
Error description in case of status is "error" |
{ "result": { "status": "Success", "id": 1 } } |