Skip to content

Update a packaging station

PATCH
/partners/{id}/locations/{location_id}/stations/{station_id}
curl --request PATCH \
--url https://example.com/partners/example/locations/example/stations/example \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "storage_unit_auto_add": true }'
id
required
string
location_id
required
string
station_id
required
string
Media type application/json
object
name
Any of:
Any of:
string
storage_unit_auto_add
Any of:
Any of:
boolean
Example generated
{
"name": "example",
"storage_unit_auto_add": true
}
Media type application/json
object
id
required
string
partner_location_id
required
Any of:
string
name
required
string
storage_unit_auto_add
required
boolean
created_at
required
string
updated_at
required
string
deleted_at
required
Any of:
string
Example generated
{
"id": "example",
"partner_location_id": "example",
"name": "example",
"storage_unit_auto_add": true,
"created_at": "example",
"updated_at": "example",
"deleted_at": "example"
}