POST api/MobilePage/SendEmbedCodeInEmail
Request Information
URI Parameters
None.
Body Parameters
MobilePageSendEmbedCodeViewModelName | Description | Type | Additional information |
---|---|---|---|
AccountId | string |
None. |
|
UserId | string |
None. |
|
MobilePageId | string |
None. |
|
EmbedCode | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "sample string 1", "UserId": "sample string 2", "MobilePageId": "sample string 3", "EmbedCode": "sample string 4", "Email": "sample string 5" }
application/xml, text/xml
Sample:
<MobilePageSendEmbedCodeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel.MobilePage"> <AccountId>sample string 1</AccountId> <Email>sample string 5</Email> <EmbedCode>sample string 4</EmbedCode> <MobilePageId>sample string 3</MobilePageId> <UserId>sample string 2</UserId> </MobilePageSendEmbedCodeViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.