GET /ediBilling/userSavedSearch
Retrieves a List of RowEdiBilling objects based on an existing saved search.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
userId |
string indicating the current user |
query
|
|
String
|
createUserId |
string indicating the user who created the saved search |
query
|
|
String
|
screenClassName |
string indicating the class of the screen that is related to the saved search |
query
|
|
String
|
searchName |
string indicating the name of the saved search |
query
|
|
String
|
Result
List
<
RowEdiBilling
>
of type:
application/xml
application/json
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.
Child Elements:
RowEdiBillingProfile
This element represents the EDI Billing Profile associated with the invoice.
The element contains a __name
attribute with the value profile
.
Try It Out
Request