POST jobtypes/Create
Request Information
URI Parameters
None.
Body Parameters
sl_jobTypesEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| jobTypeID | integer |
None. |
|
| jobType | string |
None. |
|
| regionID | integer |
None. |
|
| active | integer |
None. |
|
| divisionId | integer |
None. |
|
| Division | string |
None. |
|
| time | integer |
None. |
|
| lsnJobTypeId | integer |
None. |
|
| Version | decimal number |
None. |
|
| tenantId | integer |
None. |
|
| tenantName | string |
None. |
|
| PricelistId | integer |
None. |
|
| Pricelist | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobTypeID": 1,
"jobType": "sample string 2",
"regionID": 3,
"active": 4,
"divisionId": 1,
"Division": "sample string 5",
"time": 1,
"lsnJobTypeId": 6,
"Version": 1.0,
"tenantId": 7,
"tenantName": "sample string 8",
"PricelistId": 1,
"Pricelist": "sample string 9"
}
text/html
Sample:
{"jobTypeID":1,"jobType":"sample string 2","regionID":3,"active":4,"divisionId":1,"Division":"sample string 5","time":1,"lsnJobTypeId":6,"Version":1.0,"tenantId":7,"tenantName":"sample string 8","PricelistId":1,"Pricelist":"sample string 9"}
application/xml, text/xml
Sample:
<sl_jobTypesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.JobTypes"> <Division>sample string 5</Division> <Pricelist>sample string 9</Pricelist> <PricelistId>1</PricelistId> <Version>1</Version> <active>4</active> <divisionId>1</divisionId> <jobType>sample string 2</jobType> <jobTypeID>1</jobTypeID> <lsnJobTypeId>6</lsnJobTypeId> <regionID>3</regionID> <tenantId>7</tenantId> <tenantName>sample string 8</tenantName> <time>1</time> </sl_jobTypesEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.