curl --location 'https://api.cash-in.com/v2/sellerinvoicedeliveryinformation?BusinessCode=undefined&SellerSiteCode=undefined&InvoiceNumber=undefined&InvoiceReference=undefined&intervalType=undefined&intervalValue=undefined&fetchType=undefined' \
--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"
}
]