Examples

curl -v -X PUT \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/json" \\
  -H "Authorization: Token token=YOURTOKEN" \\
  "https://app.octopi.co/api/v1/containers/CONTAINER_NUMBER/strip"

Params

Param name Description
container_number
required

The container number.

Validations:

  • Must be a String

occurred_at
optional

Date time of the stripping movement. We will use current date and time if empty.

Validations:

  • Must be a DateTime