Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added Contract Agreement ID call to the collection #353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MohamedFaalil
Copy link

What this PR changes/adds

This PR adds a new GET call to the Postman collection, called "Get Agreement ID". The new call hits the following endpoint:
/api/management/v3/contractnegotiations/{negotiation_id}.

Why it does that

The existing "Get Contract Negotiations" API call fetches all available negotiations for a consumer, but for beginners, it can be cumbersome to get the entire list and search for a specific negotiation by ID. This new API call allows users to directly retrieve a specific negotiation by its negotiation ID, making the process simpler and more efficient for users who already have the ID.

Further notes

No other significant areas of the code were changed. The addition is limited to the Postman collection.

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger
Copy link
Member

@MohamedFaalil don't submit surprise PRs. Read our contribution guidelines. The second bullet point clearly requires you to open a discussion/issue first.

In this particular case there is another effort going on which will influence your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants