POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeId": "9250f08f-de02-4302-b8dc-488eb0f52dc2", "Name": "sample string 1", "CompanyId": "483c7c04-0d43-477d-9b4c-a30f8fbb5b38" }
Response Information
Resource Description
On success, the created task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeId": "f045c81f-8a9d-4e5e-af31-fcf780b2a2bb", "Name": "sample string 1", "CompanyId": "60f565c1-df6b-4f5d-aa7c-8137d15b5331" }, "Total": 1, "Message": "sample string 1" }