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