> For the complete documentation index, see [llms.txt](https://api-portal.novapost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-portal.novapost.com/methods/methods/api-errors.md).

# API errors

**If you receive an error that is not listed here, contact technical support: <servicedesk@novapost.com>**

How to use:

Each HTTP code is placed on a separate table (Error 400, Error 401, … Error 503). The table has two columns:&#x20;

* **Message** - the error text returned by the API.
* **Description** - the cause and what to do.

*In validation messages, the {n} marker is the array element index; in an actual response it is replaced with the element number (for example, parcels.0, parcels.1).*

### Error 400

<table><thead><tr><th width="299.6666259765625">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Invalid JSON format"</td><td>The request body (for POST/PUT/PATCH/DELETE methods) has an invalid JSON format. Check the request body syntax.</td></tr><tr><td>"Internal TypeError error"</td><td>An internal request-processing error on the service side. If it persists, contact support.</td></tr></tbody></table>

### Error 401

<table><thead><tr><th width="299.666748046875">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Unauthenticated."</td><td>The request was sent without authorization: the Authorization header is missing the Bearer token. Add a valid token.</td></tr><tr><td>"Invalid token"</td><td>The authorization token is invalid or corrupted. Obtain a new token and retry.</td></tr><tr><td>"Expired token"</td><td>The authorization token has expired. Obtain a new token and retry.</td></tr><tr><td>"Unauthorized"</td><td>The token failed authorization (access denied). Obtain a new token.</td></tr><tr><td>"Cid profile not found"</td><td>No client profile was found for the provided token. Make sure you authorize under a correct account.</td></tr></tbody></table>

### Error 403

<table><thead><tr><th width="300.3333740234375">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Access denied to this registry"</td><td>You do not have permission to print this registry. Printing is available only to the client who owns the registry (access is verified by company TIN or phone number). Make sure the registry was created under your account.</td></tr></tbody></table>

### Error 404

<table data-search="false"><thead><tr><th width="300.3333740234375">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"not_found"</td><td>The requested resource or route was not found. Depending on the method, this means: an unknown API key; a missing print result; the cargo classifier is unavailable; or an invalid identifier in the path (a UUID is expected).</td></tr><tr><td>"Document not found"</td><td>The verification-status method did not find a document for the parameters provided. Check the number or identifier of the international shipment.</td></tr><tr><td>"No shipments found in registry"</td><td>The registry contains no shipments eligible for marking-label printing. Add at least one shipment to the registry before printing.</td></tr><tr><td>"Registry PDF is corrupted."</td><td>The printable registry form was generated, but the resulting PDF file is empty or corrupted. Try printing again later; if the error persists, contact support.</td></tr><tr><td>"Registry not found"</td><td>The registry to print was not found for the specified identifier. Check the registry id and make sure it exists and belongs to you.</td></tr><tr><td>"Registry print not found."</td><td>The printable form for the international (MEN) registry could not be retrieved — the service returned no document content. Try again later.</td></tr><tr><td>"Shipment not found"</td><td>The shipment was not found for the specified number (tracking and marking-label printing methods). Check that the shipment number is correct.</td></tr><tr><td>"Shipments not found"</td><td>No shipments were found for the request parameters for tracking. Check the list of numbers or identifiers.</td></tr><tr><td>"This request cannot be deleted"</td><td>A courier pickup request with the specified identifier was not found among your active requests, so it cannot be deleted. Check the pickup request identifier.</td></tr><tr><td>"This request cannot be updated"</td><td>A courier pickup request with the specified identifier was not found among those available for editing. Only your own pickup requests in the Draft status can be updated.</td></tr><tr><td>"shipment not found"</td><td>The shipment was not found for the specified number while creating a claim or uploading files to it. Check that the shipment number is correct.</td></tr><tr><td>"shipment_not_found"</td><td>The shipment was not found for the specified number while retrieving a claim. Check that the shipment number is correct.</td></tr><tr><td>"shipments not found"</td><td>No shipments were found for the specified parameters for printing. Check the list of numbers or identifiers.</td></tr></tbody></table>

### Error 405

<table><thead><tr><th width="300.3333740234375">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Method Not Allowed"</td><td>The HTTP method is not supported by this route (for example, POST instead of GET). Check the request method.</td></tr></tbody></table>

### Error 422

<table data-search="false"><thead><tr><th width="299.6666259765625">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Cid profile timeout"</td><td>A temporary error occurred while retrieving the client profile during authorization. Try again later.</td></tr><tr><td>"Cid profile not found"</td><td>The client profile could not be retrieved during authorization. Try again later or check the account.</td></tr><tr><td>"&#x3C;error text from the customs-fees service>"</td><td>An error occurred while retrieving customs fees: the source service returned an error, and its text is inserted into the message. The cause depends on the text — most often an invalid country or request parameters.</td></tr><tr><td>"Address not found"</td><td>The address-search method found no option matching your query. Refine or add detail to the search query (for example, add a city or street).</td></tr><tr><td>"Auth user don't have companyTins"</td><td>To create a subscription of the legal (company) type, your profile must have at least one company TIN, but none was found. Make sure the account is linked to a company.</td></tr><tr><td>"CID profile can not be created"</td><td>The test client profile required to issue a test API key could not be created. Try again later or contact support.</td></tr><tr><td>"Cannot save more than 100 shipments"</td><td>A single registry cannot contain more than 100 shipments. Reduce the number of shipments in the request or split them across several registries.</td></tr><tr><td>"CompanyTins not exists in auth user"</td><td>The company TINs (companyTins) passed in the request do not belong to your profile. Use only the TINs registered under your account.</td></tr><tr><td>"Country code '&#x3C;countryCode>' is not allowed."</td><td>Fulfillment is not available for the country code specified in the path (countryCode). Make sure you use a supported country. The actual country code is inserted into the message.</td></tr><tr><td>"Duplicate file names"</td><td>The invoice-file upload request contains at least two files with the same name. File names must be unique within the request.</td></tr><tr><td>"Empty response from tracking service"</td><td>The test webhook call received no response from the tracking service, so the check was not completed. Try again later.</td></tr><tr><td>"File not found"</td><td>The dictionary file (the list of settlements where issuance is prohibited) is currently missing from storage. Try again later.</td></tr><tr><td>"Incorrect params for generate url"</td><td>The link to the divisions dictionary file could not be generated: there is no matching file for the requested export type. Check the request parameters.</td></tr><tr><td>"Invalid customer input format"</td><td>The customerInput value was recognized neither as a shipment number (EU format) nor as a recipient identification code. Check the format of the value provided.</td></tr><tr><td>"Invalid or unsupported countryCode. Supported values: UA, MD"</td><td>The countryCode parameter is missing or has an unsupported value. Only UA and MD are allowed for this method.</td></tr><tr><td>"Invalid response from NovaDoc."</td><td>The printable invoice was generated, but the electronic document-management service did not accept the document for signing (it returned no document identifier). Try again later.</td></tr><tr><td>"Jwt creation is not allowed, api key status is &#x3C;status>"</td><td>A token cannot be issued for this API key because the key is inactive. An active key has the ACTIVE status; the current status is inserted into the message. Contact your manager to activate the key.</td></tr><tr><td>"Missing file data"</td><td>The invoice-file upload request is missing mandatory file data (type or content). Make sure both the metadata and the file content are provided.</td></tr><tr><td>"Operation not available"</td><td>Marking-label printing is not available for the identifier provided: the id list contains a value in UUID format, whereas the method expects a numeric identifier or a shipment number.</td></tr><tr><td>"Parent shipment not found or status not allowed."</td><td>A Light Return cannot be created: the parent (original) shipment was not found, or its status does not allow a return — it has not yet been delivered to the recipient.</td></tr><tr><td>"Phone number must include the country code"</td><td>The phone number was provided without a country code. Provide the number in international format with the country code (for example, +380...).</td></tr><tr><td>"Registry has no shipments"</td><td>Printing is not possible: the registry contains no shipments.</td></tr><tr><td>"Registry not found"</td><td>The registry was not found or does not belong to your profile. Renaming, adding, and removing shipments are available only for your own registries. Check the registry id.</td></tr><tr><td>"Response error"</td><td>Customs fees could not be retrieved: a communication error with the source service or an invalid response from it. Try again later.</td></tr><tr><td>"Shipment not found"</td><td>While verifying access rights for registry printing, one of the registry's shipments was not found. Check the registry contents.</td></tr><tr><td>"System is required"</td><td>The invoice-file upload request does not specify the source system for the upload. Provide the mandatory upload parameters.</td></tr><tr><td>"Test keys are available only for test envs"</td><td>The test API key issuance method works only in test environments and is not available in the production environment.</td></tr><tr><td>"The service is temporarily unavailable"</td><td>The registry could not be created: the operation is temporarily unavailable for the specified sender country. Try again later.</td></tr><tr><td>"The specified document numbers [...] do not belong to the current user and must be excluded from the request."</td><td>Some of the shipment numbers in the request do not belong to your profile. Such numbers are listed in the message text — exclude them from the request and retry.</td></tr><tr><td>"This request cannot be fulfilled"</td><td>The registry operation cannot be performed: the registry was not found, does not belong to you, has not been loaded yet, or contains no shipments for this action. Check the registry id and its contents.</td></tr><tr><td>"This request cannot be saved"</td><td>The request with shipments cannot be saved: invalid identifiers were provided (a UUID is expected) or none of the shipments belong to your profile. Check the list of shipments.</td></tr><tr><td>"This request cannot be updated"</td><td>The courier pickup request cannot be updated: for a country other than Ukraine, an id in UUID format was provided in the path, whereas a different identifier format is expected.</td></tr><tr><td>"Unable to process"</td><td>The invoice file was provided in two modes at once (both as a file and as base64). Use only one method of passing the file.</td></tr><tr><td>"Unsupported file extension in files.{n}.metadata.name"</td><td>The invoice file has an unsupported extension (specified in the files.{n}.metadata.name field). Upload only files of the allowed types.</td></tr><tr><td>"Vip not found in Ukraine"</td><td>The client was not found for the specified API key. Check that the key is correct.</td></tr><tr><td>"change_not_available"</td><td>The invoice files for this shipment cannot be changed because of its current status. The operation is available only while the shipment is in the ReadyToShip or Draft status.</td></tr><tr><td>"deletion not allowed"</td><td>Only the sender can delete a shipment. If you are not the sender, deletion is not available.</td></tr><tr><td>"document_not_belong_to_user"</td><td>A Light Return cannot be created: the specified shipment does not belong to your profile.</td></tr><tr><td>"impossible_create_light_return"</td><td>A Light Return is not available for shipments within Ukraine unless a third party is specified as the payer (payerType = ThirdPerson).</td></tr><tr><td>"impossible_create_return"</td><td>Return creation is not available for shipments sent from Ukraine.</td></tr><tr><td>"no_attachments_found_for_the specified_shipment"</td><td>The specified shipment has no attached files.</td></tr><tr><td>"no_attachments_found_for_this_shipment"</td><td>The requested file (fileId) does not belong to this shipment's attachments. Check the file identifier.</td></tr><tr><td>"not_found"</td><td>No shipment was found for the identification code provided. Check that the code is correct.</td></tr><tr><td>"print fail"</td><td>The printable registry form could not be generated. Try printing again later.</td></tr><tr><td>"shipment_was_deleted"</td><td>This shipment has already been deleted, so it cannot be deleted again.</td></tr><tr><td>"you_are_not_authorized_to_access_this_shipment"</td><td>Access to the shipment is denied: you are neither its sender nor its recipient.</td></tr><tr><td>"address.latitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"address.longitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"barcodes.{n}": "validation.document_number_format"</td><td>Invalid shipment number format.</td></tr><tr><td>"bottomLeftLatitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"bottomLeftLongitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"countryCode": "validation.country_code"</td><td>Invalid country code. Expected ISO 3166-1 alpha-2 format (e.g. UA, PL).</td></tr><tr><td>"countryCodes.{n}": "validation.country_code"</td><td>Invalid country code. Expected ISO 3166-1 alpha-2 format (e.g. UA, PL).</td></tr><tr><td>"customerInput": "validation.customer_input_format"</td><td>Invalid customer identifier format.</td></tr><tr><td>"customerPhone": "validation.phone"</td><td>The phone number does not match the international format (it must include the country code, e.g. +380...).</td></tr><tr><td>"excludeCountryCode": "validation.country_code"</td><td>Invalid country code. Expected ISO 3166-1 alpha-2 format (e.g. UA, PL).</td></tr><tr><td>"id": "validation.not_integer_or_uuid"</td><td>The identifier must be an integer or a valid UUID.</td></tr><tr><td>"invoice.items": "validation.items.*.currency.must_be_same"</td><td>All invoice items must use the same currency.</td></tr><tr><td>"invoice.items.{n}.hsCode": "validation.hsCode.length"</td><td>Invalid length of the UKT ZED (HS) code.</td></tr><tr><td>"latitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"longitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"menNumber": "validation.document_number_format"</td><td>Invalid shipment number format.</td></tr><tr><td>"number": "validation.document_number_format"</td><td>Invalid shipment number format.</td></tr><tr><td>"numbers": "validation.document_number_format"</td><td>Invalid shipment number format.</td></tr><tr><td>"phone": "validation.phone"</td><td>The phone number does not match the international format (it must include the country code, e.g. +380...).</td></tr><tr><td>"recipientPhone": "validation.phone"</td><td>The phone number does not match the international format (it must include the country code, e.g. +380...).</td></tr><tr><td>"senderPhone": "validation.phone"</td><td>The phone number does not match the international format (it must include the country code, e.g. +380...).</td></tr><tr><td>"shipmentNumber": "validation.document_number_format"</td><td>Invalid shipment number format.</td></tr><tr><td>"shipments": "validation.array"</td><td>The value must be an array.</td></tr><tr><td>"topRightLatitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"topRightLongitude": "validation.range.not_in_range"</td><td>The coordinate value is out of the allowed range (latitude −90…90, longitude −180…180).</td></tr><tr><td>"COD": "The c o d field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"UUIDs": "The UUIDs field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"UUIDs": "The UUIDs field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"UUIDs": "The UUIDs field must have at least 1 items."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"UUIDs.{n}": "The UUIDs.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"UUIDs.{n}": "The UUIDs.{n} field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"activeOnDate": "The active on date field must match the format Y-m-d\TH:i:s.u\Z."</td><td>The value must match the ISO 8601 date-time format in UTC, e.g. 2026-07-21T12:00:00.000Z.</td></tr><tr><td>"actualDeliveryDateFrom": "The actual delivery date from field must be a date before or equal to actual delivery date to."</td><td>The value must be a date no later than actual delivery date to.</td></tr><tr><td>"actualDeliveryDateFrom": "The actual delivery date from field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"actualDeliveryDateFrom": "The actual delivery date from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"actualDeliveryDateTo": "The actual delivery date to field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"actualDeliveryDateTo": "The actual delivery date to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"additionalParameters": "The additional parameters field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"additionalParameters.marketplaceDelivery": "The additional parameters.marketplace delivery field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.partnerPaymentData": "The additional parameters.partner payment data field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"additionalParameters.partnerPaymentData.currencyCode": "The additional parameters.partner payment data.currency code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.partnerPaymentData.payerType": "The additional parameters.partner payment data.payer type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.partnerPaymentData.payerType": "The selected additional parameters.partner payment data.payer type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"additionalParameters.partnerPaymentData.paymentForm": "The additional parameters.partner payment data.payment form field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.partnerPaymentData.paymentForm": "The selected additional parameters.partner payment data.payment form is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"additionalParameters.partnerPaymentData.totalCost": "The additional parameters.partner payment data.total cost field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"additionalParameters.paymentForm": "The additional parameters.payment form field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.paymentForm": "The selected additional parameters.payment form is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"additionalParameters.recipientAddressLineRaw": "The additional parameters.recipient address line raw field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalParameters.recipientAddressLineRaw": "The additional parameters.recipient address line raw field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"additionalPhotos": "The additional photos field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"additionalPhotos.{n}": "The additionalPhotos.{n} field must be a file of type: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml."</td><td>The file must be one of the following types: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml.</td></tr><tr><td>"additionalPhotos.{n}": "The additionalPhotos.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"additionalPhotos.{n}": "The additionalPhotos.{n} field must not be greater than 4096 kilobytes."</td><td>The file size must not exceed 4096 KB.</td></tr><tr><td>"address": "The address field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"address": "The address field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"address": "The address field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"address": "The address field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"address": "The address field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"address.latitude": "The address.latitude field is required when address is present."</td><td>Required when address is provided.</td></tr><tr><td>"address.latitude": "The address.latitude field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"address.longitude": "The address.longitude field is required when address is present."</td><td>Required when address is provided.</td></tr><tr><td>"address.longitude": "The address.longitude field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"address.string": "The address.string field is required when address is present."</td><td>Required when address is provided.</td></tr><tr><td>"address.string": "The address.string field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"address.string": "The address.string field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"addressParts": "The address parts field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"addressParts.block": "The address parts.block field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.block": "The address parts.block field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.building": "The address parts.building field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.building": "The address parts.building field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.building": "The addressParts.building field is required when addressParts is !null."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.building": "The addressParts.building field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"addressParts.building": "The addressParts.building field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.building": "The addressParts.building field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.city": "The address parts.city field is required when address parts is present."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.city": "The address parts.city field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.city": "The address parts.city field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.city": "The addressParts.city field is required when addressParts is !null."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.city": "The addressParts.city field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.city": "The addressParts.city field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.flat": "The address parts.flat field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.flat": "The address parts.flat field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"addressParts.flat": "The addressParts.flat field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.flat": "The addressParts.flat field must not be greater than 10 characters."</td><td>The string must be at most 10 characters long.</td></tr><tr><td>"addressParts.note": "The address parts.note field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.note": "The address parts.note field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"addressParts.note": "The addressParts.note field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.note": "The addressParts.note field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.postCode": "The address parts.post code field is required when address parts is present."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.postCode": "The address parts.post code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.postCode": "The address parts.post code field must not be greater than 10 characters."</td><td>The string must be at most 10 characters long.</td></tr><tr><td>"addressParts.postCode": "The addressParts.postCode field is required when addressParts is !null."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.postCode": "The addressParts.postCode field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.postCode": "The addressParts.postCode field must not be greater than 10 characters."</td><td>The string must be at most 10 characters long.</td></tr><tr><td>"addressParts.region": "The address parts.region field is required when address parts is present."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.region": "The address parts.region field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.region": "The address parts.region field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.region": "The addressParts.region field is required when addressParts is !null."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.region": "The addressParts.region field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.region": "The addressParts.region field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.street": "The address parts.street field is required when address parts is present."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.street": "The address parts.street field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.street": "The address parts.street field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"addressParts.street": "The addressParts.street field is required when addressParts is !null."</td><td>Required when addressParts is provided.</td></tr><tr><td>"addressParts.street": "The addressParts.street field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"addressParts.street": "The addressParts.street field must not be greater than 100 characters."</td><td>The string must be at most 100 characters long.</td></tr><tr><td>"afterpayment": "The afterpayment field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"amount": "The amount field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"amount": "The amount field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"apiKey": "The api key field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"apiKey": "The api key field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"apiKey": "The api key field must be at least 32 characters."</td><td>The string must be at least 32 characters long.</td></tr><tr><td>"apiKey": "The api key field must not be greater than 40 characters."</td><td>The string must be at most 40 characters long.</td></tr><tr><td>"appealReason": "The appeal reason field must be 3 digits."</td><td>The value must contain exactly 3 digits.</td></tr><tr><td>"archive": "The archive field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"attachedDocumentTypeId": "The attached document type id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"attributes": "The attributes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"attributes.{n}": "The attributes.{n} field has a duplicate value."</td><td>The value is duplicated within the array — items must be unique.</td></tr><tr><td>"attributes.{n}": "The attributes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"attributes.{n}": "The selected attributes.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"barcodes": "The barcodes field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"barcodes": "The barcodes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"barcodes.{n}": "The barcodes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"blocked": "The blocked field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"blocked": "The blocked field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"bottomLeftLatitude": "The bottom left latitude field is required when bottomLeftLongitude / topRightLatitude / topRightLongitude is present."</td><td>Required when any of the following fields is provided: bottomLeftLongitude, topRightLatitude, topRightLongitude.</td></tr><tr><td>"bottomLeftLongitude": "The bottom left longitude field is required when bottomLeftLatitude / topRightLatitude / topRightLongitude is present."</td><td>Required when any of the following fields is provided: bottomLeftLatitude, topRightLatitude, topRightLongitude.</td></tr><tr><td>"boxId": "The box id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"boxId": "The box id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"canSelectRecipientAsPayer": "The can select recipient as payer field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"category": "The category field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"category": "The category field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"changeTime": "The change time field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"changeTime": "The change time field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"changeTime": "The change time field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"cid": "The cid field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"cid": "The cid field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"cid": "The cid field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"cids": "The cids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"cids.{n}": "The cids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.accountNumber": "The claim.account number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.bankAccountNumber": "The claim.bank account number field is required when claim.routing number is present."</td><td>Required when claim.routing number is provided.</td></tr><tr><td>"claim.bankAccountNumber": "The claim.bank account number field must have at least 8 digits."</td><td>The value must contain at least 8 digits.</td></tr><tr><td>"claim.bankAccountNumber": "The claim.bank account number field must not have more than 17 digits."</td><td>The value must contain at most 17 digits.</td></tr><tr><td>"claim.currencyCode": "The claim.currency code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"claim.currencyCode": "The claim.currency code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.currencyCode": "The selected claim.currency code is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"claim.ibanNumber": "The \"claim.ibanNumber\" does not follow the ISO-13616 format."</td><td>The bank account number does not match the IBAN format (ISO 13616 standard).</td></tr><tr><td>"claim.ibanNumber": "The \"claim.ibanNumber\" is invalid. Checksum validation failed."</td><td>The bank account number failed the checksum validation (invalid IBAN).</td></tr><tr><td>"claim.ibanNumber": "The claim.iban number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.ibanNumber": "The country code \":country\" is not supported."</td><td>The country code in the bank account number (IBAN) is not supported.</td></tr><tr><td>"claim.mfoBank": "The claim.mfo bank field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"claim.mfoBank": "The claim.mfo bank field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.routingNumber": "The claim.routing number field is required when claim.bank account number is present."</td><td>Required when claim.bank account number is provided.</td></tr><tr><td>"claim.routingNumber": "The claim.routing number field must be 9 digits."</td><td>The value must contain exactly 9 digits.</td></tr><tr><td>"claim.sum": "The claim.sum field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"claim.type": "The claim.type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"claim.type": "The claim.type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"claim.type": "The selected claim.type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"clientType": "The client type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"clientType": "The client type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"closed": "The closed field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"closingDateFrom": "The closing date from field must be a date before or equal to closing date to."</td><td>The value must be a date no later than closing date to.</td></tr><tr><td>"closingDateFrom": "The closing date from field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"closingDateFrom": "The closing date from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"closingDateTo": "The closing date to field must be a date after or equal to closing date from."</td><td>The value must be a date no earlier than closing date from.</td></tr><tr><td>"closingDateTo": "The closing date to field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"closingDateTo": "The closing date to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"code": "The code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"codes": "The codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"codes.{n}": "The codes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"codes.{n}": "The codes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"codes.{n}": "The codes.{n} field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"codes.{n}": "The codes.{n} field must not be greater than 3 characters."</td><td>The string must be at most 3 characters long.</td></tr><tr><td>"companies": "The companies field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"companies.{n}": "The companies.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"companies.{n}": "The companies.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"companies.{n}": "The companies.{n} field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"companies.{n}": "The companies.{n} field must not be greater than 15 characters."</td><td>The string must be at most 15 characters long.</td></tr><tr><td>"companyName": "The company name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"companyName": "The company name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"companyTin": "Access to the company is forbidden by API key."</td><td>Access to the specified company is forbidden for this API key. Check the key permissions for the sender company.</td></tr><tr><td>"companyTin": "The company tin field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"companyTin": "The company tin field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"companyTins": "The company tins field is required when type is legal."</td><td>Required when type = legal.</td></tr><tr><td>"companyTins": "The company tins field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"companyTins.{n}": "The companyTins.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"companyTins.{n}": "The companyTins.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"compensationReason": "The selected compensationReason is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"complaint": "The complaint field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"complaint": "The complaint field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"complaint.description": "The complaint.description field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"complaint.photo": "The complaint.photo field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"complaint.photo.{n}": "The complaint.photo.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"complaint.type": "The complaint.type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"complaint.type": "The complaint.type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"complaintPhotos.{n}": "The complaintPhotos.{n} field must be a file of type: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml."</td><td>The file must be one of the following types: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml.</td></tr><tr><td>"complaintPhotos.{n}": "The complaintPhotos.{n} field must not be greater than 4096 kilobytes."</td><td>The file size must not exceed 4096 KB.</td></tr><tr><td>"containsServices": "The contains services field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"contentType": "The selected content type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"copies": "The copies field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"copies": "The copies field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"copies": "The copies field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"copies": "The copies field must not be greater than 10."</td><td>The value must be at most 10.</td></tr><tr><td>"cost": "The cost field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"cost": "The cost field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"count": "The count field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"count": "The count field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"count": "The count field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"count": "The count field must not be greater than 100."</td><td>The value must be at most 100.</td></tr><tr><td>"country": "The country field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"country": "The country field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"country": "The selected country is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"country-code": "The country-code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"country-code": "The country-code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"countryCode": "Google search for country is disabled"</td><td>Address search is not available for the specified country.</td></tr><tr><td>"countryCode": "The country code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"countryCode": "The country code field must be 2 characters."</td><td>The string must be exactly 2 characters long.</td></tr><tr><td>"countryCode": "The country code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"countryCode": "The country code field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"countryCode": "The country code field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"countryCode": "The selected country code is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"countryCodes": "The country codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"countryCodes.{n}": "The country codes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"countryCodes.{n}": "The countryCodes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"countryCodes.{n}": "The countryCodes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"countryCodes.{n}": "The countryCodes.{n} field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"countryCodes.{n}": "The countryCodes.{n} field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"createdAtFrom": "The created at from field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"createdAtFrom": "The created at from field must be a date before created at to."</td><td>The value must be a date earlier than created at to.</td></tr><tr><td>"createdAtFrom": "The created at from field must be a date before or equal to created at to."</td><td>The value must be a date no later than created at to.</td></tr><tr><td>"createdAtFrom": "The created at from field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"createdAtFrom": "The created at from field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"createdAtFrom": "The created at from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"createdAtTo": "The created at to field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"createdAtTo": "The created at to field must be a date after created at from."</td><td>The value must be a date later than created at from.</td></tr><tr><td>"createdAtTo": "The created at to field must be a date after or equal to created at from."</td><td>The value must be a date no earlier than created at from.</td></tr><tr><td>"createdAtTo": "The created at to field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"createdAtTo": "The created at to field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"createdAtTo": "The created at to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"createdBy": "The created by field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"createdByUser": "The created by user field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"createdByUser": "The created by user field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"cultureInfo": "The culture info field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"cultureInfo": "The culture info field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"cultureInfo": "The culture info field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"currencyCode": "The currency code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"currencyCode": "The currency code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"currency_code": "The currency code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"currency_code": "The selected currency code is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"cursor": "The cursor field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"customer": "The customer field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"customer": "The customer field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"customer": "The selected customer is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"customerInput": "The customer input field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"customerServiceAvailable": "The customer service available field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"customerTINPhotos": "The customer t i n photos field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"customerTINPhotos.{n}": "The customerTINPhotos.{n} field must be a file of type: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml."</td><td>The file must be one of the following types: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml.</td></tr><tr><td>"customerTINPhotos.{n}": "The customerTINPhotos.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"customerTINPhotos.{n}": "The customerTINPhotos.{n} field must not be greater than 4096 kilobytes."</td><td>The file size must not exceed 4096 KB.</td></tr><tr><td>"customerTin": "The customer tin field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"customerType": "The selected customer type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"date": "The date field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"date": "The date field must match the format Y-m-d\TH:i:s.u\Z."</td><td>The value must match the ISO 8601 date-time format in UTC, e.g. 2026-07-21T12:00:00.000Z.</td></tr><tr><td>"deleted": "The deleted field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"deletionMark": "The deletion mark field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"deletionMark": "The deletion mark field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"deliveryPartner": "The delivery partner field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"deliveryPartner": "The selected delivery partner is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"deliveryType": "The delivery type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"deliveryType": "The selected delivery type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"deliveryTypes": "The delivery types field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"deliveryTypes": "The selected delivery types is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"description": "The description field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"description": "The description field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"divisionCategories": "The division categories field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"divisionCategories.{n}": "The divisionCategories.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"divisionCategoryIds": "The division category ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"divisionCategoryIds.{n}": "The divisionCategoryIds.{n} field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"divisionCategoryIds.{n}": "The divisionCategoryIds.{n} field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"divisionId": "The division id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"divisionIds": "The division ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"divisionIds.{n}": "The division ids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"docNumber": "The doc number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"docNumber": "The doc number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"docNumber": "The doc number field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"documentType": "The document type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"documentType": "The selected document type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"email": "The email field must be a valid email address."</td><td>The value must be a valid email address.</td></tr><tr><td>"email": "The email field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"errorState": "The error state field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"errorState": "The error state field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"eventTypes": "The event types field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"eventTypes.{n}": "The eventTypes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"eventTypes.{n}": "The eventTypes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"export": "The export field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"expressDecision": "The express decision field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"expressDecision": "The selected expressDecision is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"extended": "The extended field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"externalIds": "The external ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"externalIds.{n}": "The externalIds.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"externalIds.{n}": "The externalIds.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"externalIds.{n}": "The externalIds.{n} field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"externalIds.{n}": "The externalIds.{n} field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"file": "The file field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"file": "The file field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"fileContentType": "The file content type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"fileId": "The file id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"fileId": "The file id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"fileName": "The file name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"files": "Missing file data"</td><td>Mandatory file data is missing (type or content).</td></tr><tr><td>"files": "Too many files"</td><td>The allowed number of files in the request is exceeded.</td></tr><tr><td>"files.{n}.file": "File is too large to upload"</td><td>The file size exceeds the allowed limit.</td></tr><tr><td>"files.{n}.metadata.typeCode": "Missing file data"</td><td>Mandatory file data is missing (type or content).</td></tr><tr><td>"files.{n}.metadata.typeId": "Missing file data"</td><td>Mandatory file data is missing (type or content).</td></tr><tr><td>"firstName": "The first name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"firstName": "The first name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"flowType": "The flow type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"flowType": "The flow type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"fullList": "The full list field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"fullName": "The full name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"fullName": "The full name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"fullName": "The full name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"fuzzy": "The fuzzy field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"hasArrival": "The has arrival field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"hasStorage": "The has storage field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"iBans": "The i bans field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"iBans.{n}": "The iBans.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"iBans.{n}": "The iBans.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"id": "The id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"id": "The id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"id": "The id field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"id": "The id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"id": "The id field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"id": "The id must be a valid UUID or integer."</td><td>The identifier must be a valid UUID or an integer.</td></tr><tr><td>"identificationSource": "The identification source field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"identificationSource": "The identification source field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"ids": "The ids field is required when none of numbers / trackingDateFrom / trackingDateTo are present."</td><td>Required when none of the following fields are provided: numbers, trackingDateFrom, trackingDateTo.</td></tr><tr><td>"ids": "The ids field is required when numbers is not present."</td><td>Required when numbers is not provided.</td></tr><tr><td>"ids": "The ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"ids": "The ids field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"ids": "The ids field must not have more than 100 items."</td><td>The array must contain at most 100 items.</td></tr><tr><td>"ids": "The ids field must not have more than 200 items."</td><td>The array must contain at most 200 items.</td></tr><tr><td>"ids.{n}": "The ids.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"ids.{n}": "The ids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"ids.{n}": "The ids.{n} field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"ids.{n}": "The ids.{n} field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"import": "The import field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"inRegistry": "The in registry field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"international": "The international field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"invoice": "The invoice field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"invoice.clientInvoice": "The invoice.client invoice field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"invoice.clientInvoice": "The selected invoice.client invoice is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.cost": "The invoice.cost field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"invoice.cost": "The invoice.cost field is required when invoice.currency is present."</td><td>Required when invoice.currency is provided.</td></tr><tr><td>"invoice.cost": "The invoice.cost field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.cost": "The invoice.cost field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"invoice.cost": "The invoice.cost field must be at least 0."</td><td>The value must be at least 0.</td></tr><tr><td>"invoice.cost": "The invoice.cost field must be greater than or equal to 0."</td><td>The value must be at least 0.</td></tr><tr><td>"invoice.cost": "The invoice.cost field must be less than or equal to 9999999999.99."</td><td>The value must be at most 9999999999.99.</td></tr><tr><td>"invoice.cost": "The invoice.cost field must not be greater than 999999999.99."</td><td>The value must be at most 999999999.99.</td></tr><tr><td>"invoice.currency": "The invoice.currency field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"invoice.currency": "The invoice.currency field is required when invoice.cost is present."</td><td>Required when invoice.cost is provided.</td></tr><tr><td>"invoice.currency": "The invoice.currency field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.currency": "The invoice.currency field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.currency": "The selected invoice.currency is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.customerCreatedAt": "The invoice.customer created at field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.customerCreatedAt": "The invoice.customer created at field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.customerCreatedAt": "The invoice.customer created at field must match the format Y-m-d."</td><td>The value must match the date format YYYY-MM-DD, e.g. 2026-07-21.</td></tr><tr><td>"invoice.customerCreatedAt": "The invoice.customer created at field must match the format Y-m-d\TH:i:s.u\Z."</td><td>The value must match the ISO 8601 date-time format in UTC, e.g. 2026-07-21T12:00:00.000Z.</td></tr><tr><td>"invoice.customerNumber": "Client invoice number required"</td><td>Required field — specify the client invoice number.</td></tr><tr><td>"invoice.customerNumber": "The invoice.customer number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.customerNumber": "The invoice.customer number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.customerNumber": "The invoice.customer number field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"invoice.customerNumber": "The invoice.customer number field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"invoice.exportReason": "The invoice.export reason field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.exportReason": "The invoice.export reason field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.exportReason": "The selected invoice.export reason is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.incoterm": "The invoice.incoterm field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.incoterm": "The invoice.incoterm field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.incoterm": "The selected invoice.incoterm is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.invoiceFile": "Client invoice file required"</td><td>Required field — attach the client invoice file.</td></tr><tr><td>"invoice.invoiceFile": "The invoice.invoice file field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"invoice.invoiceFile.base64Content": "The invoice.invoice file.base64 content field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.invoiceFile.base64Content": "file is required"</td><td>Required field — provide the file content (base64).</td></tr><tr><td>"invoice.invoiceFile.filename": "The invoice.invoice file.filename field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.invoiceFile.filename": "filename is required"</td><td>Required field — specify the file name.</td></tr><tr><td>"invoice.invoiceSign": "Client invoice signature required"</td><td>Required field — specify the client invoice signature.</td></tr><tr><td>"invoice.invoiceSign": "The invoice.invoice sign field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"invoice.invoiceType": "The invoice.invoice type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.invoiceType": "The invoice.invoice type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.invoiceType": "The selected invoice.invoice type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.iossCode": "IOSSNumber is incorrect"</td><td>Invalid IOSS number.</td></tr><tr><td>"invoice.iossCode": "The invoice.ioss code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.iossCode": "The invoice.ioss code field must be at least 8 characters."</td><td>The string must be at least 8 characters long.</td></tr><tr><td>"invoice.iossCode": "The invoice.ioss code field must not be greater than 12 characters."</td><td>The string must be at most 12 characters long.</td></tr><tr><td>"invoice.items": "Invoice item currencies must match."</td><td>All invoice items must use the same currency.</td></tr><tr><td>"invoice.items": "The invoice.items field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items": "The invoice.items field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"invoice.items": "The invoice.items field must have at least 1 items."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"invoice.items.{n}.actualWeight": "The invoice.items.{n}.actual weight field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"invoice.items.{n}.actualWeight": "The invoice.items.{n}.actual weight field must be less than or equal to 2147483647."</td><td>The value must be at most 2147483647.</td></tr><tr><td>"invoice.items.{n}.amount": "The invoice.items.{n}.amount field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.amount": "The invoice.items.{n}.amount field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"invoice.items.{n}.amount": "The invoice.items.{n}.amount field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"invoice.items.{n}.amount": "invoice.items.{n}.amount must be a positive integer"</td><td>The value must be a positive integer.</td></tr><tr><td>"invoice.items.{n}.cost": "The invoice.items.{n}.cost field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.cost": "The invoice.items.{n}.cost field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"invoice.items.{n}.cost": "The invoice.items.{n}.cost field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"invoice.items.{n}.currency": "The invoice.items.{n}.currency field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"invoice.items.{n}.currency": "The invoice.items.{n}.currency field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.currency": "The selected invoice.items.{n}.currency is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.items.{n}.hsCode": "HsCode must contain exactly 10 digits"</td><td>The UKT ZED (HS) code must contain exactly 10 digits.</td></tr><tr><td>"invoice.items.{n}.hsCode": "The invoice.items.{n}.hs code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.hsCode": "The invoice.items.{n}.hs code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.hsCode": "The invoice.items.{n}.hs code field must not be greater than 10 characters."</td><td>The string must be at most 10 characters long.</td></tr><tr><td>"invoice.items.{n}.hsCodeClearance": "Invoice.items.{n}.hsCodeClearance must contain exactly 8 digits"</td><td>The customs-clearance UKT ZED (HS) code must contain exactly 8 digits.</td></tr><tr><td>"invoice.items.{n}.hsCodeClearance": "The invoice.items.{n}.hs code clearance field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.hsCodeDeclaration": "Invoice.items.{n}.hsCodeDeclaration must contain exactly 8 digits"</td><td>The declaration UKT ZED (HS) code must contain exactly 8 digits.</td></tr><tr><td>"invoice.items.{n}.hsCodeDeclaration": "The invoice.items.{n}.hs code declaration field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.material": "The invoice.items.{n}.material field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.material": "The invoice.items.{n}.material field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.material": "The invoice.items.{n}.material field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"invoice.items.{n}.measurementCode": "The invoice.items.{n}.measurement code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.measurementCode": "The invoice.items.{n}.measurement code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.name": "The invoice.items.{n}.name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.name": "The invoice.items.{n}.name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.name": "The invoice.items.{n}.name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"invoice.items.{n}.nameEng": "The invoice.items.{n}.name eng field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.nameEng": "The invoice.items.{n}.name eng field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.nameEng": "The invoice.items.{n}.name eng field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"invoice.items.{n}.packingType": "The invoice.items.{n}.packing type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.packingType": "The invoice.items.{n}.packing type field must not be greater than 30 characters."</td><td>The string must be at most 30 characters long.</td></tr><tr><td>"invoice.items.{n}.producerAndModel": "The invoice.items.{n}.producer and model field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.items.{n}.rowNumber": "invoice.items.{n}.rowNumber must be a positive integer"</td><td>The value must be a positive integer.</td></tr><tr><td>"invoice.items.{n}.weight": "The invoice.items.{n}.weight field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.items.{n}.weight": "The invoice.items.{n}.weight field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"invoice.items.{n}.weight": "The invoice.items.{n}.weight field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"invoice.payerChargeCustoms": "The invoice.payer charge customs field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.payerChargeCustoms": "The selected invoice.payer charge customs is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.payerFeesCustoms": "The invoice.payer fees customs field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"invoice.payerFeesCustoms": "The invoice.payer fees customs field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"invoice.payerFeesCustoms": "The selected invoice.payer fees customs is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"invoice.type": "The invoice.type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"isActive": "The is active field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"isActive": "The is active field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"isEURegistry": "The is e u registry field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"isThirdPartyPayerContract": "The is third party payer contract field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"keyword": "The keyword field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"keyword": "The keyword field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"keyword": "The keyword field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"keyword": "The keyword field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"lang": "The lang field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"lang": "The lang field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"lang": "The lang field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"lastName": "The last name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"lastName": "The last name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"latitude": "The latitude field is required when longitude is present."</td><td>Required when longitude is provided.</td></tr><tr><td>"latitude": "The latitude field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"legalAddress": "The legal address field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"limit": "The limit field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"limit": "The limit field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"limit": "The limit field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"limit": "The limit field must not be greater than 100."</td><td>The value must be at most 100.</td></tr><tr><td>"limit": "The limit field must not be greater than 101."</td><td>The value must be at most 101.</td></tr><tr><td>"locale": "The locale field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"locale": "The locale field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"locale": "The locale field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"lockVersion": "The lock version field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"lockVersion": "The lock version field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"lockVersion": "The lock version field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"longitude": "The longitude field is required when latitude is present."</td><td>Required when latitude is provided.</td></tr><tr><td>"longitude": "The longitude field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"main": "The main field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"main": "The main field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"mainPayerType": "The main payer type field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"mainPayerType.{n}": "The main payer type.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"mainPayerType.{n}": "The selected main payer type.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"maxDeclaredCostPlace": "The max declared cost place field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"maxDeclaredCostPlace": "The max declared cost place field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxHeightPlaceRecipient": "The max height place recipient field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxHeightPlaceRecipient": "The max height place recipient field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxHeightPlaceSender": "The max height place sender field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxHeightPlaceSender": "The max height place sender field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxLengthPlaceRecipient": "The max length place recipient field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxLengthPlaceRecipient": "The max length place recipient field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxLengthPlaceSender": "The max length place sender field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxLengthPlaceSender": "The max length place sender field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxWeightPlaceRecipient": "The max weight place recipient field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxWeightPlaceRecipient": "The max weight place recipient field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxWeightPlaceSender": "The max weight place sender field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxWeightPlaceSender": "The max weight place sender field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxWidthPlaceRecipient": "The max width place recipient field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxWidthPlaceRecipient": "The max width place recipient field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"maxWidthPlaceSender": "The max width place sender field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"maxWidthPlaceSender": "The max width place sender field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"middleName": "The middle name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"moneyTransfer": "The money transfer field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"name": "The name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"name": "The name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"name": "The name field must be at least 1 characters."</td><td>The string must be at least 1 characters long.</td></tr><tr><td>"name": "The name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"needPay": "The need pay field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"notExistPickup": "The not exist pickup field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"notOwnerDocumentTypes": "The not owner document types field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"note": "The note field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"note": "The note field must not be greater than 1000 characters."</td><td>The string must be at most 1000 characters long.</td></tr><tr><td>"note": "The note field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"number": "The number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"number": "The number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"number": "The number field must be at least 1 character."</td><td>The string must be at least 1 characters long.</td></tr><tr><td>"number": "The number field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"number": "The number field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"number": "The number field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"numbers": "The numbers field is required when ids is not present."</td><td>Required when ids is not provided.</td></tr><tr><td>"numbers": "The numbers field is required when none of ids / trackingDateFrom / trackingDateTo are present."</td><td>Required when none of the following fields are provided: ids, trackingDateFrom, trackingDateTo.</td></tr><tr><td>"numbers": "The numbers field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"numbers": "The numbers field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"numbers": "The numbers field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"numbers": "The numbers field must have at least 1 items."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"numbers": "The numbers field must not have more than 100 items."</td><td>The array must contain at most 100 items.</td></tr><tr><td>"numbers": "The numbers field must not have more than 200 items."</td><td>The array must contain at most 200 items.</td></tr><tr><td>"numbers.{n}": "The numbers.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"numbers.{n}": "The numbers.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"onlySelfNumber": "The only self number field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"organizationName": "The organization name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"page": "The page field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"page": "The page field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"page": "The page field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"parcelNumber": "The parcel number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels": "The parcels field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels": "The parcels field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"parcels.{n}.actualWeight": "The parcels.{n}.actual weight field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.actualWeight": "The parcels.{n}.actual weight field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"parcels.{n}.actualWeight": "The parcels.{n}.actual weight field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcels.{n}.actualWeight": "The parcels.{n}.actual weight field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.actualWeight": "The parcels.{n}.actual weight field must be less than or equal to 2147483647."</td><td>The value must be at most 2147483647.</td></tr><tr><td>"parcels.{n}.cargoCategory": "The parcels.{n}.cargo category field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.cargoCategory": "The parcels.{n}.cargo category field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"parcels.{n}.cargoCategory": "The selected parcels.{n}.cargo category is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"parcels.{n}.clientParcel": "The parcels.{n}.client parcel field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"parcels.{n}.clientParcel.number": "The parcels.{n}.client parcel.number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"parcels.{n}.height": "The parcels.{n}.height field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.height": "The parcels.{n}.height field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcels.{n}.height": "The parcels.{n}.height field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.height": "The parcels.{n}.height field must be less than or equal to 32767."</td><td>The value must be at most 32767.</td></tr><tr><td>"parcels.{n}.insuranceCost": "The parcels.{n}.insurance cost field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.insuranceCost": "The parcels.{n}.insurance cost field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"parcels.{n}.insuranceCost": "The parcels.{n}.insurance cost field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.insuranceCost": "parcels.*.insuranceCost is required."</td><td>Required field — specify the parcel insurance value.</td></tr><tr><td>"parcels.{n}.insuranceCost": "parcels.*.insuranceCost should be a valid number."</td><td>The parcel insurance value must be a valid number.</td></tr><tr><td>"parcels.{n}.length": "The parcels.{n}.length field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.length": "The parcels.{n}.length field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcels.{n}.length": "The parcels.{n}.length field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.length": "The parcels.{n}.length field must be less than or equal to 32767."</td><td>The value must be at most 32767.</td></tr><tr><td>"parcels.{n}.number": "The parcels.{n}.number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"parcels.{n}.parcelDescription": "The parcels.{n}.parcel description field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.parcelDescription": "The parcels.{n}.parcel description field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"parcels.{n}.parcelDescription": "The parcels.{n}.parcel description field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"parcels.{n}.parcelDescription": "The parcels.{n}.parcel description field must not be greater than 3000 characters."</td><td>The string must be at most 3000 characters long.</td></tr><tr><td>"parcels.{n}.rowNumber": "The parcels.{n}.row number field has a duplicate value."</td><td>The value is duplicated within the array — items must be unique.</td></tr><tr><td>"parcels.{n}.rowNumber": "The parcels.{n}.row number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.rowNumber": "The parcels.{n}.row number field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcels.{n}.rowNumber": "The parcels.{n}.row number field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.rowNumber": "The selected parcels.{n}.row number is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"parcels.{n}.width": "The parcels.{n}.width field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcels.{n}.width": "The parcels.{n}.width field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcels.{n}.width": "The parcels.{n}.width field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"parcels.{n}.width": "The parcels.{n}.width field must be less than or equal to 32767."</td><td>The value must be at most 32767.</td></tr><tr><td>"parcelsCount": "The parcels count field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"parcelsCount": "The parcels count field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"parcelsCount": "The parcels count field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"payerContractNumber": "The payer contract number field is required when payer type is ThirdPerson."</td><td>Required when payerType = ThirdPerson.</td></tr><tr><td>"payerContractNumber": "The payer contract number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"payerContractNumber": "The payer contract number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"payerContractNumber": "The payer contract number field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"payerContractNumber": "The payer contract number field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"payerType": "Service 'Receiver pays' is not available for this destination country."</td><td>The 'Receiver pays' service is not available for the destination country.</td></tr><tr><td>"payerType": "The payer type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"payerType": "The payer type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"payerType": "The payer type field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"payerType": "The selected payer type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"payerType.{n}": "The payer type.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"payerType.{n}": "The selected payer type.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"paymentStatus": "The payment status field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"paymentStatus": "The payment status field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"paymentStatus": "The payment status field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"paymentStatus.{n}": "The payment status.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"paymentStatus.{n}": "The selected payment status.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"phone": "The phone field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"phone": "The phone field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"pickedTimeFrom": "The picked time from field must be a date before picked time to."</td><td>The value must be a date earlier than picked time to.</td></tr><tr><td>"pickedTimeFrom": "The picked time from field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"pickedTimeFrom": "The picked time from field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"pickedTimeOnlyNull": "The picked time only null field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"pickedTimeTo": "The picked time to field must be a date after picked time from."</td><td>The value must be a date later than picked time from.</td></tr><tr><td>"pickedTimeTo": "The picked time to field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"pickedTimeTo": "The picked time to field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"pickupId": "The pickup id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"pickupShipmentStatuses": "The pickup shipment statuses field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"pickupShipmentStatuses.{n}": "The pickup shipment statuses.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"pickupsShipmentIds": "The pickups shipment ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"pickupsShipmentIds.{n}": "The pickups shipment ids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"postCodes": "The post codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"postCodes.{n}": "The postCodes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"postCodes.{n}": "The postCodes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"printSizeType": "The print size type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"printSizeType": "The selected print size type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"printed": "The printed field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"prohibitedIssuance": "The prohibited issuance field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"prohibitedSending": "The prohibited sending field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"promoCode": "The promo code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"promoCode": "The promo code field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"recipient": "The recipient field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient": "The recipient field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"recipient.address": "The recipient.address field is required when none of recipient.division id / recipient.address parts / recipient.division number are present."</td><td>Required when none of the following fields are provided: recipient.divisionId, recipient.addressParts, recipient.divisionNumber.</td></tr><tr><td>"recipient.addressParts": "The recipient.address parts field is required when none of recipient.division id / recipient.address / recipient.division number are present."</td><td>Required when none of the following fields are provided: recipient.divisionId, recipient.address, recipient.divisionNumber.</td></tr><tr><td>"recipient.addressParts": "The recipient.address parts field is required when recipient.division id is not present."</td><td>Required when recipient.divisionId is not provided.</td></tr><tr><td>"recipient.addressParts": "The recipient.address parts field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"recipient.addressParts.addressLine1": "The recipient.address parts.address line1 field is required when none of recipient.address parts.street / recipient.address parts.building / recipient.division id / recipient.address / recipient.division number are present."</td><td>Required when none of the following fields are provided: recipient.addressParts.street, recipient.addressParts.building, recipient.divisionId, recipient.address, recipient.divisionNumber.</td></tr><tr><td>"recipient.addressParts.addressLine2": "The recipient.address parts.address line2 field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.addressLine3": "The recipient.address parts.address line3 field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.building": "The recipient.address parts.building field is required when recipient.address parts is present."</td><td>Required when recipient.addressParts is provided.</td></tr><tr><td>"recipient.addressParts.building": "The recipient.address parts.building field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.addressParts.building": "The recipient.address parts.building field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.building": "The recipient.address parts.building field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"recipient.addressParts.city": "The recipient.address parts.city field is required when recipient.address parts is present."</td><td>Required when recipient.addressParts is provided.</td></tr><tr><td>"recipient.addressParts.city": "The recipient.address parts.city field is required when recipient.address parts.address line1 is present."</td><td>Required when recipient.addressParts.addressLine1 is provided.</td></tr><tr><td>"recipient.addressParts.city": "The recipient.address parts.city field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.city": "The recipient.address parts.city field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.addressParts.postCode": "The recipient.address parts.post code field is required when recipient.address parts is present."</td><td>Required when recipient.addressParts is provided.</td></tr><tr><td>"recipient.addressParts.postCode": "The recipient.address parts.post code field is required when recipient.address parts.address line1 is present."</td><td>Required when recipient.addressParts.addressLine1 is provided.</td></tr><tr><td>"recipient.addressParts.postCode": "The recipient.address parts.post code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.postCode": "The recipient.address parts.post code field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"recipient.addressParts.region": "The recipient.address parts.region field is required when recipient.address parts is present."</td><td>Required when recipient.addressParts is provided.</td></tr><tr><td>"recipient.addressParts.region": "The recipient.address parts.region field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.region": "The recipient.address parts.region field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.addressParts.street": "The recipient.address parts.street field is required when none of recipient.address parts.address line1 / recipient.division id / recipient.address / recipient.division number are present."</td><td>Required when none of the following fields are provided: recipient.addressParts.addressLine1, recipient.divisionId, recipient.address, recipient.divisionNumber.</td></tr><tr><td>"recipient.addressParts.street": "The recipient.address parts.street field is required when recipient.address parts is present."</td><td>Required when recipient.addressParts is provided.</td></tr><tr><td>"recipient.addressParts.street": "The recipient.address parts.street field is required when recipient.address parts.building is present."</td><td>Required when recipient.addressParts.building is provided.</td></tr><tr><td>"recipient.addressParts.street": "The recipient.address parts.street field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.addressParts.street": "The recipient.address parts.street field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.companyName": "The recipient.company name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.companyName": "The recipient.company name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.companyTin": "The recipient.company tin field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.companyTin": "The recipient.company tin field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"recipient.countryCode": "The recipient.country code field is required when recipient.address parts.address line1 is present."</td><td>Required when recipient.addressParts.addressLine1 is provided.</td></tr><tr><td>"recipient.countryCode": "The recipient.country code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.countryCode": "The recipient.country code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.countryCode": "The recipient.country code field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"recipient.countryCode": "The recipient.country code field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"recipient.countryCode": "The selected recipient.country code is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"recipient.divisionId": "The recipient.division id field is required when none of recipient.address parts / recipient.address / recipient.division number are present."</td><td>Required when none of the following fields are provided: recipient.addressParts, recipient.address, recipient.divisionNumber.</td></tr><tr><td>"recipient.divisionId": "The recipient.division id field is required when recipient.address parts is not present."</td><td>Required when recipient.addressParts is not provided.</td></tr><tr><td>"recipient.divisionId": "The recipient.division id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"recipient.divisionId": "The recipient.division id must be a valid division ID (numeric ID or external ID)."</td><td>The value must be a valid division identifier (numeric ID or external ID).</td></tr><tr><td>"recipient.divisionNumber": "The recipient.division number field is required when none of recipient.address parts / recipient.address / recipient.division id are present."</td><td>Required when none of the following fields are provided: recipient.addressParts, recipient.address, recipient.divisionId.</td></tr><tr><td>"recipient.email": "The recipient.email field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.email": "The recipient.email field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.email": "The recipient.email field must be a valid email address."</td><td>The value must be a valid email address.</td></tr><tr><td>"recipient.email": "The recipient.email field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.eoriCode": "EORI code is incorrect"</td><td>Invalid EORI code.</td></tr><tr><td>"recipient.eoriCode": "The recipient.eori code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.eoriCode": "The recipient.eori code field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"recipient.eoriCode": "The recipient.eori code field must not be greater than 17 characters."</td><td>The string must be at most 17 characters long.</td></tr><tr><td>"recipient.latin": "The recipient.latin field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"recipient.name": "The recipient.name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.name": "The recipient.name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.name": "The recipient.name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"recipient.phone": "The recipient.phone field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.phone": "The recipient.phone field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.phone": "The recipient.phone field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"recipient.placeId": "The recipient.place id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.registrationAddress": "The recipient.registration address field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipient.registrationAddressParts": "The recipient.registration address parts field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"recipient.settlementId": "The recipient.settlement id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"recipient.settlementId": "The recipient.settlement id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"recipient.settlementId": "The recipient.settlement id field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"recipientArchive": "The recipient archive field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"recipientCompanyTins": "The recipient company tins field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"recipientCompanyTins.{n}": "The recipient company tins.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipientCountryCode": "The recipient country code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipientCountryCode": "The recipient country code field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"recipientCountryCode": "The recipient country code field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"recipientDivisionCategory": "The recipient division category field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"recipientDivisionCategory.{n}": "The recipient division category.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipientDivisionCategory.{n}": "The selected recipient division category.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"recipientServiceType": "The recipient service type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipientSettlementExternalId": "The recipient settlement external id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"recipientSettlementId": "The recipient settlement id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"refs": "The refs field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"refs": "The refs field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"refs": "The refs field must have at least 1 items."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"refs": "The refs field must not have more than 100 items."</td><td>The array must contain at most 100 items.</td></tr><tr><td>"refs.{n}": "The refs.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"refs.{n}": "The refs.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"refs.{n}": "The refs.{n} field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"regionId": "The region id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"registerNumber": "The register number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"requestId": "The request id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"reservationId": "The reservation id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"reservationId": "The reservation id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"reservationId": "The reservation id field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"rmsId": "The rms id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"rmsId": "The rms id field must not be greater than 8 characters."</td><td>The string must be at most 8 characters long.</td></tr><tr><td>"safePurchase": "The safe purchase field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"scheduledDeliveryDateFrom": "The scheduled delivery date from field must be a date before or equal to scheduled delivery date to."</td><td>The value must be a date no later than scheduled delivery date to.</td></tr><tr><td>"scheduledDeliveryDateFrom": "The scheduled delivery date from field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"scheduledDeliveryDateFrom": "The scheduled delivery date from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"scheduledDeliveryDateTo": "The scheduled delivery date to field must be a date after or equal to scheduled delivery date from."</td><td>The value must be a date no earlier than scheduled delivery date from.</td></tr><tr><td>"scheduledDeliveryDateTo": "The scheduled delivery date to field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"scheduledDeliveryDateTo": "The scheduled delivery date to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"secretToken": "The secret token field format is invalid."</td><td>The value does not match the expected format of the field.</td></tr><tr><td>"secretToken": "The secret token field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"secretToken": "The secret token field must not be greater than 600 characters."</td><td>The string must be at most 600 characters long.</td></tr><tr><td>"secretTokenHeaderName": "The secret token header name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sendWarnings": "The send warnings field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"sender": "The sender field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender": "The sender field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"sender.address": "The sender.address field is required when none of sender.division id / sender.address parts / sender.division number are present."</td><td>Required when none of the following fields are provided: sender.divisionId, sender.addressParts, sender.divisionNumber.</td></tr><tr><td>"sender.addressParts": "The sender.address parts field is required when none of sender.division id / sender.address / sender.division number are present."</td><td>Required when none of the following fields are provided: sender.divisionId, sender.address, sender.divisionNumber.</td></tr><tr><td>"sender.companyName": "The sender.company name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.companyName": "The sender.company name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.companyName": "The sender.company name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.companyTin": "Access to the company is forbidden by API key."</td><td>Access to the specified company is forbidden for this API key. Check the key permissions for the sender company.</td></tr><tr><td>"sender.companyTin": "The sender.company tin field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.companyTin": "The sender.company tin field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.companyTin": "The sender.company tin field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"sender.countryCode": "The selected sender.country code is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"sender.countryCode": "The sender.country code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.countryCode": "The sender.country code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.countryCode": "The sender.country code field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"sender.countryCode": "The sender.country code field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"sender.divisionId": "The sender.division id field is required when none of sender.address parts / sender.address / sender.division number are present."</td><td>Required when none of the following fields are provided: sender.addressParts, sender.address, sender.divisionNumber.</td></tr><tr><td>"sender.divisionId": "The sender.division id must be a valid division ID (numeric ID or external ID)."</td><td>The value must be a valid division identifier (numeric ID or external ID).</td></tr><tr><td>"sender.divisionNumber": "The sender.division number field is required when none of sender.address parts / sender.address / sender.division id are present."</td><td>Required when none of the following fields are provided: sender.addressParts, sender.address, sender.divisionId.</td></tr><tr><td>"sender.email": "The sender.email field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.email": "The sender.email field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.email": "The sender.email field must be a valid email address."</td><td>The value must be a valid email address.</td></tr><tr><td>"sender.email": "The sender.email field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.eoriCode": "EORI code is incorrect"</td><td>Invalid EORI code.</td></tr><tr><td>"sender.eoriCode": "The sender.eori code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.eoriCode": "The sender.eori code field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"sender.eoriCode": "The sender.eori code field must not be greater than 17 characters."</td><td>The string must be at most 17 characters long.</td></tr><tr><td>"sender.ioss": "IOSSNumber is incorrect"</td><td>Invalid IOSS number.</td></tr><tr><td>"sender.ioss": "The sender.ioss field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.ioss": "The sender.ioss field must be at least 8 characters."</td><td>The string must be at least 8 characters long.</td></tr><tr><td>"sender.ioss": "The sender.ioss field must not be greater than 12 characters."</td><td>The string must be at most 12 characters long.</td></tr><tr><td>"sender.name": "The sender.name field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.name": "The sender.name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.name": "The sender.name field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.phone": "The sender.phone field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.phone": "The sender.phone field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.phone": "The sender.phone field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"sender.registrationAddress": "The sender.registration address field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts": "The sender.registration address parts field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts": "The sender.registration address parts field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"sender.registrationAddressParts.block": "The sender.registration address parts.block field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.block": "The sender.registration address parts.block field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"sender.registrationAddressParts.building": "The sender.registration address parts.building field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts.building": "The sender.registration address parts.building field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.building": "The sender.registration address parts.building field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"sender.registrationAddressParts.city": "The sender.registration address parts.city field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts.city": "The sender.registration address parts.city field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.city": "The sender.registration address parts.city field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.registrationAddressParts.flat": "The sender.registration address parts.flat field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.flat": "The sender.registration address parts.flat field must not be greater than 50 characters."</td><td>The string must be at most 50 characters long.</td></tr><tr><td>"sender.registrationAddressParts.postCode": "The sender.registration address parts.post code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts.postCode": "The sender.registration address parts.post code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.postCode": "The sender.registration address parts.post code field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"sender.registrationAddressParts.region": "The sender.registration address parts.region field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts.region": "The sender.registration address parts.region field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.region": "The sender.registration address parts.region field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.registrationAddressParts.street": "The sender.registration address parts.street field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.registrationAddressParts.street": "The sender.registration address parts.street field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sender.registrationAddressParts.street": "The sender.registration address parts.street field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"sender.settlementId": "The sender.settlement id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"sender.settlementId": "The sender.settlement id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"sender.settlementId": "The sender.settlement id field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"senderArchive": "The sender archive field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"senderCompanyTins": "The sender company tins field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"senderCompanyTins.{n}": "The sender company tins.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderCountryCode": "The sender country code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderCountryCode": "The sender country code field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"senderCountryCode": "The sender country code field must not be greater than 2 characters."</td><td>The string must be at most 2 characters long.</td></tr><tr><td>"senderDivisionCategory": "The sender division category field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"senderDivisionCategory.{n}": "The selected sender division category.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"senderDivisionCategory.{n}": "The sender division category.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderDivisionId": "The sender division id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"senderDivisionId": "The sender division id field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"senderPhone": "The sender phone field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderPhones": "The sender phones field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"senderPhones": "The sender phones field must have at least 1 items."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"senderServiceType": "The sender service type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderSettlementExternalId": "The sender settlement external id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"senderSettlementId": "The sender settlement id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"serviceAnnullingAmount": "The service annulling amount field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"serviceCodes": "The service codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"serviceCodes.{n}": "The service codes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"service_id": "The service id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"service_id": "The service id field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"services": "The services field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"services.{n}": "The services.{n} field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"services.{n}": "The services.{n} field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"services.{n}.additionalParameters": "The services.{n}.additional parameters field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"services.{n}.additionalParameters": "The services.{n}.additionalParameters field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.additionalParameters.cod.bankAccount.commissionPayer": "The selected services.{n}.additional parameters.cod.bank account.commission payer is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"services.{n}.additionalParameters.cod.bankAccount.commissionPayer": "The services.{n}.additional parameters.cod.bank account.commission payer field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.additionalParameters.height": "The services.{n}.additionalParameters.height field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.additionalParameters.length": "The services.{n}.additionalParameters.length field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.additionalParameters.parcelDescription": "The services.{n}.additionalParameters.parcelDescription field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.additionalParameters.parcelsAmount": "The services.{n}.additionalParameters.parcelsAmount field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.additionalParameters.parcelsAmount": "The services.{n}.additionalParameters.parcelsAmount field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.additionalParameters.totalActualWeight": "The services.{n}.additionalParameters.totalActualWeight field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.additionalParameters.totalActualWeight": "The services.{n}.additionalParameters.totalActualWeight field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.additionalParameters.totalVolumetricWeight": "The services.{n}.additionalParameters.totalVolumetricWeight field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.additionalParameters.width": "The services.{n}.additionalParameters.width field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.amount": "The services.{n}.amount field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.amount": "The services.{n}.amount field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"services.{n}.amount": "The services.{n}.amount field must be at least 0."</td><td>The value must be at least 0.</td></tr><tr><td>"services.{n}.amount": "The services.{n}.amount field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"services.{n}.amount": "The services.{n}.amount field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"services.{n}.contractNumber": "The services.{n}.contract number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.contractNumber": "The services.{n}.contract number field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.contractNumber": "The services.{n}.contract number field must be at least 2 characters."</td><td>The string must be at least 2 characters long.</td></tr><tr><td>"services.{n}.contractNumber": "The services.{n}.contract number field must not be greater than 20 characters."</td><td>The string must be at most 20 characters long.</td></tr><tr><td>"services.{n}.deliveryDate": "The services.{n}.delivery date field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.deliveryTime": "The services.{n}.delivery time field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.payerType": "The selected services.{n}.payer type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"services.{n}.payerType": "The services.{n}.payer type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.payerType": "The services.{n}.payer type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.serviceCode": "The services.{n}.service code field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"services.{n}.serviceCode": "The services.{n}.service code field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.serviceId": "The services.{n}.service id field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.serviceName": "The services.{n}.service name field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"services.{n}.shipmentParcelRowNumber": "The services.{n}.shipment parcel row number field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"services.{n}.shipmentParcelRowNumber": "The services.{n}.shipment parcel row number field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"settlementId": "The settlement id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"settlementIds": "The settlement ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"settlementIds.{n}": "The settlement ids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"settlementIds.{n}": "The settlementIds.{n} field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"settlementIds.{n}": "The settlementIds.{n} field must be greater than 0."</td><td>The value must be greater than 0.</td></tr><tr><td>"shipmentId": "The shipment id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"shipmentId": "The shipment id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"shipmentId": "The shipment id field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"shipmentIds": "The shipment ids field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"shipmentIds.{n}": "The shipment ids.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"shipmentNumber": "The shipment number field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"shipmentNumber": "The shipment number field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"shipmentNumber.{n}": "The shipment number.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"shipmentTypes": "The selected shipment types is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"shipmentTypes": "The shipment types field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"shipments": "Shipments must be an array."</td><td>The list of shipments must be an array.</td></tr><tr><td>"shipments": "Shipments must be either all IDs or all numbers."</td><td>The list of shipments must contain either only identifiers or only numbers — they cannot be mixed.</td></tr><tr><td>"shipments": "Shipments must not be empty."</td><td>The list of shipments must not be empty.</td></tr><tr><td>"shipments": "The shipments field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"shipments": "The shipments field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"shipments": "The shipments field must have at least 1 item."</td><td>The array must contain at least 1 item(s).</td></tr><tr><td>"shipments": "The shipments field must not have more than 255 items."</td><td>The array must contain at most 255 items.</td></tr><tr><td>"shipments": "unavailable_operation"</td><td>The operation is not available for the current set of shipments.</td></tr><tr><td>"shipments.{n}": "The shipments.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"shipments.{n}": "The shipments.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"shipments.{n}.shipmentId": "The shipments.{n}.shipment id field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"shipments.{n}.shipmentId": "The shipments.{n}.shipment id field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"shipments.{n}.shipmentId": "The shipments.{n}.shipment id field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"size": "The size field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"size": "The size field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"sort": "The sort field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"sort": "The sort field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"source": "The source field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"source": "The source field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"sources": "The sources field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"sources.{n}": "The selected sources.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"sources.{n}": "The sources.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"state": "The selected state is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"state": "The state field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"state": "The state field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"statements.{n}": "The statements.{n} field must be a file of type: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml."</td><td>The file must be one of the following types: jpeg, jpg, bmp, png, gif, svg, pdf, doc, docx, xlsx, pptx, csv, xlsb, xltx, xls, xlt, xml.</td></tr><tr><td>"statements.{n}": "The statements.{n} field must not be greater than 4096 kilobytes."</td><td>The file size must not exceed 4096 KB.</td></tr><tr><td>"status": "The selected status is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"status": "The status field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"status": "The status field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"statuses": "The statuses field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"statuses.{n}": "The selected statuses.{n} is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"statuses.{n}": "The statuses.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"subcategory": "The subcategory field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"subcategory": "The subcategory field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"textSearch": "The text search field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"textSearch": "The text search field must be at least 1 characters."</td><td>The string must be at least 1 characters long.</td></tr><tr><td>"textSearch": "The text search field must be at least 3 characters."</td><td>The string must be at least 3 characters long.</td></tr><tr><td>"textSearch": "The text search field must not be greater than 255 characters."</td><td>The string must be at most 255 characters long.</td></tr><tr><td>"thirdPartyPayerCodes": "The third party payer codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"thirdPartyPayerCodes.{n}": "The thirdPartyPayerCodes.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"thirdPartyPayerCodes.{n}": "The thirdPartyPayerCodes.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"thirdPartyPayerCodesNotEmpty": "The third party payer codes not empty field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"timeIntervalEnd": "The time interval end field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"timeIntervalStart": "The time interval start field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"topRightLatitude": "The top right latitude field is required when topRightLongitude / bottomLeftLatitude / bottomLeftLongitude is present."</td><td>Required when any of the following fields is provided: topRightLongitude, bottomLeftLatitude, bottomLeftLongitude.</td></tr><tr><td>"topRightLongitude": "The top right longitude field is required when topRightLatitude / bottomLeftLatitude / bottomLeftLongitude is present."</td><td>Required when any of the following fields is provided: topRightLatitude, bottomLeftLatitude, bottomLeftLongitude.</td></tr><tr><td>"totalInsuranceCostFrom": "The total insurance cost from field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"totalInsuranceCostFrom": "The total insurance cost from field must be at least 0.01."</td><td>The value must be at least 0.01.</td></tr><tr><td>"totalInsuranceCostFrom": "The total insurance cost from field must be less than or equal to total insurance cost to."</td><td>The value must be no greater than total insurance cost to.</td></tr><tr><td>"totalInsuranceCostFrom": "The total insurance cost from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"totalInsuranceCostFrom": "The total insurance cost from field must not be greater than 10000000."</td><td>The value must be at most 10000000.</td></tr><tr><td>"totalInsuranceCostTo": "The total insurance cost to field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"totalInsuranceCostTo": "The total insurance cost to field must be at least 0.01."</td><td>The value must be at least 0.01.</td></tr><tr><td>"totalInsuranceCostTo": "The total insurance cost to field must be greater than or equal to total insurance cost from."</td><td>The value must be no less than total insurance cost from.</td></tr><tr><td>"totalInsuranceCostTo": "The total insurance cost to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"totalInsuranceCostTo": "The total insurance cost to field must not be greater than 10000000."</td><td>The value must be at most 10000000.</td></tr><tr><td>"totalStrategy": "The selected total strategy is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"totalWeightFrom": "The total weight from field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"totalWeightFrom": "The total weight from field must be at least 0.01."</td><td>The value must be at least 0.01.</td></tr><tr><td>"totalWeightFrom": "The total weight from field must be less than or equal to total weight to."</td><td>The value must be no greater than total weight to.</td></tr><tr><td>"totalWeightFrom": "The total weight from field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"totalWeightFrom": "The total weight from field must not be greater than 100000."</td><td>The value must be at most 100000.</td></tr><tr><td>"totalWeightTo": "The total weight to field must be a number."</td><td>The value must be a number (decimals allowed).</td></tr><tr><td>"totalWeightTo": "The total weight to field must be at least 0.01."</td><td>The value must be at least 0.01.</td></tr><tr><td>"totalWeightTo": "The total weight to field must be greater than or equal to total weight from."</td><td>The value must be no less than total weight from.</td></tr><tr><td>"totalWeightTo": "The total weight to field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"totalWeightTo": "The total weight to field must not be greater than 100000."</td><td>The value must be at most 100000.</td></tr><tr><td>"trackingDateFrom": "The tracking date from field is required when none of ids / numbers are present."</td><td>Required when none of the following fields are provided: ids, numbers.</td></tr><tr><td>"trackingDateFrom": "The tracking date from field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"trackingDateTo": "The tracking date to field is required when none of ids / numbers are present."</td><td>Required when none of the following fields are provided: ids, numbers.</td></tr><tr><td>"trackingDateTo": "The tracking date to field must be a valid date."</td><td>The value must be a valid date.</td></tr><tr><td>"trackingStatusCode": "The tracking status code field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"trackingStatusCode": "The tracking status code field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"trackingStatusCodes": "The tracking status codes field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"trackingStatusCodes.{n}": "The tracking status codes.{n} field must be an integer."</td><td>The value must be an integer.</td></tr><tr><td>"trackingStatusCodes.{n}": "The tracking status codes.{n} field must be at least 1."</td><td>The value must be at least 1.</td></tr><tr><td>"trackingStatusCodes.{n}": "The tracking status codes.{n} field must have a value."</td><td>The field is present but empty — provide a value.</td></tr><tr><td>"trademarkUrl": "The trademark url field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"type": "The selected type is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"type": "The type field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"type": "The type field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"types": "The selected types is invalid."</td><td>The value is not among the allowed values for this field.</td></tr><tr><td>"types": "The types field must be an array."</td><td>The value must be an array.</td></tr><tr><td>"types.{n}": "The types.{n} field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"types.{n}": "The types.{n} field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"updatePartial": "The update partial field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"url": "The url field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"url": "The url field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"useModificationsRecipientPhone": "The use modifications recipient phone field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"uuid": "The uuid field is required."</td><td>Required field — must be present in the request.</td></tr><tr><td>"uuid": "The uuid field must be a valid UUID."</td><td>The value must be a valid UUID.</td></tr><tr><td>"verifiedWithDiia": "The verified with diia field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"warningEmail": "The warning email field must be a string."</td><td>The value must be a string.</td></tr><tr><td>"withAllParcels": "The with all parcels field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"withExternalProviders": "The with external providers field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"withShipmentsInfo": "The with shipments info field must be true or false."</td><td>The value must be a boolean: true or false.</td></tr><tr><td>"shipment_not_found"</td><td>The shipment was not found for the specified number while retrieving a claim. Check that the shipment number is correct.</td></tr><tr><td>"The conditions for creating an international light return are not met"</td><td><p>Possible reasons: </p><ul><li>Light Return is not allowed for the shipment; </li><li>The period for issuing a Light Return has expired; </li><li>A return has already been created for the parent shipment; </li><li>The parent shipment has not been closed yet.</li></ul></td></tr><tr><td>"company": "not_found"</td><td>Company not found or could not be verified using the provided information.</td></tr><tr><td>"App\Dictionary\Domain\Contract\ContractEntity.number": "validation.exists"</td><td>Mentioned cotract number doesn’t exist, please check your data or contact support / your sales manager</td></tr></tbody></table>

### Error 429

<table><thead><tr><th width="299.6666259765625">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"Too Many Attempts."</td><td>The per-minute request limit has been exceeded. Reduce the request rate and retry later.</td></tr></tbody></table>

### Error 502

<table><thead><tr><th width="300.3333740234375">Message</th><th width="445">Description</th></tr></thead><tbody><tr><td>"timeout error"</td><td>A temporary unavailability or timeout of an internal service. Try again later.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://api-portal.novapost.com/methods/methods/api-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
