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-10-31T15:45:34.0345231+00:00",
  "endDate": "2025-10-31T15:45:34.0345231+00:00",
  "customerTypeId": 6,
  "omniJaraTypeId": 7
}
        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-10-31T15:45:34.0345231+00:00</startDate> <endDate>2025-10-31T15:45:34.0345231+00:00</endDate> <customerTypeId>6</customerTypeId> <omniJaraTypeId>7</omniJaraTypeId> </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/10/31 15:45:34",
  "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>