Ticket
Last updated
Last updated
GET
https://app.clubcollect.com/api/v2/invoices/:id/tickets
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://app.clubcollect.com/api/v2/invoices/:id/tickets
Create a support Ticket for an Invoice.
POST
https://app.clubcollect.com/api/v2/invoices/:id/tickets/actions/archive
Archive all Tickets for an Invoice.
POST
https://app.clubcollect.com/api/v2/invoices/:id/tickets/actions/assign:to:support
Assign Tickets for an Invoice to ClubCollect Support Team.
GET
https://app.clubcollect.com/api/v2/companies/:id/tickets/:status
Returns the list of tickets linked to a company, filtered by Ticket status, paginated and sorted in ascending order, i.e. from oldest to newest.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id*
string
ID of Invoice for which Tickets wish to be fetched.
api:key
string
Partner API Key (Deprecated)
Authorization*
string
ApiKey <api_key>
Content-Type*
string
Must be application/json
.
id*
string
ID for the Invoice to which the Ticket should be attached.
api:key
string
Partner API Key (Deprecated)
Authorization*
string
ApiKey <api_key>
Content-Type*
string
Must be application/json
.
message*
string
Contents of the Ticket.
id*
string
ID of the Invoice for which Tickets should be archived.
api:key
string
Partner API Key (Deprecated)
Authorization*
string
ApiKey <api_key>
Content-Type*
string
Must be application/json
.
id*
string
ID of Invoice for which Tickets should be assigned to Support.
api:key
string
Partner API Key (Deprecated)
Authorization*
string
ApiKey <api_key>
Content-Type*
string
Must be application/json
.
status*
string
One of: { unanswered answered archived }
id*
string
ID of Company for which Tickets should be fetched.
api:key
string
Partner API Key (Deprecated)
page:number
integer
Page number. If it's not given, default to 1
.
page:size
integer
Number of results per page. If it's not given, defaults to 30
. Maximum permitted value is 100
.
Authorization*
string
ApiKey <api_key>