---
title: "Changes to Create Data Request Draft"
method: POST
path: "/api/agreement/v1/data-requests"
---

# Changes to Create Data Request Draft

`POST /api/agreement/v1/data-requests`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 22 of 56 revisions.

- **2026-06-19** `a3a589189892` — 1 breaking, 1 info
- **2026-06-04** `d1729646b766` — 2 warning
- **2026-05-29** `a598446f8093` — 2 info
- **2026-05-26** `7cee7b14bf6f` — 2 warning
- **2026-05-12** `5b038eea902d` — 8 warning
- **2026-05-04** `b2698fe1c30a` — 2 info
- **2026-04-08** `36609d47a3a7` — 2 warning, 1 info
- **2026-04-07** `17e7d9dc96ae` — 2 breaking
- **2026-03-27** `04782ee6ad3c` — 3 warning, 1 info
- **2026-03-17** `33909550f895` — 1 info
- **2026-02-17** `96d7312339c4` — 1 breaking, 2 info
- **2026-02-09** `0d45567e16a8` — 2 warning, 1 info
- **2025-11-20** `edd6a83c3b2d` — 1 info
- **2025-11-12** `5d3bfaef5e9d` — 1 breaking
- **2025-11-12** `278c0abe9739` — 1 info
- **2025-10-27** `3026a580bab4` — 2 warning
- **2025-10-06** `1dcf6d02a615` — 2 info
- **2025-09-25** `02c8db59b5b8` — 1 info
- **2025-08-29** `254de85b7d17` — 1 breaking
- **2025-08-20** `b323821f7a1a` — 1 info
- **2025-08-12** `fc4bd0a84282` — 3 breaking, 5 warning
- **2025-08-07** `2c9aad2e6e1c` — 2 info

## Changes

- **2026-06-19** `a3a589189892` — 1 breaking, 1 info
  - added the new required request property `advantages`
  - added the required property `advantages` to the response with the `200` status
- **2026-06-04** `d1729646b766` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-29** `a598446f8093` — 2 info
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `404`
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `500`
- **2026-05-26** `7cee7b14bf6f` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-12** `5b038eea902d` — 8 warning
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `404`
  - added the new `OTP_EXPIRED` enum value to the `type` response property for the response status `500`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `404`
  - added the new `OTP_INVALID` enum value to the `type` response property for the response status `500`
  - added the new `OTP_LOCKED` enum value to the `type` response property for the response status `404`
  - added the new `OTP_LOCKED` enum value to the `type` response property for the response status `500`
  - added the new `OTP_RESEND_COOLDOWN` enum value to the `type` response property for the response status `404`
  - added the new `OTP_RESEND_COOLDOWN` enum value to the `type` response property for the response status `500`
- **2026-05-04** `b2698fe1c30a` — 2 info
  - added the optional property `consumerSignatureType` to the response with the `200` status
  - added the optional property `providerSignatureType` to the response with the `200` status
- **2026-04-08** `36609d47a3a7` — 2 warning, 1 info
  - added the new `TO_BE_ACTIVATED` enum value to the `stateCode` response property for the response status `200`
  - added the new `TO_BE_RELEASED_BY_PROVIDER` enum value to the `stateCode` response property for the response status `200`
  - added the optional property `dataSourceSystem/dataProvider/uid` to the response with the `200` status
- **2026-04-07** `17e7d9dc96ae` — 2 breaking
  - the response property `dataSourceSystem/dataProvider/id` became optional for the status `200`
  - the response property `dataSourceSystem/id` became optional for the status `200`
- **2026-03-27** `04782ee6ad3c` — 3 warning, 1 info
  - added the new `TO_BE_RELEASED_BY_CONSUMER` enum value to the `stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_CONSUMER` enum value to the `stateCode` response property for the response status `200`
  - added the new `TO_BE_SIGNED_BY_PROVIDER` enum value to the `stateCode` response property for the response status `200`
  - removed the `TO_BE_SIGNED` enum value from the `stateCode` response property for the response status `200`
- **2026-03-17** `33909550f895` — 1 info
  - added the optional property `currentContractRevisionId` to the response with the `200` status
- **2026-02-17** `96d7312339c4` — 1 breaking, 2 info
  - the response property `dataProviderId` became optional for the status `200`
  - added the optional property `dataSourceSystem` to the response with the `200` status
  - added the optional property `dataSourceSystemId` to the response with the `200` status
- **2026-02-09** `0d45567e16a8` — 2 warning, 1 info
  - added the new `CONSENT_NOT_GRANTED` enum value to the `type` response property for the response status `404`
  - added the new `CONSENT_NOT_GRANTED` enum value to the `type` response property for the response status `500`
  - added the required property `dataProviderId` to the response with the `200` status
- **2025-11-20** `edd6a83c3b2d` — 1 info
  - the response property `id` became required for the status `200`
- **2025-11-12** `5d3bfaef5e9d` — 1 breaking
  - the response property `id` became optional for the status `200`
- **2025-11-12** `278c0abe9739` — 1 info
  - the response property `id` became required for the status `200`
- **2025-10-27** `3026a580bab4` — 2 warning
  - added the new `MAINTENANCE` enum value to the `type` response property for the response status `404`
  - added the new `MAINTENANCE` enum value to the `type` response property for the response status `500`
- **2025-10-06** `1dcf6d02a615` — 2 info
  - the response property `requestId` became required for the status `404`
  - the response property `requestId` became required for the status `500`
- **2025-09-25** `02c8db59b5b8` — 1 info
  - added the optional property `validRedirectUriRegex` to the response with the `200` status
- **2025-08-29** `254de85b7d17` — 1 breaking
  - the `dataConsumerUid` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
- **2025-08-20** `b323821f7a1a` — 1 info
  - added the optional property `targetGroup` to the response with the `200` status
- **2025-08-12** `fc4bd0a84282` — 3 breaking, 5 warning
  - the `products` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `products/dataSourceProductId` from the response with the `200` status
  - removed the required property `products/id` from the response with the `200` status
  - removed the optional property `products/dataSourceSystemCode` from the response with the `200` status
  - removed the optional property `products/description` from the response with the `200` status
  - removed the optional property `products/name` from the response with the `200` status
  - added the new `EXTERNAL_SERVICE_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `EXTERNAL_SERVICE_ERROR` enum value to the `type` response property for the response status `500`
- **2025-08-07** `2c9aad2e6e1c` — 2 info
  - added the optional property `humanFriendlyId` to the response with the `200` status
  - added the optional property `submissionDate` to the response with the `200` status

---

[Operation](https://skmtc.dev/agridata/apis/agridata-ch-api/docs/api/agreement/v1/data-requests/post.md) · [API](https://skmtc.dev/agridata/apis/agridata-ch-api.md) · [Page](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/api/agreement/v1/data-requests/post)
