POST api/v1/LeaseList
Request Information
URI Parameters
None.
Body Parameters
LeaseListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LeaseID | integer |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeaseID": 1,
"CompID": 2,
"LocID": 3
}
application/xml, text/xml
Sample:
<LeaseListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <LeaseID>1</LeaseID> <LocID>3</LocID> </LeaseListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |