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