POST domain/{domainId}/txtrecord
Creates a new Text Record for a specified Domain
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domainId | System.String | None |
Body Parameters
Epic.Applications.DNS.TxtRecordInput
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainID | System.Guid | None | |
| Host | System.String | None | |
| Text | System.String | None | |
| Ttl | System.Int32 | None |
Response Information
Resource Description
Epic.Applications.DNS.TxtRecordModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| TxtRecordID | System.Guid | None | |
| DomainID | System.Guid | None | |
| Host | System.String | None | |
| Text | System.String | None | |
| Ttl | System.Int32 | None |