POST api/WorkSpace/Add?idcust={idcust}
Create new empty workspace
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust |
My actual workspace id |
integer |
Required |
Body Parameters
sCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
readonly |
integer |
None. |
| Name | string |
None. |
|
| GIDImage | globally unique identifier |
None. |
|
| DatCreated |
readonly |
date |
None. |
| SchedulerActive | boolean |
None. |
|
| Locale | string |
None. |
|
| IsEmpty |
readonly, indicate that workspace doesnt have any dash |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"GIDImage": "b8b64cbc-ba11-46bc-9ab7-dc436a11b509",
"DatCreated": "2026-06-21T10:28:52.5231577+02:00",
"SchedulerActive": true,
"Locale": "sample string 5",
"IsEmpty": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
new id of created workspace
integerResponse Formats
application/json, text/json
Sample:
1