PUT Api/parcelIssue/{id}?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

userId

string

Required

Body Parameters

PARCEL_ISSUE
NameDescriptionTypeAdditional information
PARCEL_ISSUE_ID

integer

None.

PARCEL_ID

integer

None.

RQ_DT

date

None.

OUTSTANDING_ITEMS

string

None.

ACTION_ITEM_FOR_ID

integer

None.

IS_SPECIAL_PROVISION

boolean

None.

STATUS_NOTES

string

None.

COMP_REQUESTS_DT

date

None.

LU_ACTION_ITEM_FOR

LU_ACTION_ITEM_FOR

None.

PARCEL

PARCEL

None.

Request Formats

application/json, text/json

Sample:
{
  "PARCEL_ISSUE_ID": 1,
  "PARCEL_ID": 2,
  "RQ_DT": "2026-04-03T22:36:19.1905098+00:00",
  "OUTSTANDING_ITEMS": "sample string 3",
  "ACTION_ITEM_FOR_ID": 1,
  "IS_SPECIAL_PROVISION": true,
  "STATUS_NOTES": "sample string 4",
  "COMP_REQUESTS_DT": "2026-04-03T22:36:19.1905098+00:00"
}

text/xml

Sample:
<PARCEL_ISSUE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <ACTION_ITEM_FOR_ID>1</ACTION_ITEM_FOR_ID>
  <COMP_REQUESTS_DT>2026-04-03T22:36:19.1905098+00:00</COMP_REQUESTS_DT>
  <IS_SPECIAL_PROVISION>true</IS_SPECIAL_PROVISION>
  <OUTSTANDING_ITEMS>sample string 3</OUTSTANDING_ITEMS>
  <PARCEL_ID>2</PARCEL_ID>
  <PARCEL_ISSUE_ID>1</PARCEL_ISSUE_ID>
  <RQ_DT>2026-04-03T22:36:19.1905098+00:00</RQ_DT>
  <STATUS_NOTES>sample string 4</STATUS_NOTES>
</PARCEL_ISSUE>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.