Creates a new route template.
Request
Body Params application/json
{
"code": "string",
"name": "string",
"customers": [
{
"id": "string",
"position": 0,
"branchId": "string"
}
],
"actions": [
"Order"
],
"workFlowId": "string"
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/designer/RouteTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"name": "string",
"customers": [
{
"id": "string",
"position": 0,
"branchId": "string"
}
],
"actions": [
"Order"
],
"workFlowId": "string"
}'
Responses
application/json Modified at 2024-10-14 14:22:01