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