EDITAR O CUSTOMER DE UMA RECORRÊNCIA

ENDPOINT UTILIZADO:

Em alguns casos se faz necessário realizar a troca da forma de informações do customer, nestes casos utiliza-se o endpoint abaixo:

HEADER REQUEST:

PATH:

BODY REQUEST:

BODY REQUEST MODELO:

{

  "tag": "string",

  "name": "string",

  "identity": "string",

  "identityType": "string",

  "email": "user@example.com",

  "birthdate": "string",

  "address": {

    "country": "string",

    "zipCode": "28888868",

    "number": "string",

    "street": "string",

    "complement": "string",

    "city": "string",

    "state": "st",

    "neighborhood": "string"

  }

}

BODY RESPONSE MODELO:

{

  "tag": "string",

  "name": "string",

  "identity": "string",

  "identityType": "stri",

  "email": "user@example.com",

  "birthdate": "string",

  "address": {

    "country": "string",

    "zipCode": "00284760",

    "number": "string",

    "street": "string",

    "complement": "string",

    "city": "string",

    "state": "st",

    "neighborhood": "string"

  },

  "dateOfBirth": "2024-09-09T22:05:00.843Z"

}