POST api/transfer/propertyaccountfunds
Transfer property account funds
Request Information
URI Parameters
None.
Body Parameters
PropertyAccountFundsDataContractName | Description | Type | Additional information |
---|---|---|---|
GroupId | integer |
None. |
|
DestinationAccountId | integer |
None. |
|
SourceAccounts | Collection of SourceAccountDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "GroupId": 1, "DestinationAccountId": 2, "SourceAccounts": [ { "SourceAccountId": 1, "Amount": 2.0 }, { "SourceAccountId": 1, "Amount": 2.0 } ] }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.