POST customers/submitkifeedback
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:
{
"CaseId": "sample string 1",
"TicketNumber": "sample string 2",
"CustomerId": "sample string 3",
"CustomerLogicalName": "sample string 4",
"Ratings": {
"sample string 1": 2,
"sample string 3": 4,
"sample string 5": 6
},
"TimeAppropriate": 5,
"Comment": "sample string 6",
"Lang": "sample string 7"
}
application/xml, text/xml
Sample:
<KICustomerFeedbackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketSystemApi.Models">
<CaseId>sample string 1</CaseId>
<Comment>sample string 6</Comment>
<CustomerId>sample string 3</CustomerId>
<CustomerLogicalName>sample string 4</CustomerLogicalName>
<Lang>sample string 7</Lang>
<Ratings xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringint>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>2</d2p1:Value>
</d2p1:KeyValueOfstringint>
<d2p1:KeyValueOfstringint>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>4</d2p1:Value>
</d2p1:KeyValueOfstringint>
<d2p1:KeyValueOfstringint>
<d2p1:Key>sample string 5</d2p1:Key>
<d2p1:Value>6</d2p1:Value>
</d2p1:KeyValueOfstringint>
</Ratings>
<TicketNumber>sample string 2</TicketNumber>
<TimeAppropriate>5</TimeAppropriate>
</KICustomerFeedbackModel>
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.