POST api/republish/provide-services
Request Information
URI Parameters
None.
Body Parameters
ProvideServiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | string |
None. |
|
| ServiceIDs | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| AmbassadorID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"appID": "sample string 1",
"serviceIDs": "sample string 2",
"fromDate": "sample string 3",
"toDate": "sample string 4",
"ambassadorID": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.