POST api/DepotOnline/GetContractRefList

Request Information

URI Parameters

None.

Body Parameters

GetContractRefInputs
NameDescriptionTypeAdditional information
LC_ID

integer

None.

LC_AP_ID

integer

None.

LC_STATUS

string

None.

LC_AS_OF_DATE

date

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LC_ID": 1,
  "LC_AP_ID": 1,
  "LC_STATUS": "sample string 1",
  "LC_AS_OF_DATE": "2025-12-06T04:26:29.7019836+00:00",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetContractRefInputs 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_AS_OF_DATE>2025-12-06T04:26:29.7019836+00:00</LC_AS_OF_DATE>
  <LC_ID>1</LC_ID>
  <LC_STATUS>sample string 1</LC_STATUS>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GetContractRefInputs>

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.