POST api/ERPDataUpdate/AddItemPrice
Request Information
URI Parameters
None.
Body Parameters
ItemPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessType | string |
None. |
|
| PriceCode | string |
None. |
|
| SKUCode | string |
None. |
|
| UOM | string |
None. |
|
| Price | decimal number |
None. |
|
| EmployeeCode | string |
None. |
|
| Source | string |
None. |
|
| StatusID | integer |
None. |
|
| CustomerType | integer |
None. |
|
| PriceEffectDate | date |
None. |
|
| LocationName | string |
None. |
|
| BusinessCode | string |
None. |
|
| IsInvalid | boolean |
None. |
|
| IsCustomerTypeValid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessType": "sample string 1",
"PriceCode": "sample string 2",
"SKUCode": "sample string 3",
"UOM": "sample string 4",
"Price": 5.0,
"EmployeeCode": "sample string 6",
"Source": "sample string 7",
"StatusID": 8,
"CustomerType": 9,
"PriceEffectDate": "2026-01-11T22:24:21.4760522+00:00",
"LocationName": "sample string 10",
"BusinessCode": "sample string 11",
"IsInvalid": false,
"IsCustomerTypeValid": false
}
application/xml, text/xml
Sample:
<ItemPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model.Orion"> <BusinessCode>sample string 11</BusinessCode> <BusinessType>sample string 1</BusinessType> <CustomerType>9</CustomerType> <EmployeeCode>sample string 6</EmployeeCode> <LocationName>sample string 10</LocationName> <Price>5</Price> <PriceCode>sample string 2</PriceCode> <PriceEffectDate>2026-01-11T22:24:21.4760522+00:00</PriceEffectDate> <SKUCode>sample string 3</SKUCode> <Source>sample string 7</Source> <StatusID>8</StatusID> <UOM>sample string 4</UOM> </ItemPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2026/01/11 22:24:21",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>