POST PostFeedback
Request Information
URI Parameters
None.
Body Parameters
FeedbackInputDataName | Description | Type | Additional information |
---|---|---|---|
feedbackurl | string |
None. |
|
Methodname | string |
None. |
|
Description | string |
None. |
|
Environment | string |
None. |
|
Subject | string |
None. |
|
Type | string |
None. |
|
Attachment | Collection of byte |
None. |
|
CreatedBy | string |
None. |
|
BlobFilename | string |
None. |
|
UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "feedbackurl": "sample string 1", "Methodname": "sample string 2", "Description": "sample string 3", "Environment": "sample string 4", "Subject": "sample string 5", "Type": "sample string 6", "Attachment": "QEA=", "CreatedBy": "sample string 7", "BlobFilename": "sample string 8", "UserEmail": "sample string 9" }
application/xml, text/xml
Sample:
<FeedbackInputData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EY.GMP.Domain"> <Attachment>QEA=</Attachment> <BlobFilename>sample string 8</BlobFilename> <CreatedBy>sample string 7</CreatedBy> <Description>sample string 3</Description> <Environment>sample string 4</Environment> <Methodname>sample string 2</Methodname> <Subject>sample string 5</Subject> <Type>sample string 6</Type> <UserEmail>sample string 9</UserEmail> <feedbackurl>sample string 1</feedbackurl> </FeedbackInputData>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |