TransferSummary
Record returned in a colletion when requesting a lit of item transfers.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | The Id/key of the transfer transaction. This data is returned only and cannot be added or updated when issuing a POST or PUT. | integer |
None. |
| LastUpdatedId | A data field used to check concurreny when performing updates. This data is returned only and used for concurrency checking when performing an update/PUT. | string |
None. |
| Date | Date of this transaction. | date |
Required |
| Summary | Item transfer summary. | string |
None. |
| Tags | List of tags associated with this resource. | Collection of string |
None. |
| RequiresFollowUp | Transfer transaction requires follow up. | boolean |
None. |
| CreatedDateUtc | The date and time this resource was created in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| LastModifiedDateUtc | The date and time this resource was last modified in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |