POST api/DepotOnline/ONHireLeasingDtls
Request Information
URI Parameters
None.
Body Parameters
LeasingDtlsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| LC_ID | integer |
None. |
|
| LC_P_CT_ID | integer |
None. |
|
| LC_D_CT_ID | integer |
None. |
|
| LC_CST_ID | integer |
None. |
|
| LC_AS_OF_DATE | date |
None. |
|
| LC_REQUESTED_BY | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LC_ID": 1,
"LC_P_CT_ID": 1,
"LC_D_CT_ID": 1,
"LC_CST_ID": 1,
"LC_AS_OF_DATE": "2025-12-06T04:27:00.8243338+00:00",
"LC_REQUESTED_BY": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<LeasingDtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LC_AS_OF_DATE>2025-12-06T04:27:00.8243338+00:00</LC_AS_OF_DATE> <LC_CST_ID>1</LC_CST_ID> <LC_D_CT_ID>1</LC_D_CT_ID> <LC_ID>1</LC_ID> <LC_P_CT_ID>1</LC_P_CT_ID> <LC_REQUESTED_BY>1</LC_REQUESTED_BY> <LENGTH>1</LENGTH> <START>1</START> </LeasingDtlsInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |