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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcust

workspace

integer

Required

api-version

The requested API version

string

Default value is 1.0

Body Parameters

sApiKey
NameDescriptionTypeAdditional information
APIKey

globally unique identifier

None.

Name

string

None.

Type

enApiKey

None.

Active

boolean

None.

DatExpire

date

None.

DatCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "APIKey": "c5feb02c-c260-495f-ac9a-f6932ce15b01",
  "Name": "sample string 1",
  "Type": 0,
  "Active": true,
  "DatExpire": "2024-05-08T06:28:40.88085+02:00",
  "DatCreated": "2024-05-08T06:28:40.88085+02:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"d299a3c7-a856-4240-a200-fc0bfa18957f"