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": "7f55a6e3-a28c-4998-9ce7-7b9cc53a019b",
"Name": "sample string 1",
"Type": 0,
"Active": true,
"DatExpire": "2025-11-01T18:56:15.4040396+01:00",
"DatCreated": "2025-11-01T18:56:15.4040396+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"0dffa31d-210d-45c2-a167-6235b6930573"