Type alias InactiveMilitaryPersonalInfoResponse

InactiveMilitaryPersonalInfoResponse: {
    currentStep: "collectInactiveMilitaryPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "military";
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • currentStep: "collectInactiveMilitaryPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "military"
  • submissionUrl: string

Description

Response from REST API indicating that StudentPersonalInfoViewModel is expected to be submitted next.