Customers
Update Fiscal Entity
Update Fiscal Entity resource that corresponds to a customer ID.
put/customers/{id}/fiscal_entities/{fiscal_entities_id}
Path parameters
idstring required
Example:6307a60c41de27127515a575
Identifier of the resource
fiscal_entities_idstring required
Example:fis_ent_2tQ8HkkfbauaKP9Ho
identifier
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
X-Child-Company-Idstring
In the case of a holding company, the company id of the child company to which will process the request.
Request body
Example request
{
"address": {
"street1": "Nuevo Leon 254",
"street2": "Departamento 404",
"postal_code": "06100",
"city": "Ciudad de Mexico",
"state": "Ciudad de Mexico",
"country": "MX",
"residential": true
},
"company_name": "conekta"
}Response
successful operation