POST api/Parcel/GenerateBatchPID

Request Information

URI Parameters

None.

Body Parameters

GenerateBatchPIDInputModel
NameDescriptionTypeAdditional information
UserId

integer

None.

DimId

integer

None.

PID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "DimId": 2,
  "PID": "sample string 3"
}

application/xml, text/xml

Sample:
<GenerateBatchPIDInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.InputOutputModels">
  <DimId>2</DimId>
  <PID>sample string 3</PID>
  <UserId>1</UserId>
</GenerateBatchPIDInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"UserId":1,"DimId":2,"PID":"sample string 3"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.