POST api/EmployeeTypes

Request Information

URI Parameters

None.

Body Parameters

AddEmployeeTypeParam
NameDescriptionTypeAdditional information
Name

string

None.

JobCategoryId

globally unique identifier

None.

Description

string

None.

EligibleVariableHour

boolean

None.

IsEnable

boolean

None.

IsInternal

boolean

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "JobCategoryId": "7ce0253d-d609-4b3c-b844-622a343b2c77",
  "Description": "sample string 3",
  "EligibleVariableHour": true,
  "IsEnable": true,
  "IsInternal": true,
  "UserId": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.