Skip to content

eOCDS-Extensions/eOCDS-internalId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

eOCDS-internalId

Extension to cover existing requirement to have an ability to use an internal identifier for different data entities.

This extension is adding internalId attribute for tender, lot, item, award and contract

{
  "ocid":"",
  "tender": {
    "id": "",
    "internalId": "",
    "lots": [
      {
        "id": "",
        "internalId": ""
      }
    ],
    "items": [
      {
        "id": "",
        "internalId": ""
      }
    ]
  },
  "awards": [
    {
      "id": "",
      "internalId": ""
    }
  ],
  "contracts": [
    {
      "id": "",
      "internalId": ""
    }
  ]
}

About

Extension to cover existing requirement to have an ability to use an internal identifier for different data entities.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors