Number of Data Files / Resources 649
Updated: 28 Mar 2024
A Certificate of Origin (CO) is a document declaring that goods in a particular international shipment are of a certain origin. The issuance of Certificate of Origin to products being exported is implemented in compliance with an international agreement. It serves as the basic document in the determination of tariff preference in accordance with trade agreements between and among trading partners and in the generation of country-specific trade statistics. CO can also be used to satisfy the buyers that the products exported are wholly obtained, produced or manufactured in a certain country. Customs offices will use this document to determine whether a duty rate is to be applied to the items being imported based on the country or origin. The certificate of origin must be signed and certified by DCCI. The chamber must have access to the other documents like commercial Invoice, packing list in order to verify that the exporter claims the goods originated in that country
Request Permission

I acknowledge that I have read and agree to the terms and conditions

Cancel
Send Request
Your request has been successfully submitted
You will receive a confirmation within 14days time period. If you are
having any query feel free to contact us.
Done
  • 5
  • 10
  • 20
  • 50
  • 75
  • 100

Updated: 28 Mar 2024 File Size : 0.48 MB
CSV
Updated: 28 Mar 2024 File Size : 0.46 MB
CSV
Updated: 27 Mar 2024 File Size : 0.46 MB
CSV
Updated: 20 Mar 2024 File Size : 0.03 MB
CSV
Updated: 19 Mar 2024 File Size : 0.13 MB
CSV
Field Value
Data Provenance Members and Non Members submit the Certificate of Origin request through E-services Or Mobile.After verifying the request, they will pay and collect the certificate.
Dataset Source Oracle
Format CSV
Created 10 May 2018
Last updated 28 Mar 2024
Frequency of Update on Source Daily
Frequency of Update to SDP
Daily
Expected Volume/Ingestion Cycle(Daily if Real-time)
1 Mb
Language English~English~English~English~English~English~English~English~English~English~English
State active
Rights DC
License notspecified
Name Description Size Datatype Foreign Key Range of Values Language Classification
SR_NUM Service Request Number 64 Varchar2 English Open
SR_CAT_TYPE_CD Service Request Category Type Code 30 Varchar2 Certificate Of Origin English Open
SR_SUBTYPE_CD Service request sub Type 30 Varchar2 List of Value - check sheet (service sub Type) English Open
X_CHANNEL Channel 30 Varchar2 List of Value - check sheet (channel) English Open
X_FINAL_DESTINATION Final Destination 30 Varchar2 List of Country English Open
X_INVOICE_DATE Invoice Date Date mm/dd/yyyy English Open
X_LANGUAGE Language 30 Varchar2 Arabic -English English Open
TYPE Consignee Type 30 Varchar2 List of Value-check sheet (Consignee Type) English Open
X_TRANSPORT_BY Means_of_Transport 150 Varchar2 List of Value-check sheet (Transport) English Open
SRV_FEE_CURCY_CD Currency_Code 20 Varchar2 List of Value-check sheet (Currency) English Open
CREATED COO Processed Date Date mm/dd/yyyy hh:mm:ss AM/PM English Open

Dubai Pulse Data API

Access resource data via a web API with powerful query support.

The Data API can be accessed via the following actions of the CKAN action API.
  • Query
    https://www.dubaipulse.gov.ae/dataset/6b9b059f-0111-401f-942c-2661eaeeb237/resource/6328e32d-9c98-4cff-bd97-a1307fdb3fa6/download/dcci_certificate_of_origin_2018-03-06_10-00-00.csv
  • End Users will receive "API Key" and "API Secret" in two separate emails on the first time Grant of a Dataset, first Purchase of a Commercial Dataset, or Purchase of an API Package. This API Key and API Secret combination should be used to generate API token and the token will need to be included in the http headers of every API call made.

    Authentication Service to generate API token: https://api.dubaipulse.gov.ae/oauth/client_credential/accesstoken?grant_type=client_credentials with body 'client_id={API Key}&client_secret={API Secret}

    Read the value of "access_token" from the response of the above service and use it in the header of every API call. The obtained API token is valid for certain duration (for example 30 minutes) after which a fresh token needs to be obtained.

    Header Name : Authorization
    Value : Bearer {access_token}

  • Query Parameters
    API calls can be made for full dataset result (subject to maximum results limit) or to a subset of results. Different filters can be applied on the results. Developers can use the attributes to apply a combination of filters with and/or conditions.
  • Limiting the Response Size
    Developers can limit the number of records returned by an API call passing the "Limit" parameter in the call. The value of the "Limit" must be less than the allowed maximum limit.
  • Limiting the Attributes
    Developers can limit the API response to specific set of attributes by passing the attribute names in the API call. The example below explains how the attributes can be specified in the API call. This feature can be used in conjunction with query parameters.
  • Curl Command Sample:
    curl -X GET --header "Authorization: qMtn6xQapeouAlirfHXD7DWJFabV" "https://api.dubaipulse.gov.ae/shared/rta/rta_tram_stations-open-api"
  • Query Samples:
    /rta/rta_tram_stations-open-api?filter=location_id=223 AND zone_id=2 /rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2
  • Record Limit Sample:
    /rta/rta_tram_stations-open-api?limit=10
  • Record Offset Sample:
    /rta/rta_tram_stations-open-api?order_by=primary_key_attribute&offset=10
  • Record Order By Sample:
    /rta/rta_tram_stations-open-api?order_by=location_id
  • Attribute Limiting Sample:
    /rta/rta_tram_stations-open-api?filter=location_id=223 OR zone_id=2 &column=zone_id,line_name,location_id