POST api/clients/{clientId}/Faring/Adjustment
Adjusts a client's account balance
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
The client's id |
integer |
Required |
Body Parameters
The adjustment information
AccountAdjustment| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount |
The amount of money to add to the client's account. |
decimal number |
None. |
| Comments |
The comments left regarding the money added to the client's account. |
string |
None. |
| MaxAmount |
The maximum amount that can be added. Set to NULL to use the paratransit application setting instead. |
decimal number |
None. |
| DelegateId |
Id of the delegate making the payment on behalf of the passenger. |
integer |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.