Se puede consultar un cuadro de integración específico por el idmediante el método getIntegrationCertificate y se le pasa como parámetro en el body request integration_certificate_id
Parámetro | Valor |
---|---|
Nombre servicio | getIntegrationCertificate |
Tipo método | POST |
URL | https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth//integrationCertificate/getIntegrationCertificate |
Content type | application/json |
Respuesta:
{ "status": { "code": 200, "message": "Procesado con éxito", "data": { "integration_certificate_id": 1388, "precision": "4", "product": [], "supplies": [], "other_cost": [], "garbage": [], "totalProdQuantity": [], "totalProdNetWeight": "0", "totalProdFobValue": "0", "totalizadoSupplies": [], "totalizadoNetWeight": "0", "totalizadoFobValue": "0", "totalOtherNetWeight": "0", "totalOtherFobValue": "0", "totalGarbageValue": [], "total_net_weight_fob_value": [ "0", "0" ], "total_net_weight_fob_value_difference": [ "0", "0" ] } } }