This is custom heading element

DESCRIPTION

This functionality enables a marketplace to request the creation of a "light" ESPD, matching the criteria of the procedures that were completed within the context of simplified procurement procedures.

ENVIRONMENTS

PARAMETERS

Header Parameters

DataFormatOptional / mandatory
CertificateVarcharMandatory
Content - TypeVarcharMandatory

Header example:

curl -v -X POST --insecure --cert xxxxx.pem https://api.aife.economie.gouv.fr/dume/dumeA -d "{}"

The braces frame the JSON

 

Complete description of the API’s input and output parameters

Input parameters:

Entry parameterMandatory (M) / Optional (O)Management rule
operationMConstant
=creerDumeSimple
Type ID plateforme demandeuseOThe values for « type d’ID plateforme demandeuse » (which means "requesting platform ID type") are:
- « 1 » (Third party with SIRET number)
- « 2 » (European structure outside of France) – intracommunity VAT
- « 3 » (Structure outside of the EU) – Country code + first 16 corporate name characters
- « 4 » (RIDET)
- « 5 » (Tahiti Number)
ID Plateforme demandeuseM1/ Functional Id of the buyer profile which requested the connection
2/ The ID format of the platform is controled:
- If « identification type » is « 1 » : 14 characters
- If « identification type » is « 2 » : 18 characters maximum (1 to 18 characters)
- If « identification type » is « 3 » : 3 to 18 characters
- If « identification type » is « 4 » : 9 ou 10 characters
- If « identification type » is « 5 » : « 9 » characters
- If « identification type » is not provided, it is deemed to be a SIRET: 14 characters
3/ The platform's technical ID and the platform's ID must exist in database and be postioned on the same line as this database
Id technique plateformeM1/ ID available on the Chorus Pro "connection" space. The technical ID corresponds to the partner application code contained in the connection form.
2/ The platform's technical ID and the platform's ID must exist in database and be postioned on the same line as this database
IdDemandeurMThe idDemandeur (which means "requester ID") corresponds to the SIRET number or functional identifier of the public entity that makes the request on the marketplace.
RsDemandeurMName of the entity which makes the request on the place (Corporate name)
ID Type de procédureO (M if request of "released" status)Heading Code status:
« 01 » - adapted procedure
« 02 » - Open call for tenders
« 03 » - Restricted call for tenders
« 04 » - competitive procedure with negotiation
« 05 » - negotiated procedure with a prior call for competition
« 06 »- contract negotiated with no publication or prior call for competition
« 07 » - competitive dialogue
« 08 »- Competition
« 09 » - Other
ID Type de marchéO (M if request of "released" status)Heading Code status:
« 01 » - Works
« 02 » - Supplies
« 03 » - Service
ID Nature de marchéO (M if request of "released" statusHeading Code status:
« 01 » - Contract (initial contract)
« 02 » - Partnership contract
« 03 » - Framework agreement
« 04 » - Subsequent contract
« 05 » - Reserved market
« 06 » - other
ID ConsultationO (M if request of "released" statusCall for tenders ID, released by the platform which makes the request to record the ESPD
Libellé consultationO (M if request of "released" statusCall for tenders heading
Référence fonctionnelle consultationO (M if request of "released" statusSame reference as in the ESPD
Témoin_accessibleOEvidence enabling to determine that a Buyer ESPD is accessible because it has been published (the contract was published in the Official Journal)
DLROMformat timestamp
Lots concernésO
SIRET AcheteurMAlphanumeric (14 characters)
Nom AcheteurMName of the entity which makes the request on the place (Corporate name)
Description consultationO
N° JOUEO

Output parameters: ID DUME A ("Buyer ESPD ID")

{
"operation": "creerDumeSimple",
"plateforme": { "typeIdPlateforme": "1" , "idPlateforme":"33592022900036", "idTechniquePlateforme":"azerty"},
"rsDemandeur": "AIFE",
"idDemandeur": "12345698765445",
"idTypeProcedure": "01",
"idTypeMarche": "01",
"idNatureMarche": "01",
"idConsultation": "YYYsdws0181234",
"libelleConsultation": "bonne consultation",
"refFonctionnelleConsultation": "consultation_Dume___A_ii12dfs9",
"descriptionConsultation":"bbbbbbbbbbbbbbb",
"DLRO": "2018-04-23T18:25:43.511Z",
"numeroJO_UE":"12345678901234567",
"identifiantA": "65412398745XXX",
"nomIdentifiantA": "65412398745621",
"accessible": true
}
{
"response": {
"idDume": "sghqqkiz",
"statutDume": "02"
}
}
Print Friendly, PDF & Email
Back To Top