POST api/SalesApi/GetSubSource
Request Information
URI Parameters
None.
Body Parameters
GetSubSourceRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Source | string |
None. |
|
| SubSourceId | integer |
None. |
|
| StartIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| clientid | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
|
| string |
None. |
||
| type | string |
None. |
|
| push_id | string |
None. |
|
| appkey | string |
None. |
|
| apptoken | string |
None. |
|
| appname | string |
None. |
|
| connectionstring | string |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Source": "sample string 1",
"SubSourceId": 1,
"StartIndex": 2,
"PageSize": 3,
"clientid": "sample string 4",
"username": "sample string 5",
"password": "sample string 6",
"email": "sample string 7",
"type": "sample string 8",
"push_id": "sample string 9",
"appkey": "sample string 10",
"apptoken": "sample string 11",
"appname": "sample string 12",
"connectionstring": "sample string 13",
"status": 14
}
text/Xml
Sample:
{"Source":"sample string 1","SubSourceId":1,"StartIndex":2,"PageSize":3,"clientid":"sample string 4","username":"sample string 5","password":"sample string 6","email":"sample string 7","type":"sample string 8","push_id":"sample string 9","appkey":"sample string 10","apptoken":"sample string 11","appname":"sample string 12","connectionstring":"sample string 13","status":14}
application/xml
Sample:
<GetSubSourceRequestDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <clientid>sample string 4</clientid> <username>sample string 5</username> <password>sample string 6</password> <email>sample string 7</email> <type>sample string 8</type> <push_id>sample string 9</push_id> <appkey>sample string 10</appkey> <apptoken>sample string 11</apptoken> <appname>sample string 12</appname> <connectionstring>sample string 13</connectionstring> <status>14</status> <Source>sample string 1</Source> <SubSourceId>1</SubSourceId> <StartIndex>2</StartIndex> <PageSize>3</PageSize> </GetSubSourceRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.