POST api/TransferFeature/SaveTransferFeatureDeatils
Request Information
URI Parameters
None.
Body Parameters
TransferFeatureDetailRequestVMName | Description | Type | Additional information |
---|---|---|---|
FeatureId | string |
Required |
|
ToParentAccountId | string |
Required |
|
FromParentAccountId | string |
Required |
|
ToSubAccountId | string |
Required |
|
FromSubAccountId | string |
Required |
|
FeatureType | TransferFeatureType |
Required |
|
FromUserId | string |
Required |
|
CopyContacts | boolean |
None. |
|
CopyMobilePages | boolean |
None. |
|
CopyAutomations | boolean |
None. |
|
CopyLibraryMedia | boolean |
None. |
|
CopyOffers | boolean |
None. |
|
AssignedToUserId | string |
None. |
|
AssignedToTeamId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FeatureId": "sample string 1", "ToParentAccountId": "sample string 2", "FromParentAccountId": "sample string 3", "ToSubAccountId": "sample string 4", "FromSubAccountId": "sample string 5", "FeatureType": "LibraryMedia", "FromUserId": "sample string 6", "CopyContacts": true, "CopyMobilePages": true, "CopyAutomations": true, "CopyLibraryMedia": true, "CopyOffers": true, "AssignedToUserId": "sample string 12", "AssignedToTeamId": "sample string 13" }
application/xml, text/xml
Sample:
<TransferFeatureDetailRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.Transfer"> <AssignedToTeamId>sample string 13</AssignedToTeamId> <AssignedToUserId>sample string 12</AssignedToUserId> <CopyAutomations>true</CopyAutomations> <CopyContacts>true</CopyContacts> <CopyLibraryMedia>true</CopyLibraryMedia> <CopyMobilePages>true</CopyMobilePages> <CopyOffers>true</CopyOffers> <FeatureId>sample string 1</FeatureId> <FeatureType>LibraryMedia</FeatureType> <FromParentAccountId>sample string 3</FromParentAccountId> <FromSubAccountId>sample string 5</FromSubAccountId> <FromUserId>sample string 6</FromUserId> <ToParentAccountId>sample string 2</ToParentAccountId> <ToSubAccountId>sample string 4</ToSubAccountId> </TransferFeatureDetailRequestVM>
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.