GET breeze/NE/EnrollmentExportRecords

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnrollmentExportRecord
NameDescriptionTypeAdditional information
EnrollmentExportBatchId

integer

None.

EnrollmentExportRecordId

integer

None.

EnrollmentExportRejectCodeId

byte

None.

EntityId

integer

None.

EntityNameId

integer

None.

IsRejected

boolean

None.

TransactionNumber

string

None.

UnknownRejectDescription

string

None.

EnrollmentExportBatch

EnrollmentExportBatch

None.

EnrollmentExportRejectCode

EnrollmentExportRejectCode

None.

EntityName

EntityName

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Entities.Server.ENROLL.EnrollmentExportRecord, NE.Entities.Server",
    "EnrollmentExportBatchId": 1,
    "EnrollmentExportRecordId": 2,
    "EnrollmentExportRejectCodeId": 64,
    "EntityId": 3,
    "EntityNameId": 4,
    "IsRejected": true,
    "TransactionNumber": "sample string 5",
    "UnknownRejectDescription": "sample string 6",
    "EnrollmentExportBatch": {
      "$id": "2",
      "$type": "NE.Entities.Server.ENROLL.EnrollmentExportBatch, NE.Entities.Server",
      "EnrollmentExportBatchId": 1,
      "SentDate": "2024-03-28T20:49:13.55+00:00",
      "EnrollmentExportRecords": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "EnrollmentExportRejectCode": {
      "$id": "3",
      "$type": "NE.Entities.Server.ENROLL.EnrollmentExportRejectCode, NE.Entities.Server",
      "Code": "sample string 1",
      "Description": "sample string 2",
      "EnrollmentExportRejectCodeId": 64,
      "EnrollmentExportRecords": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "EntityName": {
      "$id": "4",
      "$type": "AHS.Server.Entities.EntityName, AHS.Server",
      "EntityNameId": 1,
      "Description": "sample string 2",
      "CodeName": "sample string 3"
    }
  },
  {
    "$ref": "1"
  }
]