POST api/SDRescheduleCall/GetAll

Request Information

URI Parameters

None.

Body Parameters

SDRescheduleCallFilters
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

CallType

string

None.

FromDate

date

None.

ToDate

date

None.

TechNum

string

None.

TemplateId

string

None.

OutcomeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CompanyId": "sample string 2",
  "CallType": "sample string 3",
  "FromDate": "2025-12-16T20:11:28.822749+00:00",
  "ToDate": "2025-12-16T20:11:28.822749+00:00",
  "TechNum": "sample string 6",
  "TemplateId": "sample string 7",
  "OutcomeCode": "sample string 8"
}

application/xml, text/xml

Sample:
<SDRescheduleCallFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId>1</AccountId>
  <CallType>sample string 3</CallType>
  <CompanyId>sample string 2</CompanyId>
  <FromDate>2025-12-16T20:11:28.822749+00:00</FromDate>
  <OutcomeCode>sample string 8</OutcomeCode>
  <TechNum>sample string 6</TechNum>
  <TemplateId>sample string 7</TemplateId>
  <ToDate>2025-12-16T20:11:28.822749+00:00</ToDate>
</SDRescheduleCallFilters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SDRescheduleCallGridData
NameDescriptionTypeAdditional information
GuId

string

None.

WorkOrderNum

string

None.

ServiceMasterNum

string

None.

Name

string

None.

Address

string

None.

Zone

string

None.

TimePromised

string

None.

Zip

string

None.

Status

string

None.

TechCode

string

None.

ServiceDate

date

None.

CallSequence

integer

None.

OutcomeCode

string

None.

SdCallDailyScheduleId

integer

None.

NewTimePromisedCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuId": "sample string 1",
    "WorkOrderNum": "sample string 2",
    "ServiceMasterNum": "sample string 3",
    "Name": "sample string 4",
    "Address": "sample string 5",
    "Zone": "sample string 6",
    "TimePromised": "sample string 7",
    "Zip": "sample string 8",
    "Status": "sample string 9",
    "TechCode": "sample string 10",
    "ServiceDate": "2025-12-16T20:11:28.8392861+00:00",
    "CallSequence": 1,
    "OutcomeCode": "sample string 12",
    "SdCallDailyScheduleId": 1,
    "NewTimePromisedCode": "sample string 13"
  },
  {
    "GuId": "sample string 1",
    "WorkOrderNum": "sample string 2",
    "ServiceMasterNum": "sample string 3",
    "Name": "sample string 4",
    "Address": "sample string 5",
    "Zone": "sample string 6",
    "TimePromised": "sample string 7",
    "Zip": "sample string 8",
    "Status": "sample string 9",
    "TechCode": "sample string 10",
    "ServiceDate": "2025-12-16T20:11:28.8392861+00:00",
    "CallSequence": 1,
    "OutcomeCode": "sample string 12",
    "SdCallDailyScheduleId": 1,
    "NewTimePromisedCode": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSDRescheduleCallGridData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <SDRescheduleCallGridData>
    <Address>sample string 5</Address>
    <CallSequence>1</CallSequence>
    <GuId>sample string 1</GuId>
    <Name>sample string 4</Name>
    <NewTimePromisedCode>sample string 13</NewTimePromisedCode>
    <OutcomeCode>sample string 12</OutcomeCode>
    <SdCallDailyScheduleId>1</SdCallDailyScheduleId>
    <ServiceDate>2025-12-16T20:11:28.8392861+00:00</ServiceDate>
    <ServiceMasterNum>sample string 3</ServiceMasterNum>
    <Status>sample string 9</Status>
    <TechCode>sample string 10</TechCode>
    <TimePromised>sample string 7</TimePromised>
    <WorkOrderNum>sample string 2</WorkOrderNum>
    <Zip>sample string 8</Zip>
    <Zone>sample string 6</Zone>
  </SDRescheduleCallGridData>
  <SDRescheduleCallGridData>
    <Address>sample string 5</Address>
    <CallSequence>1</CallSequence>
    <GuId>sample string 1</GuId>
    <Name>sample string 4</Name>
    <NewTimePromisedCode>sample string 13</NewTimePromisedCode>
    <OutcomeCode>sample string 12</OutcomeCode>
    <SdCallDailyScheduleId>1</SdCallDailyScheduleId>
    <ServiceDate>2025-12-16T20:11:28.8392861+00:00</ServiceDate>
    <ServiceMasterNum>sample string 3</ServiceMasterNum>
    <Status>sample string 9</Status>
    <TechCode>sample string 10</TechCode>
    <TimePromised>sample string 7</TimePromised>
    <WorkOrderNum>sample string 2</WorkOrderNum>
    <Zip>sample string 8</Zip>
    <Zone>sample string 6</Zone>
  </SDRescheduleCallGridData>
</ArrayOfSDRescheduleCallGridData>