Skip to content

Commit

Permalink
angebotOptions -> angebotOptionsInput (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerlady authored Feb 21, 2025
1 parent 3c890ba commit 6e02627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ If only the vorgangsnummer is provided, only complete offers will be returned.
| Parameter Name | Type | Default Value |
|----------------|-----------------------------------|-------------------------------------------------------------------------------------------------------------------|
| vorgangsnummer | String! | - (mandatory field) |
| options | [AngebotOptions](#angebotoptions) | `{ includeVollstaendigkeitsstatus: [VOLLSTAENDIG], includeMachbarkeitsstatus: [MACHBAR], vertriebskanal: B2B2C }` |
| options | [AngebotOptionsInput](#angebotoptionsinput) | `{ includeVollstaendigkeitsstatus: [VOLLSTAENDIG], includeMachbarkeitsstatus: [MACHBAR], vertriebskanal: B2B2C }` |

#### Response

Expand Down Expand Up @@ -455,7 +455,7 @@ This Query returns an [AnnahmeJob](#annahmejob). It contains the Status of the a

## Request Datatypes

### AngebotOptions
### AngebotOptionsInput

{
includeMachbarkeitsstatus: [MachbarkeitStatus]
Expand Down

0 comments on commit 6e02627

Please sign in to comment.