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. |
|
| NEED_PROMISE_TO_PAY | boolean |
None. |
|
| COMMITTED_AMT | decimal number |
None. |
|
| EXPECTED_PAYMENT_DATE | date |
None. |
|
| PAYMENT_MODE | string |
None. |
|
| RISK_ASSESSMENT | string |
None. |
|
| PTP_EMAIL | string |
None. |
|
| PTP_NAME | string |
None. |
|
| PTP_ADDRESS | string |
None. |
|
| PTP_PHONE | string |
None. |
|
| PTP_SAME_PERSON | boolean |
None. |
|
| PTP_STATUS | string |
None. |
|
| REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MID": 1,
"ACCODE": "sample string 2",
"FALLOWUPREMARKS": "sample string 3",
"FALLOWDATE": "2026-06-30T04:50:47.2715296+04:00",
"USERSNAME": "sample string 5",
"SALESPERSON_CODE": "sample string 6",
"NEXTFALLOWDATE": "2026-06-30T04:50:47.2715296+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",
"NEED_PROMISE_TO_PAY": true,
"COMMITTED_AMT": 1.0,
"EXPECTED_PAYMENT_DATE": "2026-06-30T04:50:47.2715296+04:00",
"PAYMENT_MODE": "sample string 21",
"RISK_ASSESSMENT": "sample string 22",
"PTP_EMAIL": "sample string 23",
"PTP_NAME": "sample string 24",
"PTP_ADDRESS": "sample string 25",
"PTP_PHONE": "sample string 26",
"PTP_SAME_PERSON": true,
"PTP_STATUS": "sample string 28",
"REMARKS": "sample string 29"
}
text/html
Sample:
{"MID":1,"ACCODE":"sample string 2","FALLOWUPREMARKS":"sample string 3","FALLOWDATE":"2026-06-30T04:50:47.2715296+04:00","USERSNAME":"sample string 5","SALESPERSON_CODE":"sample string 6","NEXTFALLOWDATE":"2026-06-30T04:50:47.2715296+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","NEED_PROMISE_TO_PAY":true,"COMMITTED_AMT":1.0,"EXPECTED_PAYMENT_DATE":"2026-06-30T04:50:47.2715296+04:00","PAYMENT_MODE":"sample string 21","RISK_ASSESSMENT":"sample string 22","PTP_EMAIL":"sample string 23","PTP_NAME":"sample string 24","PTP_ADDRESS":"sample string 25","PTP_PHONE":"sample string 26","PTP_SAME_PERSON":true,"PTP_STATUS":"sample string 28","REMARKS":"sample string 29"}
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> <COMMITTED_AMT>1</COMMITTED_AMT> <ESCALATE_TO>sample string 15</ESCALATE_TO> <ESCALATION_REMARK>sample string 16</ESCALATION_REMARK> <EXPECTED_PAYMENT_DATE>2026-06-30T04:50:47.2715296+04:00</EXPECTED_PAYMENT_DATE> <FALLOWDATE>2026-06-30T04:50:47.2715296+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> <NEED_PROMISE_TO_PAY>true</NEED_PROMISE_TO_PAY> <NEXTFALLOWDATE>2026-06-30T04:50:47.2715296+04:00</NEXTFALLOWDATE> <PAYMENT_MODE>sample string 21</PAYMENT_MODE> <PTP_ADDRESS>sample string 25</PTP_ADDRESS> <PTP_EMAIL>sample string 23</PTP_EMAIL> <PTP_NAME>sample string 24</PTP_NAME> <PTP_PHONE>sample string 26</PTP_PHONE> <PTP_SAME_PERSON>true</PTP_SAME_PERSON> <PTP_STATUS>sample string 28</PTP_STATUS> <READYFOR_COLLECTION>true</READYFOR_COLLECTION> <REASON_FOR_ESCALATION>sample string 17</REASON_FOR_ESCALATION> <REMARKS>sample string 29</REMARKS> <RISK_ASSESSMENT>sample string 22</RISK_ASSESSMENT> <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-06-30T04:50:47.2715296+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-06-30T04:50:47.2715296+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 Content-Disposition: form-data; name="NEED_PROMISE_TO_PAY" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="COMMITTED_AMT" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EXPECTED_PAYMENT_DATE" 2026-06-30T04:50:47.2715296+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PAYMENT_MODE" sample string 21 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="RISK_ASSESSMENT" sample string 22 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_EMAIL" sample string 23 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_NAME" sample string 24 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_ADDRESS" sample string 25 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_PHONE" sample string 26 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_SAME_PERSON" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PTP_STATUS" sample string 28 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="REMARKS" sample string 29 --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-06-30T04:50:47.2871555+04:00",
"USERSNAME": "sample string 5",
"SALESPERSON_CODE": "sample string 6",
"NEXTFALLOWDATE": "2026-06-30T04:50:47.2871555+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",
"NEED_PROMISE_TO_PAY": true,
"COMMITTED_AMT": 1.0,
"EXPECTED_PAYMENT_DATE": "2026-06-30T04:50:47.2871555+04:00",
"PAYMENT_MODE": "sample string 21",
"RISK_ASSESSMENT": "sample string 22",
"PTP_EMAIL": "sample string 23",
"PTP_NAME": "sample string 24",
"PTP_ADDRESS": "sample string 25",
"PTP_PHONE": "sample string 26",
"PTP_SAME_PERSON": true,
"PTP_STATUS": "sample string 28",
"REMARKS": "sample string 29"
}
}
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":{"MID":1,"ACCODE":"sample string 2","FALLOWUPREMARKS":"sample string 3","FALLOWDATE":"2026-06-30T04:50:47.2871555+04:00","USERSNAME":"sample string 5","SALESPERSON_CODE":"sample string 6","NEXTFALLOWDATE":"2026-06-30T04:50:47.2871555+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","NEED_PROMISE_TO_PAY":true,"COMMITTED_AMT":1.0,"EXPECTED_PAYMENT_DATE":"2026-06-30T04:50:47.2871555+04:00","PAYMENT_MODE":"sample string 21","RISK_ASSESSMENT":"sample string 22","PTP_EMAIL":"sample string 23","PTP_NAME":"sample string 24","PTP_ADDRESS":"sample string 25","PTP_PHONE":"sample string 26","PTP_SAME_PERSON":true,"PTP_STATUS":"sample string 28","REMARKS":"sample string 29"}}
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>
<COMMITTED_AMT>1</COMMITTED_AMT>
<ESCALATE_TO>sample string 15</ESCALATE_TO>
<ESCALATION_REMARK>sample string 16</ESCALATION_REMARK>
<EXPECTED_PAYMENT_DATE>2026-06-30T04:50:47.2871555+04:00</EXPECTED_PAYMENT_DATE>
<FALLOWDATE>2026-06-30T04:50:47.2871555+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>
<NEED_PROMISE_TO_PAY>true</NEED_PROMISE_TO_PAY>
<NEXTFALLOWDATE>2026-06-30T04:50:47.2871555+04:00</NEXTFALLOWDATE>
<PAYMENT_MODE>sample string 21</PAYMENT_MODE>
<PTP_ADDRESS>sample string 25</PTP_ADDRESS>
<PTP_EMAIL>sample string 23</PTP_EMAIL>
<PTP_NAME>sample string 24</PTP_NAME>
<PTP_PHONE>sample string 26</PTP_PHONE>
<PTP_SAME_PERSON>true</PTP_SAME_PERSON>
<PTP_STATUS>sample string 28</PTP_STATUS>
<READYFOR_COLLECTION>true</READYFOR_COLLECTION>
<REASON_FOR_ESCALATION>sample string 17</REASON_FOR_ESCALATION>
<REMARKS>sample string 29</REMARKS>
<RISK_ASSESSMENT>sample string 22</RISK_ASSESSMENT>
<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-06-30T04:50:47.2871555+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-06-30T04:50:47.2871555+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 Content-Disposition: form-data; name="Response.NEED_PROMISE_TO_PAY" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.COMMITTED_AMT" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.EXPECTED_PAYMENT_DATE" 2026-06-30T04:50:47.2871555+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PAYMENT_MODE" sample string 21 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.RISK_ASSESSMENT" sample string 22 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_EMAIL" sample string 23 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_NAME" sample string 24 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_ADDRESS" sample string 25 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_PHONE" sample string 26 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_SAME_PERSON" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.PTP_STATUS" sample string 28 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.REMARKS" sample string 29 --MultipartDataMediaFormatterBoundary1q2w3e--