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