ApplicationTransactionRequest
Description
The ApplicationTransactionRequest method represents a application transaction.
Properties
| Type | Name | Description |
|---|---|---|
| string | CustomerInternalId | Identifies the associated Customer object. |
| string | TransactionId | Custom identifier for the transaction. |
| string | TransactionTypeId | ID of the transaction type. |
| string | SoftwareId | Unique identifier for the integration. |
| string | LinkedToTypeId | ID of the TransactionTypeId. |
| string | LinkedToInternalId | Internal ID of the TransactionTypeId. |
| string | LinkedToExternalUniqueId | External ID of the TransactionTypeId. |
| string | TransactionDate | Date the transaction was created. Note: YYYY-MM-DD |
| string | TransactionNotes | Notes related to the transaction. |
| string | TransactionExternalReferenceNumber | External reference number of the transaction. |
| EBizCustomField[] | TransactionCustomFields | List of custom fields. |
Updated 7 months ago
