Cuentas contables
Consultar cuenta contable por codigó
<div id='DatosCrear'><p>Consultar cuenta contable por codigó</p><div id='get'><span></span>https://api.worldoffice.cloud/api/v1/cuentasContables/consultaCodigo/{codigo}</div>Consulta la informacion de una cuenta contable registrada en el sistema, con base en el codigó recibido<br><br>Petición de servicio:<br><b>https://api.worldoffice.cloud/api/v1/cuentasContables/consultaCodigo/6123</b><br>Respuesta en el contenido de la petición:<pre>data: {<br> id: integer,<br> codigo: String,<br> nombre: String,<br> subCuentaContable: {<br> id: integer,<br> codigo: String,<br> nombre: String<br> },<br> cuentaContableTipo: {<br> id: integer,<br> codigo: String,<br> nombre: String,<br> cuentaContableNaturaleza: String<br> },<br> cuentaContableGrupo: {<br> id: integer,<br> codigo: String,<br> nombre: String,<br> senRetencion: boolean,<br> impuesto: String<br> },<br> senVisible: boolean,<br> senActivo: boolean,<br> senDetalleTercero: boolean,<br> senManejaCentroCosto: boolean,<br> senAutoretencion: boolean<br>}<br></pre></div>get/api/v1/cuentasContables/consultaCodigo/{codigo}
Path parameters
codigostring required
Codigó cuenta contable
Response
La consulta es realizada correctamente
Changes
No recorded changes to this endpoint across all 1 revision of this API.