Skip to content

Commit

Permalink
Merge pull request #33 from europace/addKontaktdaten
Browse files Browse the repository at this point in the history
Partner-API -> Kontaktdaten hinzugefügt
  • Loading branch information
gruenewa authored Nov 18, 2021
2 parents 75bbd55 + 7f20b53 commit 48c4860
Showing 1 changed file with 45 additions and 12 deletions.
57 changes: 45 additions & 12 deletions EUROPACE API Calls.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "e4f086db-cbe3-4763-aec5-ea017c180d49",
"_postman_id": "4c937970-c313-4e1d-9b13-bb136f23c01a",
"name": "EUROPACE API Calls",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down Expand Up @@ -2135,7 +2135,7 @@
"name": "Partner API (PEX)",
"item": [
{
"name": "Kontaktdaten lesen",
"name": "Partner lesen",
"request": {
"method": "GET",
"header": [
Expand Down Expand Up @@ -2168,9 +2168,9 @@
"response": []
},
{
"name": "Kontaktdaten schreiben",
"name": "Kontaktdaten lesen",
"request": {
"method": "PATCH",
"method": "GET",
"header": [
{
"key": "Content-Type",
Expand All @@ -2182,12 +2182,8 @@
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"firmenname\":\"Mustermann AG2\"\n}"
},
"url": {
"raw": "https://api.europace.de/v2/partner/{{PARTNER_ID}}/",
"raw": "https://api.europace.de/v2/partner/{{PARTNER_ID}}/kontaktdaten",
"protocol": "https",
"host": [
"api",
Expand All @@ -2198,14 +2194,14 @@
"v2",
"partner",
"{{PARTNER_ID}}",
""
"kontaktdaten"
]
}
},
"response": []
},
{
"name": "Erstelle neuen Partner",
"name": "Partner erstellen",
"request": {
"method": "POST",
"header": [
Expand Down Expand Up @@ -2238,6 +2234,43 @@
},
"response": []
},
{
"name": "Partner ändern",
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "X-TraceId",
"value": "{{traceId}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"firmenname\":\"Mustermann AG2\"\n}"
},
"url": {
"raw": "https://api.europace.de/v2/partner/{{PARTNER_ID}}/",
"protocol": "https",
"host": [
"api",
"europace",
"de"
],
"path": [
"v2",
"partner",
"{{PARTNER_ID}}",
""
]
}
},
"response": []
},
{
"name": "List untergeordnete Partner",
"request": {
Expand Down Expand Up @@ -2418,7 +2451,7 @@
"response": []
},
{
"name": "Rechte schreiben",
"name": "Rechte setzen",
"request": {
"method": "PATCH",
"header": [
Expand Down

0 comments on commit 48c4860

Please sign in to comment.