POST api/ERPDataUpdate/AddItemPrice
Request Information
URI Parameters
None.
Body Parameters
ItemPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceCode | string |
None. |
|
| EmployeeCode | string |
None. |
|
| Source | string |
None. |
|
| StatusID | integer |
None. |
|
| PriceEffectDate | date |
None. |
|
| LocationName | string |
None. |
|
| IsInvalid | boolean |
None. |
|
| IsCustomerTypeValid | boolean |
None. |
|
| Is_BOM | boolean |
None. |
|
| BusinessType | string |
None. |
|
| BusinessCode | string |
None. |
|
| SKUCode | string |
None. |
|
| UOM | string |
None. |
|
| Price | decimal number |
None. |
|
| CustomerType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PriceCode": "sample string 1",
"EmployeeCode": "sample string 2",
"Source": "sample string 3",
"StatusID": 4,
"PriceEffectDate": "2025-12-25T09:12:03.766787+00:00",
"LocationName": "sample string 5",
"IsInvalid": false,
"IsCustomerTypeValid": false,
"Is_BOM": true,
"BusinessType": "sample string 7",
"BusinessCode": "sample string 8",
"SKUCode": "sample string 9",
"UOM": "sample string 10",
"Price": 11.0,
"CustomerType": 12
}
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 8</BusinessCode> <BusinessType>sample string 7</BusinessType> <CustomerType>12</CustomerType> <Price>11</Price> <SKUCode>sample string 9</SKUCode> <UOM>sample string 10</UOM> <EmployeeCode>sample string 2</EmployeeCode> <Is_BOM>true</Is_BOM> <LocationName>sample string 5</LocationName> <PriceCode>sample string 1</PriceCode> <PriceEffectDate>2025-12-25T09:12:03.766787+00:00</PriceEffectDate> <Source>sample string 3</Source> <StatusID>4</StatusID> </ItemPrice>
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.