GET UpdateDomainStatus/{domainId}/{isActive}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domainId | integer |
Required |
|
| isActive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ValidateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValid": true
}
application/xml, text/xml
Sample:
<ValidateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <IsValid>true</IsValid> </ValidateResponse>