Error
Get Workflow Process By Shipment Type Location Code
Get workflow process details by shipment type and location code.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"attributes": {},
"containerAlias": "<string>",
"containerId": "<string>",
"id": "<string>",
"name": "<string>",
"tasks": [
{
"description": "<string>",
"id": "<string>",
"inputs": [
{
"helpMessage": "<string>",
"label": "<string>",
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"name": "<string>",
"options": [
{}
],
"pattern": "<string>",
"required": true,
"type": "STRING"
}
],
"name": "<string>",
"priority": 123,
"skippable": true,
"subject": "<string>"
}
],
"variables": [
{
"name": "<string>",
"type": "STRING"
}
],
"version": "<string>"
}Get workflow process details by shipment type and location code.
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"attributes": {},
"containerAlias": "<string>",
"containerId": "<string>",
"id": "<string>",
"name": "<string>",
"tasks": [
{
"description": "<string>",
"id": "<string>",
"inputs": [
{
"helpMessage": "<string>",
"label": "<string>",
"maxLength": 123,
"maximum": 123,
"minLength": 123,
"minimum": 123,
"name": "<string>",
"options": [
{}
],
"pattern": "<string>",
"required": true,
"type": "STRING"
}
],
"name": "<string>",
"priority": 123,
"skippable": true,
"subject": "<string>"
}
],
"variables": [
{
"name": "<string>",
"type": "STRING"
}
],
"version": "<string>"
}JWT Authorization header using the Bearer scheme.
