PUT Api/LU_ACTION_ITEM_FOR/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

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

None.