POST api/SaiSDContract/GetContractDetailsViewOnly
Request Information
URI Parameters
None.
Body Parameters
GetContractDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| ContractNum | string |
None. |
|
| SDServiceMasterId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"CompanyId": "sample string 2",
"ContractNum": "sample string 3",
"SDServiceMasterId": "sample string 4"
}
application/xml, text/xml
Sample:
<GetContractDetails 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> <ContractNum>sample string 3</ContractNum> <SDServiceMasterId>sample string 4</SDServiceMasterId> </GetContractDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContractDetailsViewOnly| Name | Description | Type | Additional information |
|---|---|---|---|
| EquipmentGridData | Collection of SDEquipmentMaster |
None. |
|
| MaintainanceScheduleGridData | Collection of SaiSDContractMaintenanceSchedule |
None. |
|
| SalesmanName | string |
None. |
|
| Break1Name | string |
None. |
|
| Break2Name | string |
None. |
|
| RegularBillingGridData | Collection of SaiSDContractBilling |
None. |
|
| ReserveAccountingGridData | Collection of SaiSDContractBilling |
None. |
|
| IsApproved | boolean |
None. |
|
| Contract | SaiSDContract |
None. |
|
| SMCompanyName | string |
None. |
|
| SMWorkPhone | string |
None. |
|
| SMAddress1 | string |
None. |
|
| SMAddress2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| ARCustomerMasterId | string |
None. |
|
| Status | string |
None. |
|
| SMEmail | string |
None. |
|
| SMWebsite | string |
None. |
|
| SDServiceMasterId | string |
None. |
|
| ARCompanyName | string |
None. |
|
| ARWorkPhone | string |
None. |
|
| ARAddress1 | string |
None. |
|
| ARAddress2 | string |
None. |
|
| ARCity | string |
None. |
|
| ARState | string |
None. |
|
| ARZip | string |
None. |
|
| AREmail | string |
None. |
|
| ARWebsite | string |
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.