{
"code": "string",
"ownerId": "string",
"name": "string",
"customers": [
{
"id": "string",
"position": 0,
"branchId": "string"
}
],
"actions": [
"Order"
],
"workFlowId": "string"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/RouteTemplate/' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"ownerId": "string",
"name": "string",
"customers": [
{
"id": "string",
"position": 0,
"branchId": "string"
}
],
"actions": [
"Order"
],
"workFlowId": "string"
}'
{}