POST api/DataUpdate/AddPrice
Request Information
URI Parameters
None.
Body Parameters
AddPriceName | 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-04-28T13:33:26.8020799+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-04-28T13:33:26.8020799+00:00</CreateDate> <Location_code>sample string 11</Location_code> </AddPrice>
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/28 13:33:26", "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>