Hello
Is there a way to only show UNPAID,PAIDFULL,PAIDPART and SENT when using Invoice_Search? (I do not want to see DRAFT)
{
"payload": {
"Header": {
"MessageType": "Request",
"SubmissionNumber": "xxxxxxxx",
"Authentication": {
"AccNumber": "xxxxxxxx",
"MD5Value": "xxxxxxxx",
"ApplicationID": "xxxxxxxx"
}
},
"Body": {
"SearchParameters": {
"ReturnCount": "10",
"Offset": "0",
"OrderResultsBy": "IssueDate",
"OrderDirection": "DESC",
"InvoiceType": "INVOICE",
"ShowDeleted": "false",
"ClientDetails": { "ClientID": "xxxxxxx" },
"Status": "[UNPAID,PAIDFULL,PAIDPART,SENT]"
}
}
}
}