POST api/CustomerGroupsDiscount/CheckGroupDiscount
Request Information
URI Parameters
None.
Body Parameters
ICheckGroupDiscount| Name | Description | Type | Additional information |
|---|---|---|---|
| cusgrp | Collection of cusgrp |
None. |
|
| good_id | Collection of goods |
None. |
Request Formats
application/json, text/json
Sample:
{
"cusgrp": [
{
"cusgrp_id": 1
},
{
"cusgrp_id": 1
}
],
"good_id": [
{
"good_id": 1
},
{
"good_id": 1
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.