Authorization: Bearer ********************
{
"name": "Alcántar, Arriaga y Badillo Asociados",
"code": "c9qn1",
"business_name": "Arriaga S.A.",
"alias": "collaborative",
"identification": "52248014691",
"website": "http://informal-gearshift.info",
"email": "Vernica_Durn@gmail.com",
"phone": "987.151.923",
"status": 0,
"visibility": "ALL",
"is_blocked": true,
"type": "nisi",
"typeCustomer": {
"name": "totam autem ratione"
}
}
curl --location --request PUT 'https://api.indata.com.co/api/v1/client/' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Alcántar, Arriaga y Badillo Asociados",
"code": "c9qn1",
"business_name": "Arriaga S.A.",
"alias": "collaborative",
"identification": "52248014691",
"website": "http://informal-gearshift.info",
"email": "Vernica_Durn@gmail.com",
"phone": "987.151.923",
"status": 0,
"visibility": "ALL",
"is_blocked": true,
"type": "nisi",
"typeCustomer": {
"name": "totam autem ratione"
}
}'
{
"name": "string",
"code": "string",
"business_name": "string",
"alias": "string",
"identification": "string",
"website": "string",
"email": "string",
"phone": "string",
"status": 0,
"visibility": "string",
"is_blocked": true,
"type": "string",
"id": 0,
"id_account_customer_type": 0,
"created_source": "string",
"typeCustomer": {
"name": "string",
"id": 0,
"description": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"updated_at": "2019-08-24T14:15:22Z",
"updated_by": 0,
"branches": [
{
"name": "string",
"code": "string",
"alias": "string",
"coords": "string",
"radius": "string",
"radius_min": "string",
"address": "string",
"country_name": "string",
"state_name": "string",
"city_name": "string",
"phone": "string",
"phone_alt": "string",
"email": "string",
"email_alt": "string",
"extra1": "string",
"extra2": "string",
"extra3": "string",
"extra4": "string",
"extra5": "string",
"status": 0,
"id": 0,
"id_account_customer": 0,
"id_account_geo_city": 0,
"id_account_geo_zone": 0,
"created_source": "string",
"city": {
"name": "string",
"id": 0,
"code": "string"
},
"zone": {
"name": "string",
"id": 0,
"code": "string",
"description": "string",
"isActive": true,
"city": {
"name": "string",
"id": 0,
"code": "string"
}
},
"updated_ws_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"updated_at": "2019-08-24T14:15:22Z",
"updated_by": 0
}
]
}