bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 58 forks source link

Legal Name: Legal API showing Record Conversion in the response where as the UI has it disabled. #20250

Open riyazuddinsyed opened 7 months ago

riyazuddinsyed commented 7 months ago

Legal API Response: https://business-api-dev-dy4loprnwa-nn.a.run.app/api/v2/businesses/:id { "business": { "adminFreeze": false, "allowedActions": { "digitalBusinessCard": false, "filing": { "filingSubmissionLink": "https://business-api-dev-dy4loprnwa-nn.a.run.app/api/v2/FM1040332/filings", "filingTypes": [ { "displayName": "Admin Freeze", "feeCode": "NOFEE", "name": "adminFreeze" }, { "displayName": "Record Conversion", "feeCode": "FMCONV", "name": "conversion" }, { "displayName": "Court Order", "feeCode": "NOFEE", "name": "courtOrder" }, { "displayName": "Registrar's Notation", "feeCode": "NOFEE", "name": "registrarsNotation" }, { "displayName": "Registrar's Order", "feeCode": "NOFEE", "name": "registrarsOrder" } ] } }, "alternateNames": [ { "entityType": "SP", "identifier": "FM1040332", "nameRegisteredDate": "2023-05-15T11:56:46.322548+00:00", "operatingName": "DUSHANTH" } ], "complianceWarnings": [ { "code": "NO_BUSINESS_OFFICE", "message": "A business office is required.", "warningType": "MISSING_REQUIRED_BUSINESS_INFO" } ], "foundingDate": "2023-05-15T11:56:46.322548+00:00", "goodStanding": true, "hasCorrections": true, "hasCourtOrders": true, "identifier": "FM1040332", "lastModified": "2023-05-15T13:29:05.215552+00:00", "legalName": "RAMYA MA", "legalType": "SP", "naicsCode": "111120", "naicsDescription": "Oilseed (except soybean) farming", "naicsKey": "def2e001-d404-4805-8dbe-2148e90c5578", "startDate": "2023-05-15", "state": "ACTIVE", "submitter": "Registry Staff", "warnings": [ { "code": "NO_BUSINESS_OFFICE", "message": "A business office is required.", "warningType": "MISSING_REQUIRED_BUSINESS_INFO" } ] } }

UI Display:

Screen Shot 2024-03-08 at 12.19.42 PM.png
Mihai-QuickSilverDev commented 7 months ago

@riyazuddinsyed Will cross check.