POST api/Store/AddLocationwisePrice
Request Information
URI Parameters
None.
Body Parameters
AddLocationwisePriceName | Description | Type | Additional information |
---|---|---|---|
BusinessId | integer |
None. |
|
LoginUserid | integer |
None. |
|
Itemid | integer |
None. |
|
Price | decimal number |
None. |
|
Locationid | integer |
None. |
|
CustomerType | integer |
None. |
|
IsProductactive | integer |
None. |
|
PromoPrice | decimal number |
None. |
|
BuyingPrice | decimal number |
None. |
|
MinimumSellingPrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "BusinessId": 1, "LoginUserid": 2, "Itemid": 3, "Price": 4.0, "Locationid": 5, "CustomerType": 6, "IsProductactive": 7, "PromoPrice": 8.0, "BuyingPrice": 9.0, "MinimumSellingPrice": 10.0 }
application/xml, text/xml
Sample:
<AddLocationwisePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <BusinessId>1</BusinessId> <BuyingPrice>9</BuyingPrice> <CustomerType>6</CustomerType> <IsProductactive>7</IsProductactive> <Itemid>3</Itemid> <Locationid>5</Locationid> <LoginUserid>2</LoginUserid> <MinimumSellingPrice>10</MinimumSellingPrice> <Price>4</Price> <PromoPrice>8</PromoPrice> </AddLocationwisePrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponseName | 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/04/04 03:43:57", "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>