PUT /ediBilling/update
Updates a RowEdiBilling record for the given billing data.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
bill |
the data to use when updating the existing EDI Billing record |
body of type: application/xml application/json
|
|
RowEdiBilling
|
Result
RowEdiBilling
of type:
application/xml
application/json
the updated RowEdiBilling object
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