POST api/DataUpdate/AddPrice
Request Information
URI Parameters
None.
Body Parameters
AddPrice| Name | Description | Type | Additional information | 
|---|---|---|---|
| BusinessID | integer | None. | |
| LoggedInUserid | integer | None. | |
| CustType | string | None. | |
| SKUCode | string | None. | |
| Price | integer | None. | |
| IsNew | integer | None. | |
| UOM | string | None. | |
| PriceCode | string | None. | |
| Freeze | string | None. | |
| CreateDate | date | None. | |
| Location_code | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "BusinessID": 1,
  "LoggedInUserid": 2,
  "CustType": "sample string 3",
  "SKUCode": "sample string 4",
  "Price": 5,
  "IsNew": 6,
  "UOM": "sample string 7",
  "PriceCode": "sample string 8",
  "Freeze": "sample string 9",
  "CreateDate": "2025-10-31T15:47:46.213137+00:00",
  "Location_code": "sample string 11"
}
        application/xml, text/xml
            Sample:
        <AddPrice xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessID>1</BusinessID> <LoggedInUserid>2</LoggedInUserid> <CustType>sample string 3</CustType> <SKUCode>sample string 4</SKUCode> <Price>5</Price> <IsNew>6</IsNew> <UOM>sample string 7</UOM> <PriceCode>sample string 8</PriceCode> <Freeze>sample string 9</Freeze> <CreateDate>2025-10-31T15:47:46.213137+00:00</CreateDate> <Location_code>sample string 11</Location_code> </AddPrice>
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": "2025/10/31 15:47:46",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>