master jobtypequeues (http://api.3plcentral.com/rels/master/jobtypequeues)
Resource:
Collection: of jobtypequeue
C# Rel Const:
Rels.MasterSvc.JobTypeQueues
URI template:
jobtypequeues{?jobtype,queue}
Obtain URI from:
Get a list of jobtypequeue records. Note that jobtype uniquely identifies a single jobtypequeue record.
Success status: 200; Response is cacheable
Name Data Type Description
jobtype string
queue string
Type Description
ResourceList IList<Master.Models.JobTypeQueue>
JobType string This is a candidate key to this resource
Queue string
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/master/jobtypequeue": [
      {
        "jobType": "str",
        "queue": "str"
      }
    ]
  }
}
Create a new jobtypequeue record.
Success status: 201; ETag response header supplied
none
Type Description
JobType string This is a candidate key to this resource
Queue string
Sample content-type: application/hal+json
{
  "jobType": "str",
  "queue": "str"
}
Type Description
JobType string This is a candidate key to this resource
Queue string
Sample accept: application/hal+json
{
  "jobType": "str",
  "queue": "str"
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.