POST api/Store/UpdateOmoniAvailSKU
Request Information
URI Parameters
None.
Body Parameters
UpdateOmoniAvailSKU| Name | 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. |
|
| customerTypeId | integer |
None. |
|
| omniJaraTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationId": 1,
"fcId": 2,
"skuId": "sample string 3",
"skuQuantity": 4,
"omoniPoints": 5,
"startDate": "2025-11-03T16:02:22.8006978+00:00",
"endDate": "2025-11-03T16:02:22.8006978+00:00",
"customerTypeId": 6,
"omniJaraTypeId": 7
}
application/xml, text/xml
Sample:
<UpdateOmoniAvailSKU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <customerTypeId>6</customerTypeId> <endDate>2025-11-03T16:02:22.8006978+00:00</endDate> <fcId>2</fcId> <locationId>1</locationId> <omniJaraTypeId>7</omniJaraTypeId> <omoniPoints>5</omoniPoints> <skuId>sample string 3</skuId> <skuQuantity>4</skuQuantity> <startDate>2025-11-03T16:02:22.8006978+00:00</startDate> </UpdateOmoniAvailSKU>
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/11/03 16:02:22",
"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>