GET /ediBilling/{id}
Retrieves a RowEdiBilling object for the given EDI Billing ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the EDI Bill to be returned |
path
|
|
String
|
Result
RowEdiBilling
of type:
application/xml
application/json
the requested RowEdiBilling record
Additional attributes:
__directionDescr
This value represents the bill's direction, found in the edi_billing.direction
field.
__errorDescr
This value represents the error description, found in the edi_billing.error
field.
__readyToSendDescr
This value represents the ready to send description, found in the edi_billing.ready_to_send
field.
__equipmentTypeDescr
This value represents the description of the equipment type, found in the edi_billing.equipment_type_id
field.
__shipmentMatchingDescr
This value represents the shipment matching method description, found in the edi_billing.ship_match_type
field.
Child Elements:
RowEdiBillingProfile
This element represents the EDI Billing Profile associated with the invoice.
The element contains a __name
attribute with the value profile
.
RowCustomer
This element represents the customer associated with the bill, by the edi_billing.customer_id
field.
The element contains a __name
attribute with the value customer
.
RowEdiStop
These elements represent the stops associated with the invoice.
Each element contains a __name
attribute with the value stops
.
RowOtherCharge
These elements represent the other charges associated with the invoice.
Each element contains a __name
attribute with the value otherCharges
.
RowEdiMapError
These elements represent the map errors associated with the invoice.
Each element contains a __name
attribute with the value ediMapErrors
.
RowEdiBatchHistory
These elements represent the batch history records associated with the invoice.
Each element contains a __name
attribute with the value batchHistoryRecords
.
Try It Out
Request