This method checks the status of our EULA for your account
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| SubUserName | string | Null or max length 50 characters | Provide a value to check that the agreement status for the specified sub user. If this is null or empty, then information for the main account will be returned. |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| TermsAndConditions | String | Base64 Encoded HTML | The HTML of our terms and conditions |
| PrivacyPolicy | String | Base64 Encoded HTML | The HTML of our privacy policy |
| AgreeToContact | Bool | True, if the account has agreed to being contacted | |
| AgreeToContactInfo | String | The text that is shown after the option to agree to contact | |
| AgreeToContactDate | Nullable DateTime | ISO 8601 | The date the agreement was last confirmed |
| AgreeToTerms | Bool | True, if the account has agreed to our terms and conditions | |
| AgreeToTermsInfo | String | The text that is shown after the option to agree to terms | |
| AgreeToTermsDate | Nullable DateTime | ISO 8601 | The date the agreement was last confirmed |
| AgreeToDataProtection | Bool | True, if the account has agreed to our data protection statement | |
| AgreeToDataProtectionInfo | String | The text that is shown after the option to agree to our data protection statement | |
| AgreeToDataProtectionDate | Nullable DateTime | ISO 8601 | The date the agreement was last confirmed |