POST api/WorkSpace/Add?idcust={idcust}

Create new empty workspace

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcust

My actual workspace id

integer

Required

api-version

The requested API version

string

Default value is 1.0

Body Parameters

sCustomer
NameDescriptionTypeAdditional 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": "832c43f8-6685-4c8d-8a3d-c5b118ac96ee",
  "DatCreated": "2024-05-09T02:42:08.0997106+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

integer

Response Formats

application/json, text/json

Sample:
1