POST domain/{domainId}/mxrecord
Creates a new Mail Server (MX) record for a specified Domain
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domainId | System.String | None |
Body Parameters
Epic.Applications.DNS.MxRecordInput
Name | Description | Type | Additional information |
---|---|---|---|
DomainID | System.Guid | None | |
MailServer | System.String | None | |
Priority | System.Int32 | None | |
Ttl | System.Int32 | None |
Response Information
Resource Description
Epic.Applications.DNS.MxRecordModel
Name | Description | Type | Additional information |
---|---|---|---|
MxRecordID | System.Guid | None | |
DomainID | System.Guid | None | |
MailServer | System.String | None | |
Priority | System.Int32 | None | |
Ttl | System.Int32 | None |