FINAL-DISPOSITION
This method allows inserting disposals/treatments through a REST API.
POST /apigateway/se/rest/v1/storeroom/final-disp
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idFinalDisp | String | No | ID # |
nmFinalDisp | String | Yes | Name |
Request example:
{
"idFinalDisp": "string",
"nmFinalDisp": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}