POST api/DataUpdate/AddLocationPrice
Request Information
URI Parameters
None.
Body Parameters
AddLocationwisePriceOran| Name | Description | Type | Additional information | 
|---|---|---|---|
| BusinessId | integer | None. | |
| LoginUserid | integer | None. | |
| SKU_Code | string | None. | |
| Price | integer | None. | |
| Cust_type | integer | None. | |
| UOM | string | None. | |
| created_date | string | None. | |
| PriceCode | string | None. | |
| isnew | integer | None. | |
| Freeze | integer | None. | |
| Location_Code | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "BusinessId": 1,
  "LoginUserid": 2,
  "SKU_Code": "sample string 3",
  "Price": 4,
  "Cust_type": 5,
  "UOM": "sample string 6",
  "created_date": "sample string 7",
  "PriceCode": "sample string 8",
  "isnew": 9,
  "Freeze": 10,
  "Location_Code": "sample string 11"
}
        application/xml, text/xml
            Sample:
        <AddLocationwisePriceOran xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <LoginUserid>2</LoginUserid> <SKU_Code>sample string 3</SKU_Code> <Price>4</Price> <Cust_type>5</Cust_type> <UOM>sample string 6</UOM> <created_date>sample string 7</created_date> <PriceCode>sample string 8</PriceCode> <isnew>9</isnew> <Freeze>10</Freeze> <Location_Code>sample string 11</Location_Code> </AddLocationwisePriceOran>
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:44",
  "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>