Resource:Collection: of jobtypequeueC# Rel Const:Rels.MasterSvc.JobTypeQueuesURI 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 |
{ "_embedded": { "http://api.3plCentral.com/rels/master/jobtypequeue": [ { "jobType": "str", "queue": "str" } ] } }
Create a new jobtypequeue record.
Success status: 201; ETag response header supplied
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 |
{ "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.