POST api/Store/UpdateOmoniAvailSKU
Request Information
URI Parameters
None.
Body Parameters
UpdateOmoniAvailSKUName | Description | Type | Additional information |
---|---|---|---|
locationId | integer |
None. |
|
fcId | integer |
None. |
|
skuId | string |
None. |
|
skuQuantity | integer |
None. |
|
omoniPoints | integer |
None. |
|
startDate | date |
None. |
|
endDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "locationId": 1, "fcId": 2, "skuId": "sample string 3", "skuQuantity": 4, "omoniPoints": 5, "startDate": "2025-04-28T14:25:18.7875066+00:00", "endDate": "2025-04-28T14:25:18.7875066+00:00" }
application/xml, text/xml
Sample:
<UpdateOmoniAvailSKU xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <locationId>1</locationId> <fcId>2</fcId> <skuId>sample string 3</skuId> <skuQuantity>4</skuQuantity> <omoniPoints>5</omoniPoints> <startDate>2025-04-28T14:25:18.7875066+00:00</startDate> <endDate>2025-04-28T14:25:18.7875066+00:00</endDate> </UpdateOmoniAvailSKU>
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 14:25:18", "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>