POST api/PurchaseOrders/AddProductVersion
Request Information
URI Parameters
None.
Body Parameters
AddProductVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdProductId | integer |
None. |
|
| MRP | integer |
None. |
|
| Weight | integer |
None. |
|
| Pages | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| VersionNotes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrdProductId": 1,
"MRP": 2,
"Weight": 3,
"Pages": 4,
"CreatedBy": 5,
"VersionNotes": "sample string 6"
}
application/xml, text/xml
Sample:
<AddProductVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity"> <CreatedBy>5</CreatedBy> <MRP>2</MRP> <OrdProductId>1</OrdProductId> <Pages>4</Pages> <VersionNotes>sample string 6</VersionNotes> <Weight>3</Weight> </AddProductVersion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.