go back to EdiBillingService

GET /ediBilling/search

Searches the database for EDI Bills matching the given request parameters.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from tables:
  • edi_billing - use no prefix
  • customer - use customer prefix
  • edibilling_profile - use profile prefix
For example, /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

Result

List < RowEdiBilling > of type: application/xml application/json

a list of RowEdiBilling objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help