Void Wave
Submit a void request for wave records in Xorosoft ERP. Use this operation carefully because it can change transaction status or remove data from active workflows.
Waves or individual wave lines to void.
Internal wave record identifier. Supply this or WaveNumber.
Human-readable wave number. Supply this or WaveId.
Specific wave line identifiers to void. Omit this property to void the full wave.
Set to true only when the caller is permitted to void a wave associated with a locked order.
Request 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.
POST /api/xerp/wave/void HTTP/1.1
Host: res.xorosoft.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"WaveHeader": {
"WaveNumber": "WAVE-1001"
},
"WaveDetailArr": []
}{
"Result": true,
"Message": "Request processed successfully",
"Data": {}
}Last updated
Was this helpful?