POST api/exaccess-domains/dns-records?suid={suid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| suid | string |
Required |
Body Parameters
DnsRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ID_S | integer |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| Priority | integer |
None. |
|
| Ttl | integer |
None. |
|
| IsSystem | boolean |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ID_S": 2,
"Type": "sample string 3",
"Name": "sample string 4",
"Content": "sample string 5",
"Priority": 1,
"Ttl": 6,
"IsSystem": true,
"CreatedAt": "2026-07-29T10:34:54.0185256+03:00",
"UpdatedAt": "2026-07-29T10:34:54.0185256+03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<DnsRecord> <Id>1</Id> <ID_S>2</ID_S> <Type>sample string 3</Type> <Name>sample string 4</Name> <Content>sample string 5</Content> <Priority>1</Priority> <Ttl>6</Ttl> <IsSystem>true</IsSystem> <CreatedAt>2026-07-29T10:34:54.0185256+03:00</CreatedAt> <UpdatedAt>2026-07-29T10:34:54.0185256+03:00</UpdatedAt> </DnsRecord>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.