put https://delhivery.preprod.fxtrt.io/core/api/v2/containers//child
Grouping together container into a container. The container that goes inside another container is said to be containerized.
- containerId - The child container ID that needs to be add in parent container.
- parentId - The parent container ID that needs to be add as parent of a container.
- action - field to represent action to be performed on the container.
PARAMETER | DESCRIPTION | TYPE | VALIDATION |
---|---|---|---|
parentId * | Field to represent container ID of the parent container. During the containerization process, this value is assigned to represent which container contains this container. | string | Example- box:9c9b1138-7cdd-11eb-9439-0242ac130002 |
action * | field to represent action to be performed on the container.field to represent action to be performed on the container. | ||
callback | Represents callback URL, which can be to notify status(success/failed) of API. | string | A valid URL. |
*This is required.
HTTP Status Code Summary
| Code | Description |
| ---- | ---------- |
| 202 - Accepted |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Error | Something went wrong.. (These are rare.) |