Cancel Item
The below API is used to get list of Items from Item Master.
Request: POST
Signature: /api/mobile/CancelItem?Token={Login_Token}&WONum={WorkOrder_ID}
Sample: /api/mobile/CancelItem?Token=VomYEMiECFFyAQ3==&WONum=18457
Response:
{
"Code": 1,
"Info": "Items were cancelled successfully.",
"RowsAffected": 2,
"Scalar": null,
"Identity": 0,
"RetInfo": null
}
Things to know about this API:
- Token - You can use Login API to get token displayed under Info
- WorkOrder_ID (Unique work order id)
- RowsAffected - Displays the total number of Items found