POST Api/LU_ACQUISITION_TYPE
Request Information
URI Parameters
None.
Body Parameters
LU_ACQUISITION_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| ACQ_TYPE_ID | integer |
None. |
|
| ACQ_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACQ_TYPE_ID": 1,
"ACQ_TYPE": "sample string 2"
}
text/xml
Sample:
<LU_ACQUISITION_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ACQ_TYPE>sample string 2</ACQ_TYPE> <ACQ_TYPE_ID>1</ACQ_TYPE_ID> </LU_ACQUISITION_TYPE>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LU_ACQUISITION_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| ACQ_TYPE_ID | integer |
None. |
|
| ACQ_TYPE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ACQ_TYPE_ID": 1,
"ACQ_TYPE": "sample string 2"
}
text/xml
Sample:
<LU_ACQUISITION_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ACQ_TYPE>sample string 2</ACQ_TYPE> <ACQ_TYPE_ID>1</ACQ_TYPE_ID> </LU_ACQUISITION_TYPE>