POST api/EmailIntegrations/SaveEmailAccountConnectionSettings
Request Information
URI Parameters
None.
Body Parameters
SaveEmailAccountIntegrationSettingsRequestVMName | Description | Type | Additional information |
---|---|---|---|
ParentAccountId | string |
Required |
|
RedirectUri | string |
None. |
|
Code | string |
None. |
|
SubAccountId | string |
Required |
|
IsCalledFromAdmin | boolean |
None. |
|
UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ParentAccountId": "sample string 1", "RedirectUri": "sample string 2", "Code": "sample string 3", "SubAccountId": "sample string 4", "IsCalledFromAdmin": true, "UserId": "sample string 6" }
application/xml, text/xml
Sample:
<SaveEmailAccountIntegrationSettingsRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.EmailIntegrationModels"> <Code>sample string 3</Code> <IsCalledFromAdmin>true</IsCalledFromAdmin> <ParentAccountId>sample string 1</ParentAccountId> <RedirectUri>sample string 2</RedirectUri> <SubAccountId>sample string 4</SubAccountId> <UserId>sample string 6</UserId> </SaveEmailAccountIntegrationSettingsRequestVM>
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.