POST api/JBOS/GetAutoScheduleAlternatives

Request Information

URI Parameters

None.

Body Parameters

GetAutoScheduleAlternativesRQ
NameDescriptionTypeAdditional information
fromTime1

integer

None.

fromTime2

integer

None.

fromTime3

integer

None.

LoginName

string

None.

OffsetForToday

integer

None.

ResultsCount

integer

None.

ScheduledDurationInMinute

integer

None.

TechnicianType

string

None.

ToTime1

integer

None.

ToTime2

integer

None.

ToTime3

integer

None.

Want_FROMDate

date

None.

Want_Mon

integer

None.

Want_Sat

integer

None.

Want_Sun

integer

None.

Want_Thu

integer

None.

Want_ToDate

date

None.

Want_Tue

integer

None.

Want_Wed

integer

None.

Want_Fri

integer

None.

WH_WorkOrderID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fromTime1": 1,
  "fromTime2": 2,
  "fromTime3": 3,
  "LoginName": "sample string 4",
  "OffsetForToday": 5,
  "ResultsCount": 6,
  "ScheduledDurationInMinute": 7,
  "TechnicianType": "sample string 8",
  "ToTime1": 9,
  "ToTime2": 10,
  "ToTime3": 11,
  "Want_FROMDate": "2025-05-01T15:51:44.7211662-04:00",
  "Want_Mon": 12,
  "Want_Sat": 13,
  "Want_Sun": 14,
  "Want_Thu": 15,
  "Want_ToDate": "2025-05-01T15:51:44.7211662-04:00",
  "Want_Tue": 16,
  "Want_Wed": 17,
  "Want_Fri": 18,
  "WH_WorkOrderID": 19
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetAutoScheduleAlternativesRS
NameDescriptionTypeAdditional information
Msg

string

None.

Success

boolean

None.

AutoScheduleAlternativesResponseData

Collection of AutoScheduleAlternativesRS

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "Success": true,
  "AutoScheduleAlternativesResponseData": [
    {
      "Distance": 1.1,
      "InstallDate": "2025-05-01T15:51:44.7211662-04:00",
      "ResultsCount": 1,
      "TechID": 3,
      "Tentative": true
    },
    {
      "Distance": 1.1,
      "InstallDate": "2025-05-01T15:51:44.7211662-04:00",
      "ResultsCount": 1,
      "TechID": 3,
      "Tentative": true
    }
  ]
}