POST api/SDEquipmentMaster/GetEquipmentCallHistory

Request Information

URI Parameters

None.

Body Parameters

EquipmentMasterKeys
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

SDServiceMasterId

string

None.

SDEquipmentMasterId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CompanyId": "sample string 2",
  "SDServiceMasterId": "sample string 3",
  "SDEquipmentMasterId": "sample string 4"
}

application/xml, text/xml

Sample:
<EquipmentMasterKeys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId>1</AccountId>
  <CompanyId>sample string 2</CompanyId>
  <SDEquipmentMasterId>sample string 4</SDEquipmentMasterId>
  <SDServiceMasterId>sample string 3</SDServiceMasterId>
</EquipmentMasterKeys>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of EquipmentCallDescription
NameDescriptionTypeAdditional information
SDCallMasterId

string

None.

SDServiceMasterId

string

None.

Type

string

None.

Description

string

None.

InvoiceNum

string

None.

StartDate

date

None.

EndDate

date

None.

PersonCalling

string

None.

WorkDescription

string

None.

TechOnCall

Collection of TechAssignedOnCallOfEquipment

None.

WorkDescriptionObjects

Collection of SDWorkDescription

None.

TechOnCallObjects

Collection of SDTechAssignedOnCall

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.