Add varoius Byndle Mission and Updatingservice endpoints
This commit is contained in:
25
Byndle/Ajourhold/Add Person.bru
Normal file
25
Byndle/Ajourhold/Add Person.bru
Normal file
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Add Person
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{host}}/ajourhold/{{updatingServiceId}}/entries
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"FirstName": "Helene Falck",
|
||||
"LastName": "Bjørge",
|
||||
"Birthdate": "1994-02-07T00:00:00Z",
|
||||
"StreetName": "Lillebergsvingen",
|
||||
"StreetNumber": "11",
|
||||
"StreetLetter": "",
|
||||
"DwellingUnit": "H0203",
|
||||
"PostCode": "0662",
|
||||
"MobNr": "95150690"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user