# Create tracking for a specific handling unit. **POST /track-handling-unit** Sample request: POST /track-handling-unit ## Servers - https://soget-api-integration.azure-api.net/api-tracking-code/v1: https://soget-api-integration.azure-api.net/api-tracking-code/v1 () ## Parameters ### Body: application/json (object) Information of new tracking. - **spi** (string | null) Handling unit SPI. - **reference** (string) Reference of a handling unit - **way** (string) Customs indicators - **place** (string | null) Event location. - **agentCode** (string | null) Agent code. - **url** (string) Webhook URL endpoint to receive tracking events' notifications. ## Responses ### 201 Created. #### Body: application/json (string) string ### 400 Bad request. #### Body: application/json (object) - **status** (string | null) Error status. - **timestamp** (string(date-time)) Error timestamp. - **code** (string | null) Error code. - **message** (string | null) Error message. - **subErrors** (array[object] | null) Error details. ### 401 Unauthorized. #### Body: application/json (object) - **status** (string | null) Error status. - **timestamp** (string(date-time)) Error timestamp. - **code** (string | null) Error code. - **message** (string | null) Error message. - **subErrors** (array[object] | null) Error details. [Powered by Bump.sh](https://bump.sh)