POST api/app/Utilities/SendProductKeyEmail
Request Information
URI Parameters
None.
Body Parameters
SendProductKeyEmailBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
Required |
|
| ProductKey | string |
Required |
|
| ExpirationDate | string |
Required |
|
| Client | string |
Required |
|
| IsProductionMode | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Address": "sample string 1",
"ProductKey": "sample string 2",
"ExpirationDate": "sample string 3",
"Client": "sample string 4",
"IsProductionMode": true
}
application/xml, text/xml
Sample:
<SendProductKeyEmailBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.BindingModel"> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">bbc359f0-be5c-4287-97c9-a21cf9d4b1e6</RequestId> <Address>sample string 1</Address> <Client>sample string 4</Client> <ExpirationDate>sample string 3</ExpirationDate> <IsProductionMode>true</IsProductionMode> <ProductKey>sample string 2</ProductKey> </SendProductKeyEmailBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T07:26:50.3848663+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": {}
}
application/xml, text/xml
Sample:
<ResponseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels"> <DataSet /> <ResponseCode>NoDataFound</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponsePermission>sample string 3</ResponsePermission> <ResponseTime>2026-02-17T07:26:50.3848663+00:00</ResponseTime> </ResponseModelOfanyType>