Atoka API User Reference
Companies package "SOA Certifications".
SOA Qualifications are certifications necessary to prove the company's capacity to compete and execute public works with an amount greater than €150,000.00; they are issued by special Certification Bodies and prove that the company has the necessary requirements to be able to contract with the Public Administration.
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
items[] | list of SOA certifications obtained by the company | - | - | |||
items[].category.code | Category code for this certification | "string" | soaCertificationCategories soaCertificationCategoriesExclude | |||
items[].category.label | Category label for this certification, in Italian | "string" | - | |||
items[].certificationNumber | Unique identifier of the certification | "string" | - | |||
items[].classification.code | Classification code for this certification. | "I", "II", "III", "III-bis", "IV", "IV-bis", "V", "VI", "VII", "VIII" | - | |||
items[].classification.exchangeValue.mode | Whether the classification exchange value is to be considered an upper or a lower bound. | "lte", "gt" | - | |||
items[].classification.exchangeValue.value | Each SOA certification is granted for a specific classification; each classification grants a limit to bidding for tender amounts up to the corresponding countervalue increased by one fifth. | float | - | |||
items[].endDate | The date on which the certification expires | date | - | |||
items[].institution | The name of the certification authority | "string" | - | |||
items[].regulation | Regulation to which the certificate refers | "string" | - | |||
items[].startDate | The date on which the certification began | date | - |
Example JSON fragment for package
{"items": [{"startDate": "2015-12-24", "endDate": "2015-12-24", "category": {"code": "OG 1", "label": "Edifici civili e industriali" },"classification": {"code": "I", "exchangeValue": {"mode": "lte", "value": 1033000 }},"regulation": "DPR 207/2010", "certificationNumber": "12345/7/00", "institution": "ACME S.P.A" },...]}