PUT api/v2/accounts/{accountId}/relationshipaccounts/{accountAccountId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
|
accountAccountId | integer |
Required |
Body Parameters
AccountAccountUpdateName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
RelationshipAccountTypeId | integer | ||
RelationshipAccountId | integer | ||
Active | boolean | ||
AccountPrimaryId | integer | ||
AccountSecondaryId | integer |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "RelationshipAccountTypeId": 2, "RelationshipAccountId": 3, "Active": true, "AccountPrimaryId": 1, "AccountSecondaryId": 1 }
text/html
Sample:
{"Id":1,"RelationshipAccountTypeId":2,"RelationshipAccountId":3,"Active":true,"AccountPrimaryId":1,"AccountSecondaryId":1}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.