Delete WO Item

The below API is used to add an asset in Asset Management.

Request: POST

Signature: /api/mobile/DeleteWOItem?Token={Login_Token}&ItemID={Item_ID}

Sample: /api/mobile/DeleteWOItem?Token=VomYEMiECFFyAQ3==&ItemID=KtFvL6JUY2ZGvG-hlg=

Response:

{
    "Code": 1,
    "Info": "Item was removed successfully",
    "RowsAffected": 1,
    "Scalar": null,
    "Identity": 0,
    "RetInfo": null
}

Things to know about this API:

    1. Token - You can use Login API to get token displayed under Info
    2. Item_ID (You can get the Item ID using GetWO API)