Buyers
Register a new buyer
Register a new buyer
post/v1/buyers
Request body
Example request
{
"first_name": "John",
"last_name": "Zeisivig",
"email": "teste@teste.com",
"taxpayer_id": "76537741807",
"birthdate": "1990-01-05",
"phone_number": "21987440889",
"address": {
"city": "Rio de Janeiro",
"number": "143",
"state_code": "RJ",
"street": "R. Marquês de Abrantes",
"neighborhood": "Flamengo",
"zip": "22230061",
"country_code": "BR"
}
}Response
The object has been successfully created
Example response
{
"id": "39c784f7bf754698aa078a261cf42439",
"first_name": "John",
"last_name": "Zeisivig",
"email": "teste@teste.com",
"taxpayer_id": "76537741807",
"birthdate": "1990-01-05",
"phone_number": "21987440889",
"address": {
"city": "Rio de Janeiro",
"number": "143",
"state_code": "RJ",
"street": "R. Marquês de Abrantes",
"neighborhood": "Flamengo",
"zip": "22230061",
"country_code": "BR"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.