title: BulkTransfersIDPutResponse
type: object
description: 'The object sent in the PUT /bulkTransfers/{ID} callback.'
properties:
  completedTimestamp:
    type: string
    description: Time and date when the bulk transaction was completed.
    example: '2016-05-24T08:38:08.699-04:00'
  individualTransferResults:
    type: array
    maxItems: 1000
    items:
      $ref: ./IndividualTransferResult.yaml
    description: List of IndividualTransferResult elements.
  bulkTransferState:
    type: string
    description: The state of the bulk transfer.
    example: RECEIVED
  extensionList:
    $ref: ./ExtensionList.yaml
    description: 'Optional extension, specific to deployment.'
required:
  - bulkTransferState
