List Shipping Terms
Retrieve information for the Ship Pingterms workflow in Xorosoft ERP. Query parameters can be used to narrow the result set where the endpoint supports filtering or paging.
get
Authorizations
AuthorizationstringRequired
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.
400
Invalid request, failed validation, or business rule error.
text/plain
401
Missing or invalid private app credentials.
403
Private app does not have permission for this request.
get/api/xerp/shipping/shippingterms
GET /api/xerp/shipping/shippingterms HTTP/1.1
Host: res.xorosoft.io
Authorization: Basic username:password
Accept: */*
{
"Result": true,
"Message": "Request processed successfully",
"Data": {}
}Last updated
Was this helpful?