curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Pessoa/ConsultarPessoa \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"filter": {
"tipoRegistro": 1,
"documentoCliente": "<string>",
"childDirectID": "<string>",
"childSearch": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"json": "<string>"
}
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Pessoa/ConsultarPessoa \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"filter": {
"tipoRegistro": 1,
"documentoCliente": "<string>",
"childDirectID": "<string>",
"childSearch": "<string>"
}
}'
{
"msg": "<string>",
"hasError": true,
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"json": "<string>"
}
Informe o token
OK
The response is of type object
.
Esta página foi útil?