Hello!, I am trying to use /v1/usage with this csv file ACCOUNT_ID,UOM,QTY,STARTDATE,ENDDATE,SUBSCRIPTION_ID,CHARGE_ID,DESCRIPTION
A00005991,IDX Integrations,200,11/25/2020,11/30/2020,A-B00006949,C-00264867,License request from /v1/usage gets through but checking the status always returns this error. It doesn't tell what is invalid, the csv file i am uploading is based on zuora documentation. {
"importStatus": "Failed",
"message": "There are some invalid records in this import.",
"success": true
}
... View more