POST applicant/{applicantId}/WorkTypes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
Body Parameters
WorkType| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeID | integer |
None. |
|
| Code | string |
String length: inclusive between 0 and 15 |
|
| Description | string |
String length: inclusive between 0 and 25 |
|
| IsSupplemental | byte |
None. |
|
| IsTravel | byte |
None. |
|
| IsInHouse | byte |
None. |
|
| TypeID | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkTypeID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"IsSupplemental": 64,
"IsTravel": 64,
"IsInHouse": 64,
"TypeID": 64
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WorkType| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeID | integer |
None. |
|
| Code | string |
String length: inclusive between 0 and 15 |
|
| Description | string |
String length: inclusive between 0 and 25 |
|
| IsSupplemental | byte |
None. |
|
| IsTravel | byte |
None. |
|
| IsInHouse | byte |
None. |
|
| TypeID | byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"IsSupplemental": 64,
"IsTravel": 64,
"IsInHouse": 64,
"TypeID": 64
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.