Know Your Business
...
Global
MENA
UAE Company Visa Quota Permit (cloned)
overview this api serves as a tool for obtaining detailed information on company profiles and their corresponding labor quota details within a specific region upon receiving a request with a company's license number and an option to include quota details, the api responds with an extensive profile of the company this profile includes basic company information such as name, labor office association, and category additionally, if requested, the api provides a comprehensive breakdown of quota details for various job positions within the company, detailing transaction numbers, job codes, descriptions, gender specifications, and the status of requests, approvals, and usage this api is particularly useful for businesses and regulatory agencies to manage and monitor labor allocations and ensure compliance with local employment regulations it offers a straightforward interface for retrieving up to date data on company operations and workforce management, making it an essential tool for workforce planning and regulatory oversight usecases regulatory compliance monitoring government bodies and regulatory agencies can use the api to monitor companies for compliance with employment laws and regulations they can verify that companies are adhering to approved quotas for various job positions, and ensure that all staffing activities are within legal limits audit and reporting companies can use this api to generate reports on their current workforce status and quota usage this is particularly useful for internal audits, compliance checks, and preparing documentation for regulatory submissions or investor presentations business analysis and strategy analysts can use the api to gather data on labor trends within specific sectors or regions this information can be used for market analysis, strategic decision making, and competitive analysis api details sample curl production curl curl location 'https //api signzy ae/api/v3/uae api/company visa quota info' \\ \ header 'content type application/json' \\ \ header 'authorization < authtoken >' \\ \ data '{ "licensenumber" "1012916", "quotadetails" true }' pre production curl curl location 'https //api preproduction signzy app/api/v3/uae api/company visa quota info' \\ \ header 'content type application/json' \\ \ header 'authorization < authtoken >' \\ \ data '{ "licensenumber" "1012916", "quotadetails" true }' request body parameters input datatype mandatory/optional description licensenumber string mandatory the unique identifier for the company's license quotadetails boolean mandatory specifies whether to include detailed quota information in the response sample api response 200 { "result" { "companyinfo" { "companyname" "babu doon technical services l l c", "labouroffice" "dubai", "companycode" "1012916", "category" "3" }, "quotadetails" \[ { "transactionnumber" "mb193415889ae", "jobcode" "5132135", "description" "cleaning worker", "gender" "male", "requested" "1", "approved" "1", "used" "1", "cancelled" "0" }, { "transactionnumber" "mb993966494ae", "jobcode" "931307015", "description" "tile layer assistant", "gender" "male", "requested" "1", "approved" "0", "used" "0", "cancelled" "0" } ], "newactivityquota" \[ { "transactionnumber" "mb993966494ae", "jobcode" "332201013", "description" "commercial sales representative", "gender" "male", "requested" "4", "approved" "4", "used" "4", "cancelled" "0" } ], "total" { "requested" "26", "approved" "24", "used" "21", "cancelled" "0" } } } response body parameters api output structure object attribute datatype description companyinfo object contains information about the company companyname string the registered name of the company labouroffice string the labor office with jurisdiction over the company companycode string the unique code identifying the company category string the category classification of the company quotadetails object details of quotas for specific job roles within the company transactionnumber string unique identifier for the transaction jobcode string code that identifies the specific job role description string description of the job role gender string the gender for which the job role is designated requested string the number of job positions requested approved string the number of job positions approved by the authorities used string the number of approved positions that have been filled cancelled string the number of job positions cancelled newactivityquota object quotas for newly added job roles transactionnumber string unique identifier for the new activity transaction jobcode string code that identifies the new job role description string description of the new job role gender string the gender for which the new job role is designated requested string the number of new job positions requested approved string the number of new job positions approved by the authorities used string the number of approved new positions that have been filled cancelled string the number of new job positions cancelled total object aggregated totals of all quota transactions requested string total number of positions requested across all roles approved string total number of positions approved across all roles used string total number of positions filled across all roles cancelled string total number of positions cancelled across all roles error code responses 400 (companynumber) { "error" { "name" "error", "message" "company number entered is not correct", "status" "400", "reason" "validation error", "type" "bad request", "statuscode" "400" } } 400 (quotadetails) { "error" { "name" "error", "message" "quotadetails needs to be either true or false", "status" "400", "reason" "validation error", "type" "bad request", "statuscode" "400" } } 404(data not found) { "error" { "name" "error", "message" "data not found", "status" "404", "reason" "not found", "type" "not found", "statuscode" 200 } } error response parameters parameter description error this parameter contains the error error name t he name of the error error message the error message error statuscode request status code from signzy error reason reason for error error type type of the error getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!