Get buyer account Id
GET {{orgUrl}}/services/data/v{{apiVersion}}/query/?q=SELECT+Id,+Username,+AccountId+FROM+User+WHERE+UserName+=+'{{buyerUsername}}'
Finds and sets the buyerAccountId variable for the buyer account with the name set in the buyerUsername variable.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string |