A FulfillmentWorkflowAccount represents an assignment of an Account to a FulfillmentWorkflow.
If no accounts are explicitly mapped to a fulfillment workflow, then the fulfillment workflow is available to all accounts for the subscriber.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the fulfillment workflow account mapping. |
| FulfillmentWorkflowId | int | The ID of the fulfillment workflow being mapped. |
| FulfillmentWorkflow (via $expand) | FulfillmentWorkflow | The fulfillment workflow being mapped. |
| AccountId | int | The ID of the account being mapped. |
| Account (via $expand) | Account | The account being mapped. |
