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": "c77b221f-e584-483b-a7c3-c32d3ce2d5a9",
"Name": "sample string 1",
"Type": 0,
"Active": true,
"DatExpire": "2025-12-10T12:28:23.3963255+01:00",
"DatCreated": "2025-12-10T12:28:23.3963255+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"ea092f07-4cf8-4caf-8fd7-285f9a54066b"