Get Customer Bills

get

/brm/customerBillManagement/v4/customerBill

Gets the customer bills that match the query criteria.

Request

Query Parameters
  • The type of object to return.
    Examples

  • Retrieves the customer bills with an amount due that matches the specified value.
    Examples

  • Retrieves the customer bills with an amount due that is greater than the specified value.
    Examples

  • Retrieves the customer bills with an amount due that is greater than or equal to the specified value.
    Examples

  • Retrieves the customer bills with an amount due value that is less than the specified value.
    Examples

  • Retrieves the customer bills with an amount due that is less than or equal to the specified value.
    Examples

  • Retrieves the customer bills with a billDate that matches the specified dateTime.
    Examples

  • Retrieves the customer bills with a billDate that is greater than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billDate that is greater than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a billDate that is less than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billDate that is less than or equal to the specified dateTime.
    Examples

  • Retrieves customer bills by bill number.
    Examples

  • Retrieves customer bills that match the specified bill number.
    Examples

  • Retrieves customer bills for the specified account ID.
    Examples

  • Retrieves the customer bills with a billing period end date time that matches the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period end date time that is greater than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period end date time that is greater than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period end date time that is less than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period end date time that is less than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period start date time that matches the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period start date time that is greater than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period start date that is greater than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period start date time that is less than the specified dateTime.
    Examples

  • Retrieves the customer bills with a billing period start date time that is less than or equal to the specified dateTime.
    Examples

  • The list of comma-separated fields to return in the response.
    Examples

  • Retrieves customer bills for the specified bill ID.
    Examples

  • Retrieves the customer bills whose lastUpdate matches the specified dateTime.
    Examples

  • Retrieves the customer bills whose lastUpdate is greater than the specified dateTime.
    Examples

  • Retrieves the customer bills whose lastUpdate is less than the specified dateTime.
    Examples

  • Retrieves customer bills whose lastUpdate is less than the specified dateTime.
    Examples

  • Retrieves the customer bills whose lastUpdate is less than or equal to the specified dateTime.
    Examples

  • The maximum number of results to return.
    Examples

  • The number of results to offset the response by.
    Examples

  • Retrieves the customer bills with a paymentDueDate that matches the specified dateTime.
    Examples

  • Retrieves the customer bills with a paymentDueDate that is greater than the specified dateTime.
    Examples

  • Retrieves the customer bills with a paymentDueDate that is greater than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a paymentDueDate that is less than the specified dateTime.
    Examples

  • Retrieves the customer bills with a paymentDueDate that is less than or equal to the specified dateTime.
    Examples

  • Retrieves the customer bills with a remaining amount that matches the specified value.
    Examples

  • Retrieves the customer bills with a remaining amount that is greater than the specified value.
    Examples

  • Retrieves the customer bills with a remaining amount that is greater than or equal to the specified value.
    Examples

  • Retrieves the customer bills with a wild card in the remaining amount value.
    Examples

  • Retrieves the customer bills with a remaining amount that is less than the specified value.
    Examples

  • Retrieves the customer bills with a remaining amount that is less than or equal to the specified value.
    Examples

  • The state of the bill.
    Examples

    Allowed Values: [ "new", "partiallyPaid", "settled", "inProgress" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Headers
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : Customer Bill
Type: object
Title: Customer Bill
A customer bill, also called an invoice.
Show Source
Nested Schema : Money
Type: object
Title: Money
An amount of money.
Show Source
Nested Schema : appliedPayment
Type: array
Payments applied to the bill.
Show Source
Nested Schema : billDocument
Type: array
A document attached to the bill.
Show Source
  • Attachment Ref Or Value
    Title: Attachment Ref Or Value
    An attachment reference or value. The baseType, type, schemaLocation and referredType properties are related to the contained object, not the AttchmentRefOrValue.
Nested Schema : Billing Account Ref
Type: object
Title: Billing Account Ref
A billing account is a detailed description of a bill structure.
Show Source
Nested Schema : Time Period
Type: object
Title: Time Period
A period of time. You can specify only endDateTime or both endDateTime and startDateTime.
Show Source
Nested Schema : Financial Account Ref
Type: object
Title: Financial Account Ref
A financial account reference.
Show Source
Nested Schema : Payment Method Ref
Type: object
Title: Payment Method Ref
A payment method reference.
Show Source
Nested Schema : relatedParty
Type: array
The parties related to the bill.
Show Source
Nested Schema : taxItem
Type: array
Taxes on the bill.
Show Source
Nested Schema : Applied Payment
Type: object
Title: Applied Payment
A payment that can be assigned to a bill.
Show Source
Nested Schema : Payment Ref
Type: object
Title: Payment Ref
A payment captured as a reference on an order. Used when a payment is made immediately on an order rather than at a later billing date.
Show Source
Nested Schema : Attachment Ref Or Value
Type: object
Title: Attachment Ref Or Value
An attachment reference or value. The baseType, type, schemaLocation and referredType properties are related to the contained object, not the AttchmentRefOrValue.
Show Source
Nested Schema : Quantity
Type: object
An amount in a given unit.
Show Source
Nested Schema : Account Balance
Type: object
Title: Account Balance
A balance associated with an account.
Show Source
Nested Schema : Related Party Ref
Type: object
Title: Related Party Ref
A reference to the party related to an object.
Show Source
Nested Schema : State Values
Type: object
Title: State Values
A tax item.
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

403 Response

Forbidden
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

405 Response

Method Not allowed
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

409 Response

Conflict
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Title: Error
Used when an API returns an error, typically with a HTTP error response-code such as 401 (Unauthorized) or 500 (Internal Server Error).
Show Source
Back to Top