GET api/FollowupCount
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FollowupCountListApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | string |
None. |
|
| Response | Collection of FollowupCount |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": "sample string 2",
"Response": [
{
"Count_Zero_FollowUps": 1,
"Count_1_to_5_FollowUps": 2,
"Count_6_to_10_FollowUps": 3,
"Count_Above_10_FollowUps": 4
},
{
"Count_Zero_FollowUps": 1,
"Count_1_to_5_FollowUps": 2,
"Count_6_to_10_FollowUps": 3,
"Count_Above_10_FollowUps": 4
}
]
}
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"Count_Zero_FollowUps":1,"Count_1_to_5_FollowUps":2,"Count_6_to_10_FollowUps":3,"Count_Above_10_FollowUps":4},{"Count_Zero_FollowUps":1,"Count_1_to_5_FollowUps":2,"Count_6_to_10_FollowUps":3,"Count_Above_10_FollowUps":4}]}
application/xml, text/xml
Sample:
<FollowupCountListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.AdminPayment">
<Message>sample string 1</Message>
<Response>
<FollowupCount>
<Count_1_to_5_FollowUps>2</Count_1_to_5_FollowUps>
<Count_6_to_10_FollowUps>3</Count_6_to_10_FollowUps>
<Count_Above_10_FollowUps>4</Count_Above_10_FollowUps>
<Count_Zero_FollowUps>1</Count_Zero_FollowUps>
</FollowupCount>
<FollowupCount>
<Count_1_to_5_FollowUps>2</Count_1_to_5_FollowUps>
<Count_6_to_10_FollowUps>3</Count_6_to_10_FollowUps>
<Count_Above_10_FollowUps>4</Count_Above_10_FollowUps>
<Count_Zero_FollowUps>1</Count_Zero_FollowUps>
</FollowupCount>
</Response>
<Status>sample string 2</Status>
</FollowupCountListApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Message" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Status" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].Count_Zero_FollowUps" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].Count_1_to_5_FollowUps" 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].Count_6_to_10_FollowUps" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].Count_Above_10_FollowUps" 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].Count_Zero_FollowUps" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].Count_1_to_5_FollowUps" 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].Count_6_to_10_FollowUps" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].Count_Above_10_FollowUps" 4 --MultipartDataMediaFormatterBoundary1q2w3e--