curl --location --request GET 'https://api.cash-in.com/v2/sellerinvoicedeliveryinformation?BusinessCode&SellerSiteCode&InvoiceNumber&InvoiceReference&intervalType&intervalValue&fetchType' \
--header 'X-Api-Key: <api-key>'[
{
"InvoiceNumber": 0,
"InvoiceReference": "string",
"DeliveryType": "string",
"DeliveryDate": "2019-08-24T14:15:22.123Z",
"Delivered": "string",
"Printed": "string",
"DeliveryInformation": "string",
"DeliveryInformationUpdatedDate": "2019-08-24T14:15:22.123Z",
"ApiFetchDate": "2019-08-24T14:15:22.123Z"
}
]