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": "42e241ba-4c56-4411-8dd8-e2460f223e50", "Name": "sample string 1", "Type": 0, "Active": true, "DatExpire": "2024-12-27T10:53:16.0619602+01:00", "DatCreated": "2024-12-27T10:53:16.0619602+01:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"8e27685f-6038-4f59-bbb4-07ec92a4edc1"