POST api/JBOS/SetSchedule
Request Information
URI Parameters
None.
Body Parameters
SetScheduleRQName | Description | Type | Additional information |
---|---|---|---|
Distance | decimal number |
None. |
|
LoginName | string |
None. |
|
ScheduledDate | date |
None. |
|
ScheduledDurationInMinute | integer |
None. |
|
WH_TechnicianID | integer |
None. |
|
WH_WorkOrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Distance": 1.1, "LoginName": "sample string 2", "ScheduledDate": "2025-05-01T16:36:48.0682835-04:00", "ScheduledDurationInMinute": 4, "WH_TechnicianID": 5, "WH_WorkOrderID": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SetScheduleRSName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "Success": true }