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": "10b90369-74cd-4281-95fb-6252608b55b6",
"DatCreated": "2026-09-14T10:12:00.6368461+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