POST customers/keyinvestors/feedback
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ReferenceRecordId": "sample string 1",
"ContactId": "sample string 2",
"AccountId": "sample string 3",
"OverallSatisfaction": 4,
"Responsiveness": 5,
"Professionalism": 6,
"SolutionProvided": 7,
"Comments": "sample string 8",
"OwnerId": "sample string 9"
}
application/xml, text/xml
Sample:
<KeyInvestorFeedbackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketSystemApi.Models"> <AccountId>sample string 3</AccountId> <Comments>sample string 8</Comments> <ContactId>sample string 2</ContactId> <OverallSatisfaction>4</OverallSatisfaction> <OwnerId>sample string 9</OwnerId> <Professionalism>6</Professionalism> <ReferenceRecordId>sample string 1</ReferenceRecordId> <Responsiveness>5</Responsiveness> <SolutionProvided>7</SolutionProvided> </KeyInvestorFeedbackModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.