Skip to content

Instantly share code, notes, and snippets.

@Frdrcpeter007
Last active August 23, 2021 12:04
Show Gist options
  • Save Frdrcpeter007/a334259e4fde81cbe3c7c1fd00d647bb to your computer and use it in GitHub Desktop.
Save Frdrcpeter007/a334259e4fde81cbe3c7c1fd00d647bb to your computer and use it in GitHub Desktop.
Send projects institutional
  1. Ajout d'un projet institutionnel

    let payload = {
        title: "Destruction du monde",
        describe: "Thanos avait une bonne idée",
        identity: {
            name: "Batuta",
            firstname: "Sael",
            email: "saelbatita@gmail.com",
        }, //Optional
        cover: "https://aws.xxxxxxxxxxxxxx.com",//Optional
        dateDebut: "2021-05-28", //Optional
        dateFin: "2021-06-30", //Optional
        galleries: ["https://aws.xxxxxxxxxxxxxx.com", "https://aws.xxxxxxxxxxxxxx.com"], //Optional
        file: "https://aws.xxxxxxxxxxxxxx.com", //Optional
        cost: 2300, //Optional
        target: ["Population lushoise", "Femme riche"] //Optional
    }
    
    axios.post('https://w3.numerique.gouv.cd/api/projects/send/institution', payload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment