Skip to content

Commit

Permalink
doc: ID fields for unique external referencing
Browse files Browse the repository at this point in the history
* Add table with explanation of supported IDs
* Add new IDs in example requests and responses
  • Loading branch information
unstko committed Feb 7, 2024
1 parent c8e7871 commit cb9dbd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,10 @@ example-response:
{
"haushalte": [
{
"id": "65c388f13e1fd44cbadab021",
"kunden": [
{
"id": "65c388f1d087ea4f0edd01a1",
"externeKundenId": "extKunde1",
"referenzId": "jsonRef1",
"personendaten": {
Expand Down Expand Up @@ -345,6 +347,7 @@ Authorization: Bearer eyJraWQiOiJZUUZYT...
"kundenangaben": {
"haushalte": [
{
"id": "65c388f13e1fd44cbadab021",
"kunden": [ ...
```
[Body as in create case (POST)]
Expand Down Expand Up @@ -383,6 +386,15 @@ The following references are possible:
* case: `externeVorgangsId`
* customer: `externeKundenId`

### What are the differences between the supported IDs?

| ID | Description |
|-------------------|-----------------------------------------------------------------------------------|
| id | ID that is defined in BaufiSmart and can be used for unique external referencing. |
| referenzId | Freely selectable ID, which is only used within a call for the unique assignment. |
| externeVorgangsId | Freely selectable ID of the case in the API user's system. |
| externeKundenId | Freely selectable ID of the customer in the API user's system. |

### How can I open the created case in the browser?

Open the created case via: `https://www.europace2.de/vorgang/oeffne/XXXXXX` \
Expand Down

0 comments on commit cb9dbd1

Please sign in to comment.