v1

latestOpenAPI 3.0.42026-07-24150552428.5 KB
Sacado-Simples

post/v1/scf/financiers-payer

Request body

PartnerConfigurationIdstring required
Namestring
Identificationstring required
BirthDatestring date
PhoneNumberstring
EmailAddressstring

Example request

{
  "PartnerConfigurationId": "00000000-0000-0000-0000-00000000000",
  "Name": "Nome",
  "Identification": "9999999999999",
  "BirthDate": "2006-05-04T00:00:00\"",
  "PhoneNumber": "5541999999999",
  "EmailAddress": "exemplo@exemplo.com",
  "Addresses": [
    {
      "cityName": "São Paulo",
      "complement": "Decimo nono andar",
      "countryCode": "BR",
      "countryName": "Brazil",
      "neighborhood": "CENTRO",
      "number": "12345",
      "stateCode": "SP",
      "street": "Av. Brigadeiro Faria Lima",
      "type": "RESIDENCIAL"
    }
  ],
  "Documents": [
    {
      "Files": [
        {
          "Url": "https://pme-files-uat.s3.sa-east-1.amazonaws.com/jjjjjjjjj-aea8-4e10-zzzz-e2bdddddb5ff"
        }
      ]
    }
  ]
}

Response

Sucesso