Skip to main content
Version: 2.2.3

FINAL-DISPOSITION

This method allows inserting disposals/treatments through a REST API.

POST /apigateway/se/rest/v1/storeroom/final-disp

Request example:

Request body parameterTypeRequiredDescription
idFinalDispStringNoID #
nmFinalDispStringYesName

Request example:

{
"idFinalDisp": "string",
"nmFinalDisp": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}