Virima API Specification - UnfuddleService Services
The requests documented in this section are directed to
UnfuddleService resources, which represent .
createUnfuddleTicket POST Interface
Method: POST
Relative URL: unfuddle/create-ticket
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Request Structure:
Field Name | Type | Description |
---|
unfuddleTicket | UnfuddleTicket | |
Response Structure:
Field Name | Type | Description |
---|
response | Response | |
Example Request:
CREATEUNFUDDLETICKET
Host: example.com
Authorization: Basic xxxxxxxxxxxxxxxxxxx
Content-Type : nnn
{
"suggestion":"?",
"email":"?",
"module":"?",
"referenceUrl":"?"
}
Example Response:
{
"id":2147483647,
"response":"?"
}