PUT Api/LU_CONTACT_TYPE/Put?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LU_CONTACT_TYPE
NameDescriptionTypeAdditional 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

None.