Utilice este endpoint para consultar información acerca de una dispensación en proceso.
Nombre | Tipo |
|---|---|
id | number |
provider_branch_name | string |
sponsor_transaction_id | string |
provider_transaction_id | string |
status | string |
code | string |
sponsor_slug | string |
currency_code | string |
amount_paid_by_patient | number |
amount_covered_by_sponsor | number |
deductible_amount | number |
copayment_amount | number |
coinsurance_amount | number |
products | array[object] |
invoice | object |
Inner Object - Products
Nombre | Tipo |
|---|---|
id | string |
product_code | string |
product_name | string |
substitute_product_code | string |
substitute_product_name | string |
quantity | number |
currency_code | string |
price | number |
taxes | number |
coinsurance_percentage | number |
copayment_amount | number |
Inner Object - Invoice
Nombre | Tipo |
|---|---|
document_number | string |
document_serial | string |
document_date | string |
document_digital_signature | string |
