POST api/MigrateData/MigrateSocialNotifyTemplateElement
Request Information
URI Parameters
None.
Body Parameters
MigrateSocialNotifyTemplateElement| Name | Description | Type | Additional information |
|---|---|---|---|
| SocialNotifyTemplateElements | Collection of SocialNotifyTemplateElement |
None. |
Request Formats
application/json, text/json
Sample:
{
"SocialNotifyTemplateElements": [
{
"MongoID": "sample string 1",
"Id": "sample string 2",
"ObjectSocialNotifyTemplateId": "sample string 3",
"Name": "sample string 4",
"TypeAction": "sample string 5",
"Content": "sample string 6",
"ActionLink": "sample string 7",
"CreateDate": "2026-06-13T22:50:00.6940854+07:00",
"ModifyDate": "2026-06-13T22:50:00.6940854+07:00",
"CreateUserId": 1,
"ModifyUserId": 1,
"ReferenceId": "sample string 8"
},
{
"MongoID": "sample string 1",
"Id": "sample string 2",
"ObjectSocialNotifyTemplateId": "sample string 3",
"Name": "sample string 4",
"TypeAction": "sample string 5",
"Content": "sample string 6",
"ActionLink": "sample string 7",
"CreateDate": "2026-06-13T22:50:00.6940854+07:00",
"ModifyDate": "2026-06-13T22:50:00.6940854+07:00",
"CreateUserId": 1,
"ModifyUserId": 1,
"ReferenceId": "sample string 8"
}
]
}
application/xml, text/xml
Sample:
<UserDataObject.MigrateSocialNotifyTemplateElement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<SocialNotifyTemplateElements xmlns:d2p1="http://schemas.datacontract.org/2004/07/EBM.Portal.DAL.Entity">
<d2p1:SocialNotifyTemplateElement>
<d2p1:ActionLink>sample string 7</d2p1:ActionLink>
<d2p1:Content>sample string 6</d2p1:Content>
<d2p1:CreateDate>2026-06-13T22:50:00.6940854+07:00</d2p1:CreateDate>
<d2p1:CreateUserId>1</d2p1:CreateUserId>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:ModifyDate>2026-06-13T22:50:00.6940854+07:00</d2p1:ModifyDate>
<d2p1:ModifyUserId>1</d2p1:ModifyUserId>
<d2p1:MongoID>sample string 1</d2p1:MongoID>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:ObjectSocialNotifyTemplateId>sample string 3</d2p1:ObjectSocialNotifyTemplateId>
<d2p1:ReferenceId>sample string 8</d2p1:ReferenceId>
<d2p1:TypeAction>sample string 5</d2p1:TypeAction>
</d2p1:SocialNotifyTemplateElement>
<d2p1:SocialNotifyTemplateElement>
<d2p1:ActionLink>sample string 7</d2p1:ActionLink>
<d2p1:Content>sample string 6</d2p1:Content>
<d2p1:CreateDate>2026-06-13T22:50:00.6940854+07:00</d2p1:CreateDate>
<d2p1:CreateUserId>1</d2p1:CreateUserId>
<d2p1:Id>sample string 2</d2p1:Id>
<d2p1:ModifyDate>2026-06-13T22:50:00.6940854+07:00</d2p1:ModifyDate>
<d2p1:ModifyUserId>1</d2p1:ModifyUserId>
<d2p1:MongoID>sample string 1</d2p1:MongoID>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:ObjectSocialNotifyTemplateId>sample string 3</d2p1:ObjectSocialNotifyTemplateId>
<d2p1:ReferenceId>sample string 8</d2p1:ReferenceId>
<d2p1:TypeAction>sample string 5</d2p1:TypeAction>
</d2p1:SocialNotifyTemplateElement>
</SocialNotifyTemplateElements>
</UserDataObject.MigrateSocialNotifyTemplateElement>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />