GET api/MGDReport/GetMYReferralCreditCustomerFollowUpHistory?strCustomerId={strCustomerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCustomerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CreditFollowup| Name | Description | Type | Additional information |
|---|---|---|---|
| GlobalCustomerId | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Date | string |
None. |
|
| Remark | string |
None. |
|
| RemarkId | integer |
None. |
|
| Comment | string |
None. |
|
| FollowUpBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GlobalCustomerId": "sample string 1",
"PhoneNumber": "sample string 2",
"Date": "sample string 3",
"Remark": "sample string 4",
"RemarkId": 5,
"Comment": "sample string 6",
"FollowUpBy": "sample string 7"
},
{
"GlobalCustomerId": "sample string 1",
"PhoneNumber": "sample string 2",
"Date": "sample string 3",
"Remark": "sample string 4",
"RemarkId": 5,
"Comment": "sample string 6",
"FollowUpBy": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfCreditFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<CreditFollowup>
<Comment>sample string 6</Comment>
<Date>sample string 3</Date>
<FollowUpBy>sample string 7</FollowUpBy>
<GlobalCustomerId>sample string 1</GlobalCustomerId>
<PhoneNumber>sample string 2</PhoneNumber>
<Remark>sample string 4</Remark>
<RemarkId>5</RemarkId>
</CreditFollowup>
<CreditFollowup>
<Comment>sample string 6</Comment>
<Date>sample string 3</Date>
<FollowUpBy>sample string 7</FollowUpBy>
<GlobalCustomerId>sample string 1</GlobalCustomerId>
<PhoneNumber>sample string 2</PhoneNumber>
<Remark>sample string 4</Remark>
<RemarkId>5</RemarkId>
</CreditFollowup>
</ArrayOfCreditFollowup>