Projet

Général

Profil

Fonctionnalité #17638 » maarch.picto.postman_collection.json

Emmanuel DILLARD, 15/03/2024 11:48

 
{
"info": {
"_postman_id": "4cbab162-b8c0-4d0c-a498-2c5e6cd8f091",
"name": "Maarch Task",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "33551064"
},
"item": [
{
"name": "Maarch",
"item": [
{
"name": "/documents/v2/{siren}/{circuitId}/upload",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "label",
"value": "Test maarch: visa 1 supp",
"type": "text"
},
{
"key": "content",
"type": "file",
"src": "/C:/Developpement/Ressources/Pdf/small1.pdf"
},
{
"key": "comment",
"value": "",
"type": "text",
"disabled": true
},
{
"key": "emailDestinataire",
"value": "",
"type": "text",
"disabled": true
},
{
"key": "pictograms",
"type": "file",
"src": "/C:/Developpement/DMZ/for maarch/visa1supp.txt"
}
]
},
"url": {
"raw": "https://demo-parapheur.dfast.fr/parapheur-ws/rest/v1/documents/v2/{{siren}}/{{circuitId}}/upload",
"protocol": "https",
"host": [
"demo-parapheur",
"dfast",
"fr"
],
"path": [
"parapheur-ws",
"rest",
"v1",
"documents",
"v2",
"{{siren}}",
"{{circuitId}}",
"upload"
]
},
"description": "Le label doit être fourni en base64"
},
"response": []
}
]
}
],
"variable": [
{
"key": "siren",
"value": "100100400"
},
{
"key": "circuitId",
"value": "test-picto-gab"
}
]
}
(2-2/4)