POST api/APIKey/Add?idcust={idcust}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust |
workspace |
integer |
Required |
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
sApiKey| Name | Description | Type | Additional 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": "af0a7555-1e4a-41ce-8242-59b7f31f27ba",
"Name": "sample string 1",
"Type": 0,
"Active": true,
"DatExpire": "2026-02-14T18:58:23.9514671+01:00",
"DatCreated": "2026-02-14T18:58:23.9514671+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"98e3fab0-2e1b-45f3-a656-68d17c319949"