# Upsert Parent Account Upsert Parent Account Endpoint: PATCH /rest/2.0/PARENT_ACCOUNT Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Id` (string, required) Id: ACCOUNT_ID - `brmObjects.Name` (string, required) Name - `brmObjects.Status` (string, required) Status - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.AccountType` (string) AccountType - `brmObjects.FederalEin` (string) FederalEin - `brmObjects.Description` (string) Description - `brmObjects.ExternalKey` (string) ExternalKey - `brmObjects.BillTo` (string) BillTo - `brmObjects.ExternalName` (string) ExternalName - `externalIDFieldName` (string) Enum: "Name" ## Response 200 fields (application/json): - `upsertResponse` (array) - `upsertResponse.Id` (integer) - `upsertResponse.success` (boolean) - `upsertResponse.ErrorText` (string) - `upsertResponse.ErrorElementField` (string) - `upsertResponse.created` (boolean)