POST api/subscription/service-add
Request Information
URI Parameters
None.
Body Parameters
AddSubscriptionServiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CategoryID | integer |
None. |
|
| RegionID | integer |
None. |
|
| FrequencyID | integer |
None. |
|
| ProductID | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"categoryID": 2,
"regionID": 1,
"frequencyID": 1,
"productID": 1,
"isActive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.