POST TicketMembers/SetTicketMember
Request Information
URI Parameters
None.
Body Parameters
RequestSetTicketMember| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
|
| UserID | integer |
None. |
|
| Member | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TicketID": 1,
"UserID": 2,
"Member": true
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}