POST BCCheckRegistration
Request Information
URI Parameters
None.
Body Parameters
BCCheckRegistrationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Domain | string |
None. |
|
| TenantID | string |
None. |
|
| ProductID | string |
None. |
|
| ProductName | string |
None. |
|
| Environments | Collection of BCEnvironmentInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"domain": "sample string 1",
"tenantID": "sample string 2",
"productID": "sample string 3",
"productName": "sample string 4",
"environments": [
{
"environmentName": "sample string 1",
"versionInstalled": "sample string 2",
"isProduction": true,
"isSandbox": true,
"isOnPrem": true
},
{
"environmentName": "sample string 1",
"versionInstalled": "sample string 2",
"isProduction": true,
"isSandbox": true,
"isOnPrem": true
}
]
}
Response Information
Resource Description
BCCheckRegistrationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Registered | boolean |
None. |
|
| ExpirationDate | date |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"registered": true,
"expirationDate": "2025-12-05T13:49:52.9439437-05:00",
"message": "sample string 3"
}