POST api/leadV2/captureCustomerFeedback
Request Information
URI Parameters
None.
Body Parameters
CustomerFeedbackCapture| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| OriginalMortgageAdvisor | string |
None. |
|
| Speed | string |
None. |
|
| Approach | string |
None. |
|
| Info | string |
None. |
|
| Ease | string |
None. |
|
| Overall | string |
None. |
|
| HowCanWeImprove | string |
None. |
|
| WouldYouRecommendService | string |
None. |
|
| WhyWouldYouRecommendUs | string |
None. |
|
| HappyForContactReasons | string |
None. |
|
| Timestamp | date |
None. |
|
| LastUpdated | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedBy | string |
None. |
|
| EntryStatus | integer |
None. |
|
| IP | string |
None. |
|
| ID | integer |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"OriginalMortgageAdvisor": "sample string 4",
"Speed": "sample string 5",
"Approach": "sample string 6",
"Info": "sample string 7",
"Ease": "sample string 8",
"Overall": "sample string 9",
"HowCanWeImprove": "sample string 10",
"WouldYouRecommendService": "sample string 11",
"WhyWouldYouRecommendUs": "sample string 12",
"HappyForContactReasons": "sample string 13",
"Timestamp": "2025-12-14T02:09:31.0740673+00:00",
"LastUpdated": "2025-12-14T02:09:31.0896954+00:00",
"CreatedBy": "sample string 14",
"UpdatedBy": "sample string 15",
"EntryStatus": 1,
"IP": "sample string 16",
"ID": 1,
"Key": "sample string 17"
}
application/xml, text/xml
Sample:
<CustomerFeedbackCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models"> <Approach>sample string 6</Approach> <CreatedBy>sample string 14</CreatedBy> <Ease>sample string 8</Ease> <Email>sample string 3</Email> <EntryStatus>1</EntryStatus> <FirstName>sample string 1</FirstName> <HappyForContactReasons>sample string 13</HappyForContactReasons> <HowCanWeImprove>sample string 10</HowCanWeImprove> <ID>1</ID> <IP>sample string 16</IP> <Info>sample string 7</Info> <Key>sample string 17</Key> <LastName>sample string 2</LastName> <LastUpdated>2025-12-14T02:09:31.0896954+00:00</LastUpdated> <OriginalMortgageAdvisor>sample string 4</OriginalMortgageAdvisor> <Overall>sample string 9</Overall> <Speed>sample string 5</Speed> <Timestamp>2025-12-14T02:09:31.0740673+00:00</Timestamp> <UpdatedBy>sample string 15</UpdatedBy> <WhyWouldYouRecommendUs>sample string 12</WhyWouldYouRecommendUs> <WouldYouRecommendService>sample string 11</WouldYouRecommendService> </CustomerFeedbackCapture>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.