POST api/TasksWork/InsertUpdate
Insert/Update task work group.
Request Information
URI Parameters
None.
Body Parameters
TasksWorkGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"databaseId": "ebec47a6-7d7f-4d7b-bf84-40c71743a318",
"name": "sample string 1",
"active": true
}
application/xml, text/xml
Sample:
<TasksWorkGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData"> <Active>true</Active> <DatabaseId>ebec47a6-7d7f-4d7b-bf84-40c71743a318</DatabaseId> <Name>sample string 1</Name> </TasksWorkGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseId| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"databaseId": "4e7eeaec-d869-4749-843c-0b2059e9393a",
"status": 0,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>4e7eeaec-d869-4749-843c-0b2059e9393a</DatabaseId> </NowCertsApiResultWithDatabaseId>