Cuentas contables
Consultar cuenta contable
<div id='DatosCrear'><p>Consulta cuenta contable por ID</p><div id='get'><span></span>https://api.worldoffice.cloud/api/v1/cuentasContables/consultar/{id}</div>Consulta la informacion de una cuenta contable resgitrda en el sistema, con base en el id recibido<br><br>Petición de servicio:<br><b>https://api.worldoffice.cloud/api/v1/cuentasContables/consultar/123</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/consultar/{id}
Path parameters
idinteger required
ID de la cuenta contable
Response
La consulta es realizada correctamente
Changes
No recorded changes to this endpoint across all 1 revision of this API.