POST api/TasksWork/InsertUpdate
Insert/Update task work group.
Request Information
URI Parameters
None.
Body Parameters
TasksWorkGroupName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Name | string |
None. |
|
Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "databaseId": "13abd38e-be2a-4ac0-aae5-a219f73baa49", "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>13abd38e-be2a-4ac0-aae5-a219f73baa49</DatabaseId> <Name>sample string 1</Name> </TasksWorkGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseIdName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "f106ea99-8163-4502-9b25-cabf2ccb095c", "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>f106ea99-8163-4502-9b25-cabf2ccb095c</DatabaseId> </NowCertsApiResultWithDatabaseId>