Conheça a nossa nova rota MEDICAL RECEIPT para validação automatizada de recibos do Receita Saúde!
| Name | Type | Mandatory | Description |
|---|---|---|---|
| startDate | String | Yes | The start date of the consumption period to be searched. |
| endDate | String | Yes | The end date of the consumption period to be searched. |
{
"startDate": "2022-01-01 00:00:00.000Z",
"endDate": "2022-01-30 00:00:00.000Z"
}
curl --location --request POST 'https://mostqiapi.com/billing/daily-summary' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2022-01-01 00:00:00.000Z",
"endDate": "2022-01-30 00:00:00.000Z"
}'