POST api/Pricelists/GetPricingByPricelistID
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| identity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "213b91d1-30da-4ecd-a2f7-39d30048efb8",
"ID": 2,
"ListIDs": [
1,
2,
3
],
"PageNumber": 3,
"sorting": 4,
"UserRightID": 5,
"MaxRows": 6,
"BranchID": 7,
"attribute": 8,
"Text": "sample string 9"
}
application/x-www-form-urlencoded
Sample: