Authorization: Bearer ********************
{
"name": "string",
"next_contact": "2019-08-24T14:15:22Z",
"email": "cleora42@gmail.com",
"phone": "1-848-429-9425",
"show_on_map": true,
"coc": "string",
"description": "string",
"user_id": 0,
"user": {
"name": "Casey Dach",
"email": "string",
"password": "string",
"company_id": 0
},
"address_id": 0,
"address": {
"street": "Georgianna Loop",
"house_number": 12,
"addition": "A",
"zipcode": "45668",
"city": "Lake Quentinmouth",
"province": "DR",
"country": "NL",
"extra_address_line_one": "string",
"extra_address_line_two": "string",
"lat": 0,
"lon": 0
}
}
curl --location --request PATCH 'https://api.cirqll.nl/api/customer/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"next_contact": "2019-08-24T14:15:22Z",
"email": "cleora42@gmail.com",
"phone": "1-848-429-9425",
"show_on_map": true,
"coc": "string",
"description": "string",
"user_id": 0,
"user": {
"name": "Casey Dach",
"email": "string",
"password": "string",
"company_id": 0
},
"address_id": 0,
"address": {
"street": "Georgianna Loop",
"house_number": 12,
"addition": "A",
"zipcode": "45668",
"city": "Lake Quentinmouth",
"province": "DR",
"country": "NL",
"extra_address_line_one": "string",
"extra_address_line_two": "string",
"lat": 0,
"lon": 0
}
}'
{
"id": 1,
"name": "string",
"next_contact": "2019-08-24T14:15:22Z",
"email": "cleora42@gmail.com",
"phone": "1-848-429-9425",
"show_on_map": true,
"coc": "string",
"description": "string",
"user_id": 0,
"user": {
"name": "Casey Dach",
"email": "string",
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35",
"company_id": 0,
"company": {
"name": "string",
"phone": "1-310-793-5469",
"coc": "string",
"financial_goal": 0,
"address_id": 0,
"address": {
"street": "Georgianna Loop",
"house_number": 12,
"addition": "A",
"zipcode": "45668",
"city": "Lake Quentinmouth",
"province": "DR",
"country": "NL",
"extra_address_line_one": "string",
"extra_address_line_two": "string",
"lat": 0,
"lon": 0,
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35"
},
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35"
}
},
"address_id": 0,
"address": {
"street": "Georgianna Loop",
"house_number": 12,
"addition": "A",
"zipcode": "45668",
"city": "Lake Quentinmouth",
"province": "DR",
"country": "NL",
"extra_address_line_one": "string",
"extra_address_line_two": "string",
"lat": 0,
"lon": 0,
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35"
},
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35"
}