GET /otherCharges/{id}
Retrieves the Other Charge specified by the ID
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the other charge to be returned |
path
|
|
String
|
Result
RowOtherCharge
of type:
application/xml
application/json
the requested OtherCharge object
Additional attributes:
__calcMethodDescr
This value represents the description of the rate method, found in the other_charge.calc_method
field.
Child Elements:
RowCustomer
This element represents the customer associated with the other charge, by the other_charge.customer_id
field.
The element contains a __name
attribute with the value customer
.
Try It Out
Request