Update transfer template

Update a transfer template for the license_number and {id} provided.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
state
required
string

Lower case ANSI standard 38:2009 USPS codes of the US state where licensee is operating.

Enum: "ca" "il" "wa" "ma" "md" "mi" "wv" "co" "ok" "oh"
id
required
string

Template ID

Example: a521f55de4394f4f99c282be687e63aa
header Parameters
x-api-key
required
string

Trace API key header

Example: b123x21wbHlkYXBpa2V5
Authorization
required
string

Company and user credentials authentication

Example: KMP-JSON token=dmVuZG9yLWFwaS1rZXk6dX12312sdfs2V5
Request Body schema: application/json
object
name
string

master transfer template name. describes the manifests contained within this transfer

object

totals of all shipments contained within this transfer template

object

master manifest contains summary of all shipment manifests

Array of objects

applicable actions for transfer update operation

Array of objects

Array containing information pertaining to the individual shipments in the transfer.

object

transfer transporter.

Array of objects (entity_state)

list of state changes made to the entity. Entity states applicable [active, inactive, updated]

Responses
200

OK

400

Bad Request

put/{state}/v1/transfers/template/{id}
Request samples
application/json
{
  • "action": [
    ],
  • "transfers": [
    ]
}
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}