lessgreen / OpenPUDO

Open PUDO Software Platform
GNU Affero General Public License v3.0
2 stars 1 forks source link

OpenPUDO

Open PUDO Software Platform

Setup instructions

Swagger

When the back-end is up and running, a full functioning Swagger will be available to document and test application APIs.
A live instance can be found at https://api.quigreen.it/q/swagger-ui/

PUDO definition

This project aims to provide a standard PUDO definition than can be used for integration between shipping providers. The current PUDO structure is the following:

{
  "pudoId": 0,
  "createTms": "2021-11-10",
  "updateTms": "2021-11-10",
  "businessName": "string",
  "vat": "string",
  "contactNotes": "string",
  "phoneNumber": "string",
  "profilePicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "address": {
    "addressId": 0,
    "createTms": "2021-11-10",
    "updateTms": "2021-11-10",
    "label": "string",
    "street": "string",
    "zipCode": "string",
    "streetNum": "string",
    "city": "string",
    "province": "string",
    "country": "string",
    "lat": 0,
    "lon": 0
  }
}