POST Tickets/ChangeTicketCustomer

Request Information

URI Parameters

None.

Body Parameters

RequestChangeTicketCustomer
NameDescriptionTypeAdditional information
TicketID

integer

None.

CustomerID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TicketID": 1,
  "CustomerID": 2
}

Response Information

Resource Description

SuccessFull
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}