This endpoint allows you to update flex fields for bill of ladings on Octopi.
| Code | Description |
|---|---|
| 400 | Bad Request. |
| 404 | Not Found. |
| 422 | Unprocessable Entity. |
| 500 | Internal Server Error. |
curl "https://app.octopi.co/api/v1/manifests/CLIENT_IDENTIFIER/bill_of_ladings/NUMBER/flex_fields/LABEL" \
-X PUT \
"Authorization: Token token=ADD TOKEN HERE" \
-d '{ "value": "FLEX_FIELD_VALUE" }'
"value": "FLEX_FIELD_VALUE"
| Param name | Description |
|---|---|
|
manifest_client_identifier required |
Client identifier for the manifest Validations:
|
|
bill_of_lading_number required |
Number of the Bill of Ladings Validations:
|
|
label required |
Label of the flex field Validations:
|
|
value required |
Value of the flex field to change Validations:
|