POST api/FollowUpPayment
Request Information
URI Parameters
None.
Body Parameters
FollowUpPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
None. |
|
| ACCODE | string |
None. |
|
| FALLOWUPREMARKS | string |
None. |
|
| FALLOWDATE | date |
None. |
|
| USERSNAME | string |
None. |
|
| SALESPERSON_CODE | string |
None. |
|
| NEXTFALLOWDATE | date |
None. |
|
| BRANCH_CODE | string |
None. |
|
| VOCTYPE | string |
None. |
|
| FOLLOWUP_TYPE | string |
None. |
|
| READYFOR_COLLECTION | boolean |
None. |
|
| COLLECTION_HEAD | string |
None. |
|
| COLLECTION_REMARK | string |
None. |
|
| NEED_ESCALATION | boolean |
None. |
|
| ESCALATE_TO | string |
None. |
|
| ESCALATION_REMARK | string |
None. |
|
| REASON_FOR_ESCALATION | string |
None. |
|
| FOLLOWUP_VIA | string |
None. |
|
| FOLLOWUP_PERSON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MID": 1,
"ACCODE": "sample string 2",
"FALLOWUPREMARKS": "sample string 3",
"FALLOWDATE": "2026-02-04T06:53:15.9305067+04:00",
"USERSNAME": "sample string 5",
"SALESPERSON_CODE": "sample string 6",
"NEXTFALLOWDATE": "2026-02-04T06:53:15.9305067+04:00",
"BRANCH_CODE": "sample string 8",
"VOCTYPE": "sample string 9",
"FOLLOWUP_TYPE": "sample string 10",
"READYFOR_COLLECTION": true,
"COLLECTION_HEAD": "sample string 12",
"COLLECTION_REMARK": "sample string 13",
"NEED_ESCALATION": true,
"ESCALATE_TO": "sample string 15",
"ESCALATION_REMARK": "sample string 16",
"REASON_FOR_ESCALATION": "sample string 17",
"FOLLOWUP_VIA": "sample string 18",
"FOLLOWUP_PERSON": "sample string 19"
}
text/html
Sample:
{"MID":1,"ACCODE":"sample string 2","FALLOWUPREMARKS":"sample string 3","FALLOWDATE":"2026-02-04T06:53:15.9305067+04:00","USERSNAME":"sample string 5","SALESPERSON_CODE":"sample string 6","NEXTFALLOWDATE":"2026-02-04T06:53:15.9305067+04:00","BRANCH_CODE":"sample string 8","VOCTYPE":"sample string 9","FOLLOWUP_TYPE":"sample string 10","READYFOR_COLLECTION":true,"COLLECTION_HEAD":"sample string 12","COLLECTION_REMARK":"sample string 13","NEED_ESCALATION":true,"ESCALATE_TO":"sample string 15","ESCALATION_REMARK":"sample string 16","REASON_FOR_ESCALATION":"sample string 17","FOLLOWUP_VIA":"sample string 18","FOLLOWUP_PERSON":"sample string 19"}
application/xml, text/xml
Sample:
<FollowUpPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.AdminPayment"> <ACCODE>sample string 2</ACCODE> <BRANCH_CODE>sample string 8</BRANCH_CODE> <COLLECTION_HEAD>sample string 12</COLLECTION_HEAD> <COLLECTION_REMARK>sample string 13</COLLECTION_REMARK> <ESCALATE_TO>sample string 15</ESCALATE_TO> <ESCALATION_REMARK>sample string 16</ESCALATION_REMARK> <FALLOWDATE>2026-02-04T06:53:15.9305067+04:00</FALLOWDATE> <FALLOWUPREMARKS>sample string 3</FALLOWUPREMARKS> <FOLLOWUP_PERSON>sample string 19</FOLLOWUP_PERSON> <FOLLOWUP_TYPE>sample string 10</FOLLOWUP_TYPE> <FOLLOWUP_VIA>sample string 18</FOLLOWUP_VIA> <MID>1</MID> <NEED_ESCALATION>true</NEED_ESCALATION> <NEXTFALLOWDATE>2026-02-04T06:53:15.9305067+04:00</NEXTFALLOWDATE> <READYFOR_COLLECTION>true</READYFOR_COLLECTION> <REASON_FOR_ESCALATION>sample string 17</REASON_FOR_ESCALATION> <SALESPERSON_CODE>sample string 6</SALESPERSON_CODE> <USERSNAME>sample string 5</USERSNAME> <VOCTYPE>sample string 9</VOCTYPE> </FollowUpPayment>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ACCODE" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FALLOWUPREMARKS" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FALLOWDATE" 2026-02-04T06:53:15.9305067+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="USERSNAME" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="SALESPERSON_CODE" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="NEXTFALLOWDATE" 2026-02-04T06:53:15.9305067+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="BRANCH_CODE" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="VOCTYPE" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FOLLOWUP_TYPE" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="READYFOR_COLLECTION" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="COLLECTION_HEAD" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="COLLECTION_REMARK" sample string 13 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="NEED_ESCALATION" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ESCALATE_TO" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ESCALATION_REMARK" sample string 16 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="REASON_FOR_ESCALATION" sample string 17 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FOLLOWUP_VIA" sample string 18 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FOLLOWUP_PERSON" sample string 19 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
FollowUpPaymentApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | string |
None. |
|
| Response | FollowUpPayment |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": "sample string 2",
"Response": {
"MID": 1,
"ACCODE": "sample string 2",
"FALLOWUPREMARKS": "sample string 3",
"FALLOWDATE": "2026-02-04T06:53:15.9617194+04:00",
"USERSNAME": "sample string 5",
"SALESPERSON_CODE": "sample string 6",
"NEXTFALLOWDATE": "2026-02-04T06:53:15.9617194+04:00",
"BRANCH_CODE": "sample string 8",
"VOCTYPE": "sample string 9",
"FOLLOWUP_TYPE": "sample string 10",
"READYFOR_COLLECTION": true,
"COLLECTION_HEAD": "sample string 12",
"COLLECTION_REMARK": "sample string 13",
"NEED_ESCALATION": true,
"ESCALATE_TO": "sample string 15",
"ESCALATION_REMARK": "sample string 16",
"REASON_FOR_ESCALATION": "sample string 17",
"FOLLOWUP_VIA": "sample string 18",
"FOLLOWUP_PERSON": "sample string 19"
}
}
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":{"MID":1,"ACCODE":"sample string 2","FALLOWUPREMARKS":"sample string 3","FALLOWDATE":"2026-02-04T06:53:15.9617194+04:00","USERSNAME":"sample string 5","SALESPERSON_CODE":"sample string 6","NEXTFALLOWDATE":"2026-02-04T06:53:15.9617194+04:00","BRANCH_CODE":"sample string 8","VOCTYPE":"sample string 9","FOLLOWUP_TYPE":"sample string 10","READYFOR_COLLECTION":true,"COLLECTION_HEAD":"sample string 12","COLLECTION_REMARK":"sample string 13","NEED_ESCALATION":true,"ESCALATE_TO":"sample string 15","ESCALATION_REMARK":"sample string 16","REASON_FOR_ESCALATION":"sample string 17","FOLLOWUP_VIA":"sample string 18","FOLLOWUP_PERSON":"sample string 19"}}
application/xml, text/xml
Sample:
<FollowUpPaymentApiResponse 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>
<ACCODE>sample string 2</ACCODE>
<BRANCH_CODE>sample string 8</BRANCH_CODE>
<COLLECTION_HEAD>sample string 12</COLLECTION_HEAD>
<COLLECTION_REMARK>sample string 13</COLLECTION_REMARK>
<ESCALATE_TO>sample string 15</ESCALATE_TO>
<ESCALATION_REMARK>sample string 16</ESCALATION_REMARK>
<FALLOWDATE>2026-02-04T06:53:15.9617194+04:00</FALLOWDATE>
<FALLOWUPREMARKS>sample string 3</FALLOWUPREMARKS>
<FOLLOWUP_PERSON>sample string 19</FOLLOWUP_PERSON>
<FOLLOWUP_TYPE>sample string 10</FOLLOWUP_TYPE>
<FOLLOWUP_VIA>sample string 18</FOLLOWUP_VIA>
<MID>1</MID>
<NEED_ESCALATION>true</NEED_ESCALATION>
<NEXTFALLOWDATE>2026-02-04T06:53:15.9617194+04:00</NEXTFALLOWDATE>
<READYFOR_COLLECTION>true</READYFOR_COLLECTION>
<REASON_FOR_ESCALATION>sample string 17</REASON_FOR_ESCALATION>
<SALESPERSON_CODE>sample string 6</SALESPERSON_CODE>
<USERSNAME>sample string 5</USERSNAME>
<VOCTYPE>sample string 9</VOCTYPE>
</Response>
<Status>sample string 2</Status>
</FollowUpPaymentApiResponse>
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.MID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ACCODE" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FALLOWUPREMARKS" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FALLOWDATE" 2026-02-04T06:53:15.9617194+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.USERSNAME" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.SALESPERSON_CODE" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.NEXTFALLOWDATE" 2026-02-04T06:53:15.9617194+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.BRANCH_CODE" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.VOCTYPE" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FOLLOWUP_TYPE" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.READYFOR_COLLECTION" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.COLLECTION_HEAD" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.COLLECTION_REMARK" sample string 13 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.NEED_ESCALATION" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ESCALATE_TO" sample string 15 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ESCALATION_REMARK" sample string 16 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.REASON_FOR_ESCALATION" sample string 17 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FOLLOWUP_VIA" sample string 18 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FOLLOWUP_PERSON" sample string 19 --MultipartDataMediaFormatterBoundary1q2w3e--