Create Data Request Draft
Creates a new data request in draft status. Only accessible to users with the consumer role. Disallows creating more than 10 draft requests per consumer.
Request body
Example request
{
"title": {
"de": "Anfrage zu Bodentypen und Bodenqualitätsdaten",
"fr": "Demande sur les types de sols et les données de qualité du sol",
"it": "Richiesta sui tipi di suolo e sui dati sulla qualità del suolo"
},
"description": {
"de": "Ziel der Anfrage ist es, Informationen über Bodentypen und deren Qualität zu erhalten, um fundierte Entscheidungen zur Fruchtfolge, Düngung und nachhaltigen Bewirtschaftung treffen zu können.",
"fr": "L'objectif de la demande est d'obtenir des informations sur les types de sols et leur qualité afin de prendre des décisions éclairées concernant la rotation des cultures, la fertilisation et la gestion durable.",
"it": "L'obiettivo della richiesta è ottenere informazioni sui tipi di suolo e sulla loro qualità per prendere decisioni informate sulla rotazione delle colture, la fertilizzazione e la gestione sostenibile."
},
"purpose": {
"de": "Bewertung der Bodenqualität",
"fr": "Évaluation de la qualité du sol",
"it": "Valutazione della qualità del suolo"
},
"dataConsumerDisplayName": "Bio Suisse",
"dataConsumerCity": "Basel",
"dataConsumerZip": "4052",
"dataConsumerStreet": "Peter Merian-Str. 34",
"dataConsumerCountry": "CH",
"contactPhoneNumber": "+41 79 123 45 67",
"contactEmailAddress": "example@labelorganisation.ch",
"targetGroup": "von allen Bio Suisse Mitgliedern",
"products": [
"c661ea48-106d-4d7a-a5d1-a9a6db48dd8c"
],
"advantages": [
{
"de": "Vermeiden von Mehreingaben",
"fr": "Éviter les saisies multiples",
"it": "Evitare inserimenti multipli"
}
]
}Response
OK
Example response
{
"dataSourceSystem": {
"code": "AGIS",
"dataProvider": {
"code": "BLW",
"uid": "CHE123456789"
}
},
"humanFriendlyId": "GL56",
"submissionDate": "2025-06-16T11:04:51.823889",
"title": {
"de": "Anfrage zu Bodentypen und Bodenqualitätsdaten",
"fr": "Demande sur les types de sols et les données de qualité du sol",
"it": "Richiesta sui tipi di suolo e sui dati sulla qualità del suolo"
},
"description": {
"de": "Ziel der Anfrage ist es, Informationen über Bodentypen und deren Qualität zu erhalten, um fundierte Entscheidungen zur Fruchtfolge, Düngung und nachhaltigen Bewirtschaftung treffen zu können.",
"fr": "L'objectif de la demande est d'obtenir des informations sur les types de sols et leur qualité afin de prendre des décisions éclairées concernant la rotation des cultures, la fertilisation et la gestion durable.",
"it": "L'obiettivo della richiesta è ottenere informazioni sui tipi di suolo e sulla loro qualità per prendere decisioni informate sulla rotazione delle colture, la fertilizzazione e la gestione sostenibile."
},
"purpose": {
"de": "Bewertung der Bodenqualität",
"fr": "Évaluation de la qualité du sol",
"it": "Valutazione della qualità del suolo"
},
"dataConsumerLegalName": "Bio Suisse, Vereinigung Schweizer Biolandbau-Organisationen",
"dataConsumerDisplayName": "Bio Suisse",
"dataConsumerUid": "CHE101708094",
"dataConsumerCity": "Basel",
"dataConsumerZip": "4052",
"dataConsumerStreet": "Peter Merian-Str. 34",
"dataConsumerCountry": "CH",
"contactPhoneNumber": "+41 79 123 45 67",
"contactEmailAddress": "example@labelorganisation.ch",
"dataConsumerLogoBase64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...",
"validRedirectUriRegex": "^https:\\/\\/www\\.dummy-label-organisation\\/.*$",
"advantages": [
{
"de": "Vermeiden von Mehreingaben",
"fr": "Éviter les saisies multiples",
"it": "Evitare inserimenti multipli"
}
]
}Changes
Changed in 22 of the 56 revisions of this API.92619
- ▲
added the new required request property
advantagesnew-required-request-property
- ○
added the required property
advantagesto the response with the200statusresponse-required-property-added
- ▲
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status404response-property-enum-value-removed
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status500response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
added the optional property
consumerSignatureTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
providerSignatureTypeto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
TO_BE_ACTIVATEDenum value to thestateCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
TO_BE_RELEASED_BY_PROVIDERenum value to thestateCoderesponse property for the response status200response-property-enum-value-added
- ○
added the optional property
dataSourceSystem/dataProvider/uidto the response with the200statusresponse-optional-property-added
- ●
- ▲
the response property
dataSourceSystem/dataProvider/idbecame optional for the status200response-property-became-optional
- ▲
the response property
dataSourceSystem/idbecame optional for the status200response-property-became-optional
- ▲
- ●
added the new
TO_BE_RELEASED_BY_CONSUMERenum value to thestateCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
TO_BE_SIGNED_BY_CONSUMERenum value to thestateCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
TO_BE_SIGNED_BY_PROVIDERenum value to thestateCoderesponse property for the response status200response-property-enum-value-added
- ○
removed the
TO_BE_SIGNEDenum value from thestateCoderesponse property for the response status200response-property-enum-value-removed
- ●
- ○
added the optional property
currentContractRevisionIdto the response with the200statusresponse-optional-property-added
- ○