POST /v1/batches/{batch_number}
Update batch header
Parameters
+ batch_number (number, required) - batch identifier
Request
application/json
TS-Apikey: api-key
{
"data": {
"batch_extras": [
{
"key": "edited",
"value": "new"
}
],
"batch_settings": {
"app_version": "2.0.0",
"direction": "I",
"id_warehouse": "1",
"name": "modified",
"truck": "5",
"type": "R"
}
Response
application/json
HTTP 200
{
}

