ext.cargo.sender

Create the sender address at the cargo provider and store its id in the extension config.

Machine-readable body schema: /schemas/routes/ext.cargo.sender.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 120
    },
    "phone": {
      "type": "string",
      "minLength": 1,
      "maxLength": 20
    },
    "il": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    },
    "il_plaka": {
      "type": "string",
      "pattern": "^\\d{2}$"
    },
    "ilce": {
      "type": "string",
      "minLength": 1,
      "maxLength": 60
    },
    "address": {
      "type": "string",
      "minLength": 1,
      "maxLength": 500
    },
    "postaKodu": {
      "type": "string",
      "pattern": "^\\d{5}$"
    }
  },
  "required": [
    "name",
    "phone",
    "il",
    "il_plaka",
    "ilce",
    "address"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/ext.cargo.sender.md