PUSH Ticket object
Represents an anonymous test ticket.
Fields
Field | Type | Description |
---|---|---|
id required |
String | The test ticket. |
emailAddress optional |
String | An optional email address. |
name optional |
String | The testee name. |
reference optional |
String | An optional reference given by the requester of the ticket. |
Example
{
"id": "U5etV0MI6Ozi6nb7ZdMf4q",
"emailAddress": "john@example.com",
"name": "John Doe",
"reference": "t00042"
}
Last updated on