Compare commits

..

No commits in common. "476573d22eba95b50b834ec79f470b0782fb0c19" and "735159906d9f0e4d8c83019ddfc6d189e97def6d" have entirely different histories.

View File

@ -63,30 +63,17 @@
"type": "object", "type": "object",
"description": "Optional JSON object containing extracted organization/trade license details.", "description": "Optional JSON object containing extracted organization/trade license details.",
"properties": { "properties": {
"document_type": { "type": "string", "example": "dubai_commercial_license" }, "license_number": {
"country": { "type": "string", "example": "United Arab Emirates" }, "type": "string",
"authority": { "type": "string", "example": "Dubai Economy and Tourism" }, "example": "123456"
"license_no": { "type": "string", "example": "1426961" }, },
"company_name": { "type": "string", "example": "NEST CLIMATE TECHNICAL SERVICES L.L.C" }, "organization_name": {
"business_name": { "type": "string", "example": "NEST CLIMATE TECHNICAL SERVICES L.L.C" }, "type": "string",
"license_category": { "type": "string", "example": "Dep. of Economic Development" }, "example": "Al-Rashidi Charitable Foundation"
"legal_type": { "type": "string", "example": "Limited Liability Company(LLC)" }, },
"issue_date": { "type": "string", "example": "22/10/2024" }, "expiry_date": {
"expiry_date": { "type": "string", "example": "21/10/2026" }, "type": "string",
"main_license_no": { "type": "string", "example": "1426961" }, "example": "2028-06-12"
"register_no": { "type": "string", "example": "2436760" },
"dcci_no": { "type": "string", "example": "570232" },
"members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"person_no": { "type": "string", "example": "1709285" },
"name": { "type": "string", "example": "SEYED ABDUL RAHMAN SHERIF NISAR" },
"nationality": { "type": "string", "example": "India" },
"role": { "type": "string", "example": "Manager" }
}
}
} }
} }
}, },
@ -137,8 +124,11 @@
"card_number": { "card_number": {
"type": "string", "type": "string",
"example": "151023946" "example": "151023946"
},
"gender": {
"type": "string",
"example": "M"
} }
} }
}, },
"organization_name": { "organization_name": {
@ -6640,39 +6630,6 @@
"type": "string", "type": "string",
"example": "fcm_token_example" "example": "fcm_token_example"
}, },
"license": {
"type": "object",
"properties": {
"document_type": { "type": "string", "example": "dubai_commercial_license" },
"country": { "type": "string", "example": "United Arab Emirates" },
"authority": { "type": "string", "example": "Dubai Economy and Tourism" },
"license_no": { "type": "string", "example": "1426961" },
"company_name": { "type": "string", "example": "NEST CLIMATE TECHNICAL SERVICES L.L.C" },
"business_name": { "type": "string", "example": "NEST CLIMATE TECHNICAL SERVICES L.L.C" },
"license_category": { "type": "string", "example": "Dep. of Economic Development" },
"legal_type": { "type": "string", "example": "Limited Liability Company(LLC)" },
"issue_date": { "type": "string", "example": "22/10/2024" },
"expiry_date": { "type": "string", "example": "21/10/2026" },
"main_license_no": { "type": "string", "example": "1426961" },
"register_no": { "type": "string", "example": "2436760" },
"dcci_no": { "type": "string", "example": "570232" }
}
},
"emirates_id": {
"type": "object",
"properties": {
"emirates_id_number": { "type": "string", "example": "784-1988-5310327-2" },
"name": { "type": "string", "example": "KRISHNA PRASAD" },
"date_of_birth": { "type": "string", "example": "1988-03-22" },
"issue_date": { "type": "string", "example": "2023-04-11" },
"expiry_date": { "type": "string", "example": "2028-04-11" },
"employer": { "type": "string", "example": "Federal Authority" },
"issue_place": { "type": "string", "example": "Abu Dhabi" },
"occupation": { "type": "string", "example": "Manager" },
"nationality": { "type": "string", "example": "NPL" },
"gender": { "type": "string", "example": "Male" }
}
},
"created_at": { "created_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"