POST api/exaccess-domains/meta-tags?suid={suid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| suid | string |
Required |
Body Parameters
MetaTag| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ID_S | integer |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ID_S": 2,
"Name": "sample string 3",
"Content": "sample string 4",
"CreatedAt": "2026-03-19T22:22:59.0767544+03:00",
"UpdatedAt": "2026-03-19T22:22:59.0767544+03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<MetaTag> <Id>1</Id> <ID_S>2</ID_S> <Name>sample string 3</Name> <Content>sample string 4</Content> <CreatedAt>2026-03-19T22:22:59.0767544+03:00</CreatedAt> <UpdatedAt>2026-03-19T22:22:59.0767544+03:00</UpdatedAt> </MetaTag>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.