Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

The account identifier.

integer

Required

Body Parameters

The account.

Salesforce.Account
NameDescriptionTypeAdditional information
accountName

Gets the name of the account.

string

None.

email

Gets or sets the email.

string

None.

firstName

Gets or sets the first name.

string

None.

flowAccountId

Gets or sets the flow account identifier.

integer

None.

lastName

Gets or sets the last name.

string

None.

organization

Gets or sets the organization.

string

None.

salesforceAccountId

Gets or sets the salesforce account identifier.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "accountName": "sample String 2 sample String 3",
  "email": "sample String 1",
  "firstName": "sample String 2",
  "flowAccountId": 1,
  "lastName": "sample String 3",
  "organization": "sample String 4",
  "salesforceAccountId": "sample String 5"
}

text/html

Sample:
{"accountName":"sample String 2 sample String 3","email":"sample String 1","firstName":"sample String 2","flowAccountId":1,"lastName":"sample String 3","organization":"sample String 4","salesforceAccountId":"sample String 5"}

application/xml, text/xml

Sample:
<Account xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Email>sample String 1</Email>
  <FirstName>sample String 2</FirstName>
  <FlowAccountId>1</FlowAccountId>
  <LastName>sample String 3</LastName>
  <Organization>sample String 4</Organization>
  <SalesforceAccountId>sample String 5</SalesforceAccountId>
</Account>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated account.

Salesforce.Account
NameDescriptionTypeAdditional information
accountName

Gets the name of the account.

string

None.

email

Gets or sets the email.

string

None.

firstName

Gets or sets the first name.

string

None.

flowAccountId

Gets or sets the flow account identifier.

integer

None.

lastName

Gets or sets the last name.

string

None.

organization

Gets or sets the organization.

string

None.

salesforceAccountId

Gets or sets the salesforce account identifier.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "accountName": "sample String 2 sample String 3",
  "email": "sample String 1",
  "firstName": "sample String 2",
  "flowAccountId": 1,
  "lastName": "sample String 3",
  "organization": "sample String 4",
  "salesforceAccountId": "sample String 5"
}

text/html

Sample:
{"accountName":"sample String 2 sample String 3","email":"sample String 1","firstName":"sample String 2","flowAccountId":1,"lastName":"sample String 3","organization":"sample String 4","salesforceAccountId":"sample String 5"}

application/xml, text/xml

Sample:
<Account xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Email>sample String 1</Email>
  <FirstName>sample String 2</FirstName>
  <FlowAccountId>1</FlowAccountId>
  <LastName>sample String 3</LastName>
  <Organization>sample String 4</Organization>
  <SalesforceAccountId>sample String 5</SalesforceAccountId>
</Account>