POST api/Dispatch/ChangeProductVersionATQR

Request Information

URI Parameters

None.

Body Parameters

clsChangeVersion
NameDescriptionTypeAdditional information
BillProductMappId

integer

None.

ordProductId

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BillProductMappId": 1,
  "ordProductId": 2,
  "UserId": 3
}

application/xml, text/xml

Sample:
<DispatchEntity.clsChangeVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity">
  <BillProductMappId>1</BillProductMappId>
  <UserId>3</UserId>
  <ordProductId>2</ordProductId>
</DispatchEntity.clsChangeVersion>

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.