POST api/APIKey/Add?idcust={idcust}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust |
workspace |
integer |
Required |
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": "ad2d934b-48ec-45f0-be66-28c4d306a588",
"Name": "sample string 1",
"Type": 0,
"Active": true,
"DatExpire": "2026-09-14T10:11:01.430452+02:00",
"DatCreated": "2026-09-14T10:11:01.430452+02:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"a5bbb6f4-6048-4e13-b3a6-bd7c5630c902"