Newer
Older
web-services / affiliation-rnsr / tests.hurl
POST https://affiliation-rnsr.services.istex.fr/v2/affiliation/rnsr?indent=true
content-type: application/json
[
  {
    "id": 1,
    "value": "UAR 76, Inist-CNRS, 2 rue Jean Zay 54500 Vandoeuvre-lès-Nancy"
  },
  {
    "id": 2,
    "value": "Institut Charles Gerhardt, Université de Montpellier"
  },
  {
    "id":3,
    "value": "UMR 7272 - CNRS, 06100 Nice"
  }
]

HTTP 200
[{
    "id": 1,
    "value": "198822446E"
},
{
    "id": 2,
    "value": "200711918D"
},
{
    "id": 3,
    "value": "201220250N"
}]

POST https://affiliation-rnsr.services.istex.fr/v3/affiliation/rnsr?indent=true
content-type: application/json
[
  {
    "id": 1,
    "value": "UAR 76, Inist-CNRS, 2 rue Jean Zay 54500 Vandoeuvre-lès-Nancy"
  },
  {
    "id": 2,
    "value": "Institut Charles Gerhardt, Université de Montpellier ; UMR 7272 - CNRS, 06100 Nice"
  }
]

HTTP 200
[{
    "id": 1,
    "value": [
        "198822446E"
    ]
},
{
    "id": 2,
    "value": [
        "200711918D",
        "201220250N"
    ]
}]