forked from Shared/esg
moallem all endpoints working
This commit is contained in:
@@ -7,6 +7,60 @@ export class PersonInquiryDataDto {
|
||||
@ApiProperty({ example: '1370-05-15' })
|
||||
birthDate!: string;
|
||||
|
||||
@ApiPropertyOptional({ example: 'علی محمدی' })
|
||||
@ApiPropertyOptional({ example: 'سهیل حاجی زاده' })
|
||||
fullName?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '4311402422' })
|
||||
Nin?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: 'سهيل' })
|
||||
Name?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: 'حاجي زاده' })
|
||||
Family?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: 'كوروش' })
|
||||
FatherName?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: 'د41' })
|
||||
Shenasnameseri?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '709633' })
|
||||
Shenasnameserial?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '0' })
|
||||
ShenasnameNo?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '13781124' })
|
||||
BirthDate?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '1' })
|
||||
Gender?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '0' })
|
||||
OfficeCode?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '0' })
|
||||
BookNo?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '0' })
|
||||
BookRow?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '0' })
|
||||
DeathStatus?: string;
|
||||
|
||||
@ApiPropertyOptional()
|
||||
Message?: string;
|
||||
|
||||
@ApiPropertyOptional()
|
||||
DeathDate?: string;
|
||||
|
||||
@ApiPropertyOptional()
|
||||
ExceptionMessage?: string;
|
||||
|
||||
@ApiPropertyOptional({ example: '1349689554' })
|
||||
Zipcode?: string;
|
||||
|
||||
@ApiPropertyOptional()
|
||||
ZipcodeDesc?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user