Update Indent API

API Endpoint:

Request Headers:

Name

Type

Location

Description

Example

Name

Type

Location

Description

Example

Authorization

string

headers

JWT token required to authenticate API call.

Authorization: Bearer eyJhbGciOiJIUzI1Ni

Request Method: “PATCH“
Request Body:

Example value:

{ "sales_order_id": "SO-1234", "delivery_order_id": "DO-12345678", "custom_params": { "packaging_type": "covered" } }

Schema

{ "type": "object", "properties": { "sales_order_id": { "type": "string" }, "delivery_order_id": { "type": "string" }, "custom_params": { "type": "object", "properties": { "packaging_type": { "type": "string" } }, "required": [ "packaging_type" ] } } }

Responses:

Success

Status code 200 (Indent updated successfully)

Indent updated successfully

Failure

Status code 400 (Bad Request)

Post your questions in the comment box to get answers from the experts who watch this page.

For engineering support: visit FT Support