mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-27 00:54:54 +00:00
feat: finish working on mocking inquire application api
This commit is contained in:
@ -0,0 +1,91 @@
|
||||
export const INQUIRE_APPLICATION_MOCK = {
|
||||
ResponseHeader: {
|
||||
Version: '1.0.0',
|
||||
MsgUid: 'stringstringstringstringstringstring',
|
||||
Source: 'string',
|
||||
ServiceId: 'string',
|
||||
ReqDateTime: '2025-05-26T10:23:13.812Z',
|
||||
RspDateTime: '2025-05-26T10:23:13.812Z',
|
||||
ResponseCode: 'string',
|
||||
ResponseType: 'Validation Error',
|
||||
ProcessingTime: 0,
|
||||
EncryptionKey: 'string',
|
||||
ResponseDescription: 'string',
|
||||
LocalizedResponseDescription: {
|
||||
Locale: 'string',
|
||||
LocalizedDescription: 'string',
|
||||
},
|
||||
CustomerSpecificResponseDescriptionList: [
|
||||
{
|
||||
Locale: 'string',
|
||||
ResponseDescription: 'string',
|
||||
},
|
||||
],
|
||||
HeaderUserDataList: [
|
||||
{
|
||||
Tag: 'string',
|
||||
Value: 'string',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
InquireApplicationResponseDetails: {
|
||||
InstitutionCode: 'stri',
|
||||
ApplicationTypeDetails: {
|
||||
TypeCode: 'st',
|
||||
Description: 'string',
|
||||
Additional: true,
|
||||
Corporate: true,
|
||||
UserData: 'string',
|
||||
},
|
||||
ApplicationDetails: {
|
||||
ApplicationNumber: 'string',
|
||||
ExternalApplicationNumber: 'string',
|
||||
ApplicationStatus: 'st',
|
||||
Organization: 0,
|
||||
Product: 'stri',
|
||||
ApplicatonDate: '2025-05-26',
|
||||
ApplicationSource: 's',
|
||||
SalesSource: 'string',
|
||||
DeliveryMethod: 's',
|
||||
ProgramCode: 'string',
|
||||
Campaign: 'string',
|
||||
Plastic: 'string',
|
||||
Design: 'string',
|
||||
ProcessStage: 'st',
|
||||
ProcessStageStatus: 's',
|
||||
Score: 'string',
|
||||
ExternalScore: 'string',
|
||||
RequestedLimit: 0,
|
||||
SuggestedLimit: 0,
|
||||
AssignedLimit: 0,
|
||||
AllowedLimitList: [
|
||||
{
|
||||
CreditLimit: 0,
|
||||
EvaluationCode: 'string',
|
||||
},
|
||||
],
|
||||
EligibilityCheckResult: 'string',
|
||||
EligibilityCheckDescription: 'string',
|
||||
Title: 'string',
|
||||
FirstName: 'string',
|
||||
SecondName: 'string',
|
||||
ThirdName: 'string',
|
||||
LastName: 'string',
|
||||
FullName: 'string',
|
||||
EmbossName: 'string',
|
||||
PlaceOfBirth: 'string',
|
||||
DateOfBirth: '2025-05-26',
|
||||
LocalizedDateOfBirth: '2025-05-26',
|
||||
Age: 20,
|
||||
Gender: 'M',
|
||||
Married: 'S',
|
||||
Nationality: 'str',
|
||||
IdType: 'st',
|
||||
IdNumber: 'string',
|
||||
IdExpiryDate: '2025-05-26',
|
||||
EducationLevel: 'stri',
|
||||
ProfessionCode: 0,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user