feat(rnf): add rnf type_de_champ
This commit is contained in:
parent
0268b0af9e
commit
694cbcd0a2
23 changed files with 250 additions and 6 deletions
6
spec/fixtures/files/api_rnf/invalid.json
vendored
Normal file
6
spec/fixtures/files/api_rnf/invalid.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"id":3,
|
||||
"createdAt":"2023-09-07T13:26:10.358Z",
|
||||
"updatedAt":"2023-09-07T13:26:10.358Z",
|
||||
"rnfId": 750000301
|
||||
}
|
32
spec/fixtures/files/api_rnf/valid.json
vendored
Normal file
32
spec/fixtures/files/api_rnf/valid.json
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"id":3,
|
||||
"createdAt":"2023-09-07T13:26:10.358Z",
|
||||
"updatedAt":"2023-09-07T13:26:10.358Z",
|
||||
"rnfId":"075-FDD-00003-01",
|
||||
"type":"FDD",
|
||||
"department":"75",
|
||||
"title":"Fondation SFR",
|
||||
"dissolvedAt":null,
|
||||
"phone":"+33185060000",
|
||||
"email":"fondation@sfr.fr",
|
||||
"addressId":3,
|
||||
"address": {
|
||||
"id":3,
|
||||
"createdAt":"2023-09-07T13:26:10.358Z",
|
||||
"updatedAt":"2023-09-07T13:26:10.358Z",
|
||||
"label":"16 Rue du Général de Boissieu 75015 Paris",
|
||||
"type":"housenumber",
|
||||
"streetAddress":"16 Rue du Général de Boissieu",
|
||||
"streetNumber":"16",
|
||||
"streetName":"Rue du Général de Boissieu",
|
||||
"postalCode":"75015",
|
||||
"cityName":"Paris",
|
||||
"cityCode":"75115",
|
||||
"departmentName":"Paris",
|
||||
"departmentCode":"75",
|
||||
"regionName":"Île-de-France",
|
||||
"regionCode":"11"
|
||||
},
|
||||
"status":null,
|
||||
"persons":[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue