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