POST api/SDTechAssignedOnCall/ShowCallToTechnician

Request Information

URI Parameters

None.

Body Parameters

ShowCallToTechnician
NameDescriptionTypeAdditional information
SDCallMasterId

string

None.

CallSequence

integer

None.

ServiceDate

date

None.

ShowCallToTech

boolean

None.

SenderConnectionId

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SDCallMasterId": "sample string 1",
  "CallSequence": 2,
  "ServiceDate": "2025-12-16T20:10:04.4483885+00:00",
  "ShowCallToTech": true,
  "SenderConnectionId": "sample string 5",
  "AccountId": 6,
  "CompanyId": "sample string 7",
  "CreatedBy": "sample string 8",
  "CreatedOn": "2025-12-16T20:10:04.4483885+00:00"
}

application/xml, text/xml

Sample:
<ShowCallToTechnician xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">6</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 8</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:10:04.4483885+00:00</CreatedOn>
  <CallSequence>2</CallSequence>
  <SDCallMasterId>sample string 1</SDCallMasterId>
  <SenderConnectionId>sample string 5</SenderConnectionId>
  <ServiceDate>2025-12-16T20:10:04.4483885+00:00</ServiceDate>
  <ShowCallToTech>true</ShowCallToTech>
</ShowCallToTechnician>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.