POST api/ProductSize/UpdateProductSizeStartingQuantity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "e52e236d-668c-4100-917d-3e15f8159532",
"lstPSQs": [
{
"$id": "2",
"ProductSizeID": 1,
"ColumnIndex": 2,
"StartingQuantity": 1.0,
"Quantity": 1.0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"branches": [
{
"Key": 1,
"Value": "sample string 2"
},
{
"Key": 1,
"Value": "sample string 2"
},
{
"Key": 1,
"Value": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample: