Discussions
RESTful API integration
6 days ago by Malvern Masiye
We need assistance with two issues related to our RESTful API integration.
- IQA for BillingProducts: We created an IQA for BillingProducts with a ProductCode filter. When executed directly in iMIS, it returns the expected values. However, when accessing it via the RESTful API, it fails with the following error:
- {
- "$type": "Asi.Soa.Core.DataContracts.ValidationResultsData, Asi.Contracts",
- "Errors": {
-
"$type": "Asi.Soa.Core.DataContracts.ValidationResultDataCollection, Asi.Contracts",
-
"$values": [
-
{
-
"$type": "Asi.Soa.Core.DataContracts.ValidationResultData, Asi.Contracts",
-
"Message": "Query: $/Integrations/BillingProducts not found."
-
}
-
]
- },
- "Warnings": {
-
"$type": "Asi.Soa.Core.DataContracts.ValidationResultDataCollection, Asi.Contracts",
-
"$values": []
- }
}
Other queries in the same folder are accessible via the API without issues. Could you help identify why this specific query is not found? - Payment Inconsistencies: We are experiencing inconsistent behavior when processing combo payments through the RESTful API. When posting the same amount , some transactions are marked as "Voided," while others are marked as "Paid." Could you provide insight into potential causes and solutions for this issue?
Thank you for your assistance.
Best regards,