From 9b0db7a439be78cfa99fadf221ff27b18c69712c Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Mon, 15 Jul 2024 15:12:54 +0200 Subject: [PATCH] Added parameter `agbs` to GET customer care program API. --- paths/customer_careprogram.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/paths/customer_careprogram.yaml b/paths/customer_careprogram.yaml index fea0d92..dc5daf4 100644 --- a/paths/customer_careprogram.yaml +++ b/paths/customer_careprogram.yaml @@ -15,6 +15,14 @@ get: description: If omitted, today is taken. schema: $ref: ../schemas/date.yaml + - name: agbs + in: query + description: A list of AGB's for which the care programs must be retrieved. If not a care group is authorized, or specified during authorization, then this parameter is ignored. + example: 12345678,23456789 + schema: + type: array + items: + $ref: ../schemas/agb.yaml responses: '200': description: All practices for which the care group takes responsibility.