Containers
Edit a container
Update a container
patch/containers
Request body
Example request
{
"data": {
"attributes": {
"ref_numbers": [
"REF-12345"
]
}
}
}Response
OK
Example response
{
"data": {
"attributes": {
"fees_at_pod_terminal": [
{
"currency_code": "USD"
}
]
}
}
}