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
sApiKeyName | 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": "fefaa409-8e9c-4877-b3d0-068bf37ec6bc", "Name": "sample string 1", "Type": 0, "Active": true, "DatExpire": "2025-06-07T15:08:29.3921952+02:00", "DatCreated": "2025-06-07T15:08:29.3921952+02:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"59986fd1-9d39-46d4-ae61-8a1a9cd313e3"