Update basic member data

Example body

    Body
     {
        {
            "idContactType": 1, { 1 = Telephone, 2 = Cellphone}
        }
        "gender": "string", { "M" = Male, "F" = Female, "P" = Other }
        "idState": 0 {1 = AC, 2 = AL, 3 = AP, 4 = AM, 5 = BA, 6 = CE, 7 = DF, 8 = ES, 9 = GO, 10 = MA, 11 = MT, 12 = MS, 13 = MG, 14 = PA, 15 = PB, 16 = PR, 17 = PE, 18 = PI, 19 = RJ, 20 = RN, 21 = RS, 22 = RO, 23 = RR, 24 = SC, 25 = SP, 26 = SE, 27 = TO}
      }

Exemplo de body:

{
  "cellphone": {
    "idPhone": 0,
    "idMember": 0,
    "idEmployee": 0,
    "idProspect": 0,
    "idProvider": 0,
    "idContactType": 1,
    "ddi": "string",
    "description": "string"
  },
  "email": {
    "idPhone": 0,
    "idMember": 0,
    "idEmployee": 0,
    "idProspect": 0,
    "idProvider": 0,
    "idContactType": 1,
    "ddi": "string",
    "description": "string"
  },
  "gender": "string",
  "document": "string",
  "documentKind": 0,
  "zipCode": "string",
  "address": "string",
  "number": "string",
  "complement": "string",
  "neighborhood": "string",
  "city": "string",
  "idState": 0,
  "birthDay": "2025-07-28T01:08:25.733Z"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!