GET /ediOtherCharges/{id}
Retrieves an EdiOtherCharge based on the ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the EDI other charge to be returned |
path
|
|
String
|
Result
RowOtherChargeEdi
of type:
application/xml
application/json
an EdiOtherCharge object
Additional attributes:
__calcMethodDescr
This value represents the description of the rate methods, found in the other_charge_edi.calc_method
field.
Child Elements:
RowCustomer
This element represent the customer associated with the other charge, by the other_charge_edi.customer_id
field.
The element contains a __name
attribute with the value customer
.
Try It Out
Request