For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

get
Authorizations
AuthorizationstringRequired
Query parameters
idstringOptional

Comma-separated Xorosoft ERP record identifier(s).

credit_memo_numberstringOptional

Credit memo number.

created_at_minstringOptional

Filter records created on or after this date.

created_at_maxstringOptional

Filter records created on or before this date.

updated_at_minstringOptional

Filter records updated on or after this date.

updated_at_maxstringOptional

Filter records updated on or before this date.

statusstringOptional

Status name, code, or identifier supported by this module.

since_idstringOptional

Return records with an identifier greater than this value.

customer_namestringOptional

Customer name to search or match when a customer identifier is not supplied.

store_namestringOptional

Store or warehouse name.

third_party_ref_nostringOptional

Third-party reference number supplied by the external system.

ref_nostringOptional

Reference number used to find matching documents or transactions.

ref_no_2stringOptional

Secondary reference number used to narrow matching documents or transactions.

third_party_sourcestringOptional

Name of the external system or channel that supplied the transaction.

header_onlybooleanOptional

When true, returns only header-level information.

Default: false
Responses
200

Request processed successfully.

application/json

Standard Xorosoft ERP API response envelope used by most endpoints.

ResultbooleanOptional

True when the operation completed successfully.

MessagestringOptional

Human-readable success or error message.

Pageinteger · nullableOptional

Current page number when paging is enabled.

TotalPagesinteger · nullableOptional

Total page count when paging is enabled.

get/api/xerp/creditmemo/getcreditmemoobj
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?