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 |
| api-version |
The requested API version |
string |
Default value is 1.0 |
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": "80916917-14a2-4fa6-9274-aa2545b8357f",
"DatCreated": "2025-11-01T19:01:56.2316354+01: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