Searches the database for EDI Bills matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination of fields from tables:
/ediBilling/search?partner_id=TESTPARTNER&customer.state_id=AL
would find EDI Bills for partner ID 'TESTPARTNER' where the customer is located in Alabama. |
context | HttpServletRequest |
a list of RowEdiBilling objects
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.RowEdiBillingProfile
This element represents the EDI Billing Profile associated with the invoice.
The element contains a __name
attribute with the value profile
.