WarehouseTransfer
Represents warehouse transfer transactions that record the movement of inventory between warehouses, including transfer dates, exchange rate details, and associated inventory documents.
Columns
| Name | Type | ReadOnly | Description |
| action | String | False |
The action applied to this warehouse transfer, such as submit or confirm. |
| auditCreatedBy | String | True |
The user who created the warehouse transfer record. |
| auditCreatedDateTime | Datetime | True |
The date and time when the warehouse transfer record was created. |
| auditModifiedBy | String | True |
The user who last modified the warehouse transfer record. |
| auditModifiedDateTime | Datetime | True |
The date and time when the warehouse transfer record was last modified. |
| description | String | False |
The description of this warehouse transfer. |
| entity_Href | String | True |
The URL of the entity associated with this warehouse transfer. |
| entity_Id | String | True |
The Id of the entity associated with this warehouse transfer. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this warehouse transfer. |
| entity_Name | String | True |
The name of the entity associated with this warehouse transfer. |
| exchangeRateDate | Date | False |
The date used for determining the exchange rate for this warehouse transfer. |
| exchangeRateInCurrency | String | False |
The source currency used in the exchange rate calculation for this warehouse transfer. |
| exchangeRateOutCurrency | String | False |
The target currency used in the exchange rate calculation for this warehouse transfer. |
| exchangeRateRate | Decimal | False |
The exchange rate applied to this warehouse transfer. |
| exchangeRateTypeId | String | True |
The Id of the exchange rate type used for this warehouse transfer. |
| exchangeRateTypeName | String | False |
The name of the exchange rate type used for this warehouse transfer. |
| href | String | True |
The URL of the warehouse transfer resource. |
| id | String | True |
The unique identifier of the warehouse transfer record. |
| inDate | Date | False |
The date on which inventory was received into the destination warehouse. |
| inDocument_Href | String | True |
The URL of the inbound inventory document associated with this warehouse transfer. |
| inDocument_Id | String | True |
The Id of the inbound inventory document associated with this warehouse transfer. |
| inDocument_Key | String | True |
The system-assigned key of the inbound inventory document associated with this warehouse transfer. |
| inTransitDocument_Href | String | True |
The URL of the in-transit inventory document associated with this warehouse transfer. |
| inTransitDocument_Id | String | True |
The Id of the in-transit inventory document associated with this warehouse transfer. |
| inTransitDocument_Key | String | True |
The system-assigned key of the in-transit inventory document associated with this warehouse transfer. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the warehouse transfer record. |
| outDate | Date | False |
The date on which inventory was shipped out of the source warehouse. |
| outDocument_Href | String | True |
The URL of the outbound inventory document associated with this warehouse transfer. |
| outDocument_Id | String | True |
The Id of the outbound inventory document associated with this warehouse transfer. |
| outDocument_Key | String | True |
The system-assigned key of the outbound inventory document associated with this warehouse transfer. |
| referenceNumber | String | False |
The reference number assigned to this warehouse transfer. |
| transactionDate | Date | False |
The date on which this warehouse transfer transaction was recorded. |
| transferState | String | True |
The current state of this warehouse transfer, such as pending, in-transit, or complete. |
| transferType | String | False |
The type of warehouse transfer, such as standard or inter-entity. |
| ListAggregate_Lines | String | False |
The aggregate list of lines associated with this warehouse transfer. |