Discussions

Ask a Question
Back to all

Invoice and InvoiceLine entities data

Hi,

I am trying to extract the invoice and InvoiceLine entity data but getting below:

Request: https://az-am-ent-f18.corrigo.com/api/v1/query/Invoice


{
"QueryExpression": {
"Criteria": {
"Conditions": [
{"PropertyName": "Id", "Operator": "GreaterThan", "Values": [0]}
]
},
"PropertySet": {"Properties": ["*"]},
"EntityName": "Invoice",
"Count": 1000,
"FirstResultIndex": 0
}
}

Response:

{
"Entities": []
}


Can you please help us on how to extract the invoice and invoiceline entities data?