Request Information

URI Parameters

None.

Body Parameters

The queue.

Nano.queue
NameDescriptionTypeAdditional information
app

Gets or sets the application identifier.

integer

None.

createdBy

Gets or sets the created by identifier.

integer

None.

endedBy

Gets or sets the ended by identifier.

integer

None.

id

Gets or sets the queue identifier.

integer

None.

queueType

Gets or sets the queue type identifier.

integer

None.

code

Gets or sets the code.

string

None.

endDate

Gets or sets the end date.

date

None.

startDate

Gets or sets the start date.

date

None.

Request Formats

application/json, text/json

Sample:
{
  "app": "1",
  "createdBy": "1",
  "endedBy": "1",
  "id": "2",
  "queueType": "1",
  "code": "sample String 3",
  "endDate": "2025-04-25T18:06:14.6500601Z",
  "startDate": "2025-04-25T18:06:14.6500601Z"
}

text/html

Sample:
{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-04-25T18:06:14.6500601Z","startDate":"2025-04-25T18:06:14.6500601Z"}

application/xml, text/xml

Sample:
<Queue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppId>1</AppId>
  <CreatedById>1</CreatedById>
  <EndedById>1</EndedById>
  <QueueId>2</QueueId>
  <QueueTypeId>1</QueueTypeId>
  <Code>sample String 3</Code>
  <EndDate>2025-04-25T18:06:14.6500601Z</EndDate>
  <StartDate>2025-04-25T18:06:14.6500601Z</StartDate>
</Queue>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created queue.

Nano.queue
NameDescriptionTypeAdditional information
app

Gets or sets the application identifier.

integer

None.

createdBy

Gets or sets the created by identifier.

integer

None.

endedBy

Gets or sets the ended by identifier.

integer

None.

id

Gets or sets the queue identifier.

integer

None.

queueType

Gets or sets the queue type identifier.

integer

None.

code

Gets or sets the code.

string

None.

endDate

Gets or sets the end date.

date

None.

startDate

Gets or sets the start date.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "app": "1",
  "createdBy": "1",
  "endedBy": "1",
  "id": "2",
  "queueType": "1",
  "code": "sample String 3",
  "endDate": "2025-04-25T18:06:14.6500601Z",
  "startDate": "2025-04-25T18:06:14.6500601Z"
}

text/html

Sample:
{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-04-25T18:06:14.6500601Z","startDate":"2025-04-25T18:06:14.6500601Z"}

application/xml, text/xml

Sample:
<Queue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppId>1</AppId>
  <CreatedById>1</CreatedById>
  <EndedById>1</EndedById>
  <QueueId>2</QueueId>
  <QueueTypeId>1</QueueTypeId>
  <Code>sample String 3</Code>
  <EndDate>2025-04-25T18:06:14.6500601Z</EndDate>
  <StartDate>2025-04-25T18:06:14.6500601Z</StartDate>
</Queue>

application/vnd.api+json

Sample:

Sample not available.