-
Marco Holz authored
Closes #40
Marco Holz authoredCloses #40
1_sender.json 34.67 KiB
{
"openapi": "3.0.0",
"info": {
"title": "Application Sender API",
"version": "0.7",
"description": "API vom Onlineantragsdienst zum Zustelldienst",
"contact": {
"name": "FITKO",
"url": "https://www.fitko.de/"
},
"license": {
"url": "https://creativecommons.org/licenses/by-sa/4.0/",
"name": "Creative Commons Attribution Share Alike 4.0 (CC BY-SA 4.0)"
}
},
"servers": [
{
"url": "https://sender-test.fiep-poc.de/beta7",
"description": "Testsystem"
}
],
"paths": {
"/destinations/{destinationId}": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "destinationId",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get Destination Info",
"operationId": "get-destination-info",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "../models/destination.json"
},
"examples": {
"example-1": {
"value": {
"publicOrganization": {
"organizationName": "Gewerbeamt Musterstadt",
"address": {
"type": "national",
"street": "Kurzer Weg",
"houseNumber": "7",
"postalCode": "12345",
"city": "Ankh-Morpork"
},
"contact": {
"telephones": [
{
"number": "+49 89 32168-0",
"mobile": false,
"description": "work"
}
],
"email": "behoerde@example.com"
}
},
"technicalContact": [
{
"formOfAddress": "Herr",