Create pending disposition
create_pending_dispositionCreates an uncommitted disposition draft with no immediate ATF effect, letting you add inventory items and commit later when ready.
Instructions
Create a PENDING (uncommitted) disposition draft. No ATF effect until committed, so it executes directly. Add items with add_disposition_items, then finalise with commit_disposition. Write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Disposition date (ISO, required). | |
| note | No | ||
| otsn | No | ||
| ttsn | No | ||
| type | No | ||
| items | No | ||
| account | No | Which configured FastBound account to use for this one call — an alias or account number (see list_accounts). Omit to use the active account. | |
| contact | No | Inline new recipient contact (alternative to contactId). | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. | |
| contactId | No | Existing recipient/buyer contact GUID. | |
| requestType | Yes | ||
| generateTTSN | No | ||
| invoiceNumber | No | ||
| contactExternalId | No | ||
| purchaseOrderNumber | No | ||
| otherTransfereeEmails | No | ||
| shipmentTrackingNumber | No |