POST api/JBOS/SetSchedule
Request Information
URI Parameters
None.
Body Parameters
SetScheduleRQ| Name | 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-10-29T01:49:15.1594028-04:00",
"ScheduledDurationInMinute": 4,
"WH_TechnicianID": 5,
"WH_WorkOrderID": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SetScheduleRS| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"Success": true
}