GET api/SDCallNotificationSchedule/GetCallsByStatusandDate/{accountId}/{companyId}/{strServiceDate}/{status}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

strServiceDate

string

Required

status

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SDCallNotifictionByStatus
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

SDServiceMasterId

string

None.

SMName

string

None.

SDCallMasterId

string

None.

TimePromisedCode

string

None.

TimePromiseDescription

string

None.

ServiceType

string

None.

Break1Type

integer

None.

Break1Code

string

None.

Break2Type

integer

None.

Break2Code

string

None.

AddressLine1

string

None.

PhoneNumber

string

None.

Email

string

None.

SMPhone

string

None.

SMEmail

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": 1,
    "CompanyId": "sample string 2",
    "SDServiceMasterId": "sample string 3",
    "SMName": "sample string 4",
    "SDCallMasterId": "sample string 5",
    "TimePromisedCode": "sample string 6",
    "TimePromiseDescription": "sample string 7",
    "ServiceType": "sample string 8",
    "Break1Type": 1,
    "Break1Code": "sample string 9",
    "Break2Type": 1,
    "Break2Code": "sample string 10",
    "AddressLine1": "sample string 11",
    "PhoneNumber": "sample string 12",
    "Email": "sample string 13",
    "SMPhone": "sample string 14",
    "SMEmail": "sample string 15"
  },
  {
    "AccountId": 1,
    "CompanyId": "sample string 2",
    "SDServiceMasterId": "sample string 3",
    "SMName": "sample string 4",
    "SDCallMasterId": "sample string 5",
    "TimePromisedCode": "sample string 6",
    "TimePromiseDescription": "sample string 7",
    "ServiceType": "sample string 8",
    "Break1Type": 1,
    "Break1Code": "sample string 9",
    "Break2Type": 1,
    "Break2Code": "sample string 10",
    "AddressLine1": "sample string 11",
    "PhoneNumber": "sample string 12",
    "Email": "sample string 13",
    "SMPhone": "sample string 14",
    "SMEmail": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSDCallNotifictionByStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <SDCallNotifictionByStatus>
    <AccountId>1</AccountId>
    <AddressLine1>sample string 11</AddressLine1>
    <Break1Code>sample string 9</Break1Code>
    <Break1Type>1</Break1Type>
    <Break2Code>sample string 10</Break2Code>
    <Break2Type>1</Break2Type>
    <CompanyId>sample string 2</CompanyId>
    <Email>sample string 13</Email>
    <PhoneNumber>sample string 12</PhoneNumber>
    <SDCallMasterId>sample string 5</SDCallMasterId>
    <SDServiceMasterId>sample string 3</SDServiceMasterId>
    <SMEmail>sample string 15</SMEmail>
    <SMName>sample string 4</SMName>
    <SMPhone>sample string 14</SMPhone>
    <ServiceType>sample string 8</ServiceType>
    <TimePromiseDescription>sample string 7</TimePromiseDescription>
    <TimePromisedCode>sample string 6</TimePromisedCode>
  </SDCallNotifictionByStatus>
  <SDCallNotifictionByStatus>
    <AccountId>1</AccountId>
    <AddressLine1>sample string 11</AddressLine1>
    <Break1Code>sample string 9</Break1Code>
    <Break1Type>1</Break1Type>
    <Break2Code>sample string 10</Break2Code>
    <Break2Type>1</Break2Type>
    <CompanyId>sample string 2</CompanyId>
    <Email>sample string 13</Email>
    <PhoneNumber>sample string 12</PhoneNumber>
    <SDCallMasterId>sample string 5</SDCallMasterId>
    <SDServiceMasterId>sample string 3</SDServiceMasterId>
    <SMEmail>sample string 15</SMEmail>
    <SMName>sample string 4</SMName>
    <SMPhone>sample string 14</SMPhone>
    <ServiceType>sample string 8</ServiceType>
    <TimePromiseDescription>sample string 7</TimePromiseDescription>
    <TimePromisedCode>sample string 6</TimePromisedCode>
  </SDCallNotifictionByStatus>
</ArrayOfSDCallNotifictionByStatus>