Authorization: Bearer ********************{
"name": "Default Health Teste",
"externalId": "external123",
"companyName": "Default Insurance Co.",
"userCreated": {
"id": -1
},
"contact": {
"celphone1": "",
"celphone2": "",
"city": {
"id": "1"
},
"email1": "",
"email2": ""
},
"documents": {
"type": {
"id": "9"
},
"number": "00000000",
"dateHourCreated": "2024-10-30T10:00:00Z",
"dateHourChanged": "2024-10-30T10:00:00Z"
},
"id": 5
}
curl --location --request PUT 'https://prod.your-api-server.com/api/v1/healthplanbroker/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Default Health Teste",
"externalId": "external123",
"companyName": "Default Insurance Co.",
"userCreated": {
"id": -1
},
"contact": {
"celphone1": "",
"celphone2": "",
"city": {
"id": "1"
},
"email1": "",
"email2": ""
},
"documents": {
"type": {
"id": "9"
},
"number": "00000000",
"dateHourCreated": "2024-10-30T10:00:00Z",
"dateHourChanged": "2024-10-30T10:00:00Z"
},
"id": 5
}'{}