Get Credit Memo Details
Retrieve creditmemo data from Xorosoft ERP using the supported query filters. Use this endpoint to synchronize reference or transaction data with external systems while respecting private app permissions.
Comma-separated Xorosoft ERP record identifier(s).
Credit memo number.
Filter records created on or after this date.
Filter records created on or before this date.
Filter records updated on or after this date.
Filter records updated on or before this date.
Status name, code, or identifier supported by this module.
Return records with an identifier greater than this value.
Customer name to search or match when a customer identifier is not supplied.
Store or warehouse name.
Third-party reference number supplied by the external system.
Reference number used to find matching documents or transactions.
Secondary reference number used to narrow matching documents or transactions.
Name of the external system or channel that supplied the transaction.
When true, returns only header-level information.
falseRequest processed successfully.
Standard Xorosoft ERP API response envelope used by most endpoints.
True when the operation completed successfully.
Human-readable success or error message.
Current page number when paging is enabled.
Total page count when paging is enabled.
Invalid request, failed validation, or business rule error.
Missing or invalid private app credentials.
Private app does not have permission for this request.
GET /api/xerp/creditmemo/getcreditmemoobj HTTP/1.1
Host: res.xorosoft.io
Authorization: Basic username:password
Accept: */*
{
"Result": true,
"Message": "Request processed successfully",
"Data": {}
}Last updated
Was this helpful?