POST api/Queues/deQueue/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Queue
NameDescriptionTypeAdditional information
QueueId

integer

None.

CustomerId

integer

None.

PetId

integer

None.

Date

date

None.

Comments

string

None.

Status

integer

None.

Weight

decimal number

None.

Doctor

string

None.

Reason

string

None.

PracticeId

integer

None.

CrateWeight

decimal number

None.

BookingId

integer

None.

ApproximateWeight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "QueueId": 1,
  "CustomerId": 1,
  "PetId": 1,
  "Date": "2024-12-21T05:44:54.6966283+00:00",
  "Comments": "sample string 2",
  "Status": 1,
  "Weight": 1.1,
  "Doctor": "sample string 3",
  "Reason": "sample string 4",
  "PracticeId": 5,
  "CrateWeight": 1.1,
  "BookingId": 1,
  "ApproximateWeight": 1.1
}

text/html

Sample:
{"QueueId":1,"CustomerId":1,"PetId":1,"Date":"2024-12-21T05:44:54.6966283+00:00","Comments":"sample string 2","Status":1,"Weight":1.1,"Doctor":"sample string 3","Reason":"sample string 4","PracticeId":5,"CrateWeight":1.1,"BookingId":1,"ApproximateWeight":1.1}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Queue'.

Response Information

Resource Description

None.