POST api/Lookup/LookupDesignationDetails
Request Information
URI Parameters
None.
Body Parameters
LookupDesignationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| LDCode | integer |
None. |
|
| LDDesc | string |
None. |
|
| LDCustomer | integer |
None. |
|
| LDDefault | integer |
None. |
|
| LDClassificationID | integer |
None. |
|
| Timestamp | string |
None. |
|
| LDDesc_StringID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"LDCode": 2,
"LDDesc": "sample string 3",
"LDCustomer": 4,
"LDDefault": 5,
"LDClassificationID": 6,
"Timestamp": "sample string 7",
"LDDesc_StringID": 8
}
application/xml, text/xml
Sample:
<LookupDesignationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Action>sample string 1</Action> <LDClassificationID>6</LDClassificationID> <LDCode>2</LDCode> <LDCustomer>4</LDCustomer> <LDDefault>5</LDDefault> <LDDesc>sample string 3</LDDesc> <LDDesc_StringID>8</LDDesc_StringID> <Timestamp>sample string 7</Timestamp> </LookupDesignationDetails>
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. |