POST v6/waveTicket/save

Request Information

URI Parameters

None.

Body Parameters

WaveTicketModelv6
NameDescriptionTypeAdditional information
WaveTicketId

integer

None.

WaveTicketCategoryId

integer

None.

Description

string

None.

StatusId

integer

None.

ProjectId

integer

None.

StartDate

date

None.

DueDate

date

None.

TeamId

integer

None.

EstimatedHours

decimal number

None.

EstimatedHoursTypeId

integer

None.

Subject

string

None.

IsBillable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "waveTicketId": 1,
  "waveTicketCategoryId": 2,
  "description": "sample string 3",
  "statusId": 4,
  "projectId": 5,
  "startDate": "2025-11-08T08:28:44.5451273+00:00",
  "dueDate": "2025-11-08T08:28:44.5451273+00:00",
  "teamId": 8,
  "estimatedHours": 9.1,
  "estimatedHoursTypeId": 10,
  "subject": "sample string 11",
  "isBillable": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.