From f2be04920ad10b3ddd48c8b29ffbc9591c140b14 Mon Sep 17 00:00:00 2001 From: Bram Schabbink <73956679+brambrulant@users.noreply.github.com> Date: Wed, 30 Nov 2022 10:47:49 +0100 Subject: [PATCH] Add requireProofOfDelivery to shipment features --- reference/Client-API-V2.v1.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/Client-API-V2.v1.yaml b/reference/Client-API-V2.v1.yaml index 57603f0..f1e41b5 100644 --- a/reference/Client-API-V2.v1.yaml +++ b/reference/Client-API-V2.v1.yaml @@ -1212,7 +1212,10 @@ components: minimum: 10 maximum: 30 default: 15 - description: Max cummalative time (in hours) the shipment can be outside of the freezer before it needs to be returned + description: Max cummalative time (in hours) the shipment can be outside of the freezer before it needs to be returned. + requireStrictProofOfDelivery: + type: boolean + description: Sets whether strict proof of delivery is required for this shipment. This setting involves extra costs, please discuss with your account manager. Webhook: title: Webhook type: object