POST api/SaiSDContractMaintenanceSchedule/GetContractMaintenanceSchedule

Request Information

URI Parameters

None.

Body Parameters

MaintenanceBuildCriteria
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

ProblemTaskFunctionCode

string

None.

ProblemTaskComponentCode

string

None.

ServiceType

string

None.

SDServiceMasterId

string

None.

TaskCode

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

integer

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2025-12-16T20:27:17.8620343+00:00",
  "ToDate": "2025-12-16T20:27:17.8620343+00:00",
  "ProblemTaskFunctionCode": "sample string 3",
  "ProblemTaskComponentCode": "sample string 4",
  "ServiceType": "sample string 5",
  "SDServiceMasterId": "sample string 6",
  "TaskCode": "sample string 7",
  "AccountId": 8,
  "CompanyId": "sample string 9",
  "CreatedOn": "2025-12-16T20:27:17.8620343+00:00",
  "CreatedBy": "sample string 11",
  "UpdatedOn": "2025-12-16T20:27:17.8620343+00:00",
  "UpdatedBy": "sample string 12",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 14",
  "Id": 15,
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<MaintenanceBuildCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">15</Id>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 11</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:27:17.8620343+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 14</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 12</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:27:17.8620343+00:00</UpdatedOn>
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">8</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 9</CompanyId>
  <FromDate>2025-12-16T20:27:17.8620343+00:00</FromDate>
  <ProblemTaskComponentCode>sample string 4</ProblemTaskComponentCode>
  <ProblemTaskFunctionCode>sample string 3</ProblemTaskFunctionCode>
  <SDServiceMasterId>sample string 6</SDServiceMasterId>
  <ServiceType>sample string 5</ServiceType>
  <TaskCode>sample string 7</TaskCode>
  <ToDate>2025-12-16T20:27:17.8620343+00:00</ToDate>
</MaintenanceBuildCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SaiSDContractMaintenanceSchedule
NameDescriptionTypeAdditional information
SeqNum

integer

None.

ContractNum

string

None.

SDServiceMasterId

string

None.

ProblemTaskFunctionCode

string

None.

ProblemTaskComponentCode

string

None.

InvoiceNum

string

None.

SDCallMasterId

string

None.

Interval

integer

None.

WeeklyOrMonthly

string

None.

ScheduleDate

date

None.

EndDate

date

None.

BillingDetailLineNo

integer

None.

MaintenanceAmount

decimal number

None.

MaintenanceDone

boolean

None.

InvoiceDate

date

None.

CompleteDate

date

None.

MaintenanceDescription

string

None.

ReservedBilled

boolean

None.

RenewalSeqNum

integer

None.

NoOfMaintenanceCall

integer

None.

SelectedEquipmentItems

Collection of string

None.

SaiSDContractMaintenanceScheduleParts

Collection of SaiSDContractMaintenanceSchedulePart

None.

existingMaintenanceSchedule

Collection of SaiSDContractMaintenanceSchedule

None.

TotalContractAmount

decimal number

None.

TaskCodeDescription

string

None.

TentativeDate

date

None.

TimePromisedCode

string

None.

NotificationStatus

string

None.

NotificationSentOn

string

None.

NotificationSentBy

string

None.

ResponseReceived

string

None.

NotificationType

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

integer

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.