Skip to main content
Version: Next

Material warehouse

This method allows inserting material warehouses through a REST API.

POST /apigateway/se/rest/v1/process/store-stuff

Request example:

Request body parameterTypeRequiredDescription
idStoreStringNoID #
nmStoreStringYesName
dsStoreStringNoDescription

Request example:

{
"idStore": "string",
"nmStore": "string",
"dsStore": "string"
}

Response example:

200 OK

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