Updates the work type with the specified ID.
PUT http:///api/v2/business/{businessId}/worktype/{id}
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required | 
The request body takes a complete SgWorkTypeModel resource, containing the following writable properties:
{
    "accruesLeave": "boolean",
    "employmentTypes": [
        "string"
    ],
    "externalId": "string",
    "id": "int32",
    "leaveCategoryId": "int32",
    "mappingType": "string",
    "name": "string",
    "payCategoryId": "int32",
    "shortCode": "string",
    "source": "string"
}
| Name | Type | Description | 
|---|---|---|
| accruesLeave | boolean | Boolean | 
| employmentTypes[] | array of string | 
      
      
       Possible values are: 
  | 
  
| externalId | string | String | 
| id | int32 | Int32 | 
| leaveCategoryId | int32 | 
      Nullable | 
  
| mappingType | string | 
      Nullable Possible values are: 
  | 
  
| name | string | String | 
| payCategoryId | int32 | 
      Nullable | 
  
| shortCode | string | String | 
| source | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          SgWorkTypeModel | 
Powered by DapperDox