Add WO Comment

The below API is used to add Work Order Comment.

Request: POST

Signature: /api/mobile/AddWOComment?Token={Login_Token}

Body:

{
     "WONum":"WORKORDER_ID",
     "Comment":"COMMENT",
     "CustomerVisible":"BOOLEAN_VALUE"
}

Sample: /api/mobile/AddWOComment?Token=VomYEMiECFFyAQ3==

Body:

{
     "WONum":23568,
     "Comment":"Container NUmber SJFOGNRKG24 is delayed",
     "CustomerVisible":"true"
}

Response:

{
    "Code": 1,
    "Info": "Comment added successfully",
    "RowsAffected": 0,
    "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