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
sCustomerName | 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": "18b4e168-602e-4a23-ae9c-40b3a984c103", "DatCreated": "2024-12-27T10:56:19.6058363+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