POST api/Orders/PriceUnit
Request Information
URI Parameters
None.
Body Parameters
CustomerGroupsDiscount| Name | Description | Type | Additional information |
|---|---|---|---|
| cusgrp_id | integer |
None. |
|
| good_id | integer |
None. |
|
| qty | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cusgrp_id": 1,
"good_id": 2,
"qty": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.