GET getjobtypes/{version}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JobTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| jobTypeID | integer |
None. |
|
| jobType | string |
None. |
|
| lsnJobType | string |
None. |
|
| lsnJobTypeDesc | string |
None. |
|
| Version | decimal number |
None. |
|
| time | integer |
None. |
|
| merged | string |
None. |
|
| priceListId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"jobTypeID": 1,
"jobType": "sample string 2",
"lsnJobType": "sample string 3",
"lsnJobTypeDesc": "sample string 4",
"Version": 1.0,
"time": 5,
"merged": "sample string 6",
"priceListId": 7
},
{
"jobTypeID": 1,
"jobType": "sample string 2",
"lsnJobType": "sample string 3",
"lsnJobTypeDesc": "sample string 4",
"Version": 1.0,
"time": 5,
"merged": "sample string 6",
"priceListId": 7
}
]
text/html
Sample:
[{"jobTypeID":1,"jobType":"sample string 2","lsnJobType":"sample string 3","lsnJobTypeDesc":"sample string 4","Version":1.0,"time":5,"merged":"sample string 6","priceListId":7},{"jobTypeID":1,"jobType":"sample string 2","lsnJobType":"sample string 3","lsnJobTypeDesc":"sample string 4","Version":1.0,"time":5,"merged":"sample string 6","priceListId":7}]
application/xml, text/xml
Sample:
<ArrayOfJobTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.JobTypes">
<JobTypes>
<Version>1</Version>
<jobType>sample string 2</jobType>
<jobTypeID>1</jobTypeID>
<lsnJobType>sample string 3</lsnJobType>
<lsnJobTypeDesc>sample string 4</lsnJobTypeDesc>
<merged>sample string 6</merged>
<priceListId>7</priceListId>
<time>5</time>
</JobTypes>
<JobTypes>
<Version>1</Version>
<jobType>sample string 2</jobType>
<jobTypeID>1</jobTypeID>
<lsnJobType>sample string 3</lsnJobType>
<lsnJobTypeDesc>sample string 4</lsnJobTypeDesc>
<merged>sample string 6</merged>
<priceListId>7</priceListId>
<time>5</time>
</JobTypes>
</ArrayOfJobTypes>