GET api/v2/WorkTypes/New
Request
URI Parameters
Response
WorkTypeNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 1",
"Active": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 1","Active":true}