Download OpenAPI specification:Download
OpenAPI specification for Repzo Adjust Account endpoints.
object Query parameters for filtering account adjustments |
{- "data": [
- {
- "_id": "string",
- "client": "string",
- "rep": "string",
- "type": "credit",
- "amount": 0,
- "reason": "string",
- "reference": "string",
- "description": "string",
- "previousBalance": 0,
- "newBalance": 0,
- "adjustmentDate": "2019-08-24T14:15:22Z",
- "approvedBy": "string",
- "approvalDate": "2019-08-24T14:15:22Z",
- "integration_meta": { },
- "company_namespace": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "__v": 0
}
], - "total_result": 0,
- "current_count": 0,
- "total_pages": 0,
- "current_page": 0,
- "per_page": 0
}| client required | string Client ID whose account is being adjusted |
| rep | string Representative ID who made the adjustment |
| type required | string Enum: "credit" "debit" Type of adjustment (credit increases balance, debit decreases) |
| amount required | number Adjustment amount |
| reason required | string Reason for the adjustment |
| reference | string Reference number or document |
| description | string Detailed description of the adjustment |
| adjustmentDate | string <date-time> Date when adjustment was made |
object Integration metadata |
{- "client": "string",
- "rep": "string",
- "type": "credit",
- "amount": 0,
- "reason": "string",
- "reference": "string",
- "description": "string",
- "adjustmentDate": "2019-08-24T14:15:22Z",
- "integration_meta": { }
}{- "_id": "string",
- "client": "string",
- "rep": "string",
- "type": "credit",
- "amount": 0,
- "reason": "string",
- "reference": "string",
- "description": "string",
- "previousBalance": 0,
- "newBalance": 0,
- "adjustmentDate": "2019-08-24T14:15:22Z",
- "approvedBy": "string",
- "approvalDate": "2019-08-24T14:15:22Z",
- "integration_meta": { },
- "company_namespace": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "__v": 0
}{- "_id": "string",
- "client": "string",
- "rep": "string",
- "type": "credit",
- "amount": 0,
- "reason": "string",
- "reference": "string",
- "description": "string",
- "previousBalance": 0,
- "newBalance": 0,
- "adjustmentDate": "2019-08-24T14:15:22Z",
- "approvedBy": "string",
- "approvalDate": "2019-08-24T14:15:22Z",
- "integration_meta": { },
- "company_namespace": [
- "string"
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "__v": 0
}