{
"createdBy": "string",
"lastModifiedBy": "string",
"customerId": "string",
"customerName": "string",
"customerCode": "string",
"address": "string",
"city": "string",
"branchId": "string",
"userId": "string",
"routeId": "string",
"workflowId": "string",
"startVisit": "2019-08-24T14:15:22Z",
"endVisit": "2019-08-24T14:15:22Z",
"visitDate": "2019-08-24T14:15:22Z",
"notes": "string",
"assignedToId": "string",
"order": true,
"merchandising": true,
"gps": true,
"cash": true,
"photo": true,
"questioner": true,
"extra_Action1": true,
"extra_Action2": true,
"extra_Action3": true
}
curl --location --request PUT 'https://platform.shopranos.eu/api/task/scheduleVisit/' \
--header 'Content-Type: application/json' \
--data-raw '{
"createdBy": "string",
"lastModifiedBy": "string",
"customerId": "string",
"customerName": "string",
"customerCode": "string",
"address": "string",
"city": "string",
"branchId": "string",
"userId": "string",
"routeId": "string",
"workflowId": "string",
"startVisit": "2019-08-24T14:15:22Z",
"endVisit": "2019-08-24T14:15:22Z",
"visitDate": "2019-08-24T14:15:22Z",
"notes": "string",
"assignedToId": "string",
"order": true,
"merchandising": true,
"gps": true,
"cash": true,
"photo": true,
"questioner": true,
"extra_Action1": true,
"extra_Action2": true,
"extra_Action3": true
}'
{}