Skip to content

goodsReceiptStatus

Supported, no replacement yet

This endpoint remains fully supported. No replacement exists in the new API yet, and no action is needed. When a replacement ships you will get 12 months' notice, and this site will be updated.

Reference

/rest/stockMgmt/goodsReceipt/{vendorId}/{grnRef}/{statusId}

POST
Looks up Goods Receipt by the Vendor ID and grnRef supplied and, if found, changes the status to the statusId supplied.  NOTE this does not perform any processing associated with changing the status, it merely changes the status.


success response representation:

  • application/json
{
    "result" : "success",
    "result_msg" : ""
}


error response representation:

  • application/json
{
    "result" : "fail",
    "result_msg" : "<Oneserve error code>",
    "result_error_msg" : "<Oneserve error details>"

}


See the Stock Management API matrix for the full list of endpoints in this category.