PUT api/v2/accounts/{accountId}/relationshipaccounts/{accountAccountId}

Request

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

accountAccountId

integer

Required

Body Parameters

AccountAccountUpdate
NameDescriptionTypeAdditional 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

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.