GET api/SaiSDContractMaintenanceSchedule/GetContractScheduleForMobile/{accountId}/{companyId}/{contractNum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

contractNum

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MobileContractMaintainanceSchedule
NameDescriptionTypeAdditional information
SeqNum

integer

None.

ContractNum

string

None.

ScheduleDate

date

None.

MaintenanceDone

boolean

None.

SDCallMasterId

string

None.

MaintenanceDescription

string

None.

TaskCodeDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SeqNum": 1,
    "ContractNum": "sample string 2",
    "ScheduleDate": "2025-12-16T20:35:42.2275821+00:00",
    "MaintenanceDone": true,
    "SDCallMasterId": "sample string 5",
    "MaintenanceDescription": "sample string 6",
    "TaskCodeDescription": "sample string 7"
  },
  {
    "SeqNum": 1,
    "ContractNum": "sample string 2",
    "ScheduleDate": "2025-12-16T20:35:42.2275821+00:00",
    "MaintenanceDone": true,
    "SDCallMasterId": "sample string 5",
    "MaintenanceDescription": "sample string 6",
    "TaskCodeDescription": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMobileContractMaintainanceSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <MobileContractMaintainanceSchedule>
    <ContractNum>sample string 2</ContractNum>
    <MaintenanceDescription>sample string 6</MaintenanceDescription>
    <MaintenanceDone>true</MaintenanceDone>
    <SDCallMasterId>sample string 5</SDCallMasterId>
    <ScheduleDate>2025-12-16T20:35:42.2275821+00:00</ScheduleDate>
    <SeqNum>1</SeqNum>
    <TaskCodeDescription>sample string 7</TaskCodeDescription>
  </MobileContractMaintainanceSchedule>
  <MobileContractMaintainanceSchedule>
    <ContractNum>sample string 2</ContractNum>
    <MaintenanceDescription>sample string 6</MaintenanceDescription>
    <MaintenanceDone>true</MaintenanceDone>
    <SDCallMasterId>sample string 5</SDCallMasterId>
    <ScheduleDate>2025-12-16T20:35:42.2275821+00:00</ScheduleDate>
    <SeqNum>1</SeqNum>
    <TaskCodeDescription>sample string 7</TaskCodeDescription>
  </MobileContractMaintainanceSchedule>
</ArrayOfMobileContractMaintainanceSchedule>