POST api/DepotOnline/GetLeasingContractList

Request Information

URI Parameters

None.

Body Parameters

GetLeasingContInputs
NameDescriptionTypeAdditional information
LC_REFERENCE

string

None.

LC_AP_ID

integer

None.

LC_TYPE

string

None.

LC_DEP_METHOD

string

None.

LC_PICK_CRT

string

None.

LC_STATUS

string

None.

LC_SEARCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LC_REFERENCE": "sample string 1",
  "LC_AP_ID": 1,
  "LC_TYPE": "sample string 2",
  "LC_DEP_METHOD": "sample string 3",
  "LC_PICK_CRT": "sample string 4",
  "LC_STATUS": "sample string 5",
  "LC_SEARCH": "sample string 6"
}

application/xml, text/xml

Sample:
<GetLeasingContInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LC_AP_ID>1</LC_AP_ID>
  <LC_DEP_METHOD>sample string 3</LC_DEP_METHOD>
  <LC_PICK_CRT>sample string 4</LC_PICK_CRT>
  <LC_REFERENCE>sample string 1</LC_REFERENCE>
  <LC_SEARCH>sample string 6</LC_SEARCH>
  <LC_STATUS>sample string 5</LC_STATUS>
  <LC_TYPE>sample string 2</LC_TYPE>
</GetLeasingContInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.