Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Account Manual Alignment

Manually align an account to a territory in the Life Sciences package to create a Provider Account Territory Info record.
Resource
1/connect/life-sciences/commercial/customer-manual-alignment
Available version
65.0
HTTP methods
POST
Request body for POST
1
2                           {
3  "territoryId": "territoryId",
4  "accountId": "accountId"
5}
Name Type Description Required
account​Id String Account to be aligned to the territory. Required
territory​Id String ID of the territory to which account is aligned. Required
Response body for POST
Account Manual ​Alignment Output