Biographic
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /biographicBase/biographics HTTP/1.1
Host: <ip>:8130
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 196
{
"ids": [
{
"id": "821C51EA-73A7-4AEE-A0F5-0E47373F7151",
"keys": [
{
"key": "pguid",
"value": "821C51EA-73A7-4AEE-A0F5-0E47373F7151"
},
{
"key": "cpf",
"value": "24614048870"
},
{
"key": "rg",
"value": "170864145"
}
]
}
]
}{
"ids": [
{
"id": "821C51EA-73A7-4AEE-A0F5-0E47373F7151",
"biographics": [
{
"key": "name",
"type": "TEXT",
"value": "John"
},
{
"key": "surname",
"type": "TEXT",
"value": "Doe"
}
]
}
]
}PUT /biographicBase/biographics HTTP/1.1
Host: <ip>:8130
Content-Type: application/json
Accept: */*
Content-Length: 106
{
"keys": [
{
"key": "cpf",
"value": "12170778802"
}
],
"biographics": [
{
"key": "name",
"type": "TEXT",
"value": "John"
}
]
}{
"status": 201,
"message": "Created"
}