POST api/Queues/deQueue/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
QueueName | Description | Type | Additional 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:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.