POST api/eeb/ItemTransfer/itemProperty

Request Information

URI Parameters

None.

Body Parameters

ItemPropertyReturnDTO
NameDescriptionTypeAdditional information
JobId

integer

None.

Desc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "JobId": 1,
  "Desc": "sample string 2"
}

application/xml, text/xml

Sample:
<ItemPropertyReturnDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO">
  <Desc>sample string 2</Desc>
  <JobId>1</JobId>
</ItemPropertyReturnDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.