POST api/MOQ/EditSkuWiseMoq
Request Information
URI Parameters
None.
Body Parameters
EditSkuMoq| Name | Description | Type | Additional information |
|---|---|---|---|
| skuWiseIdInput | integer |
None. |
|
| itemId | integer |
None. |
|
| moq | integer |
None. |
|
| locationTypeId | LocationTypeId |
None. |
|
| locationId | integer |
None. |
|
| customerTypeId | integer |
None. |
|
| roleId | integer |
None. |
|
| BusinessId | integer |
None. |
|
| LoginuserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuWiseIdInput": 1,
"itemId": 2,
"moq": 3,
"locationTypeId": 1,
"locationId": 4,
"customerTypeId": 5,
"roleId": 6,
"BusinessId": 7,
"LoginuserId": 8
}
application/xml, text/xml
Sample:
<EditSkuMoq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <BusinessId>7</BusinessId> <LoginuserId>8</LoginuserId> <customerTypeId>5</customerTypeId> <locationId>4</locationId> <locationTypeId>branch</locationTypeId> <moq>3</moq> <roleId>6</roleId> <itemId>2</itemId> <skuWiseIdInput>1</skuWiseIdInput> </EditSkuMoq>
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/12/13 13:57:21",
"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>