POST api/TnAPlanReport/SaveFilters
Request Information
URI Parameters
None.
Body Parameters
TnaPlanReportName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
filterData | string |
None. |
|
tna_activity_id | integer |
None. |
|
callType | string |
None. |
|
activityGroupTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "filterData": "sample string 2", "tna_activity_id": 3, "callType": "sample string 4", "activityGroupTypeName": "sample string 5" }
application/xml, text/xml
Sample:
<TnaPlanReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <UserId>1</UserId> <activityGroupTypeName>sample string 5</activityGroupTypeName> <callType>sample string 4</callType> <filterData>sample string 2</filterData> <tna_activity_id>3</tna_activity_id> </TnaPlanReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.