Get Customer Bills
get
/customerBill
Gets the customer bills that match the query criteria.
Request
Query Parameters
-
@type: string
The type of object to return. Use @type=CustomerBill for a base object or @type=CustomerBillOracle for an extended object.Example:
CustomerBill
-
amountDue.value: number(float)
Retrieves the customer bills with an amount due that matches the specified value.Example:
20
-
amountDue.value.gt: number(float)
Retrieves the customer bills with an amount due that is greater than the specified value.Example:
20
-
amountDue.value.gte: number(float)
Retrieves the customer bills with an amount due that is greater than or equal to the specified value.Example:
20
-
amountDue.value.lt: number(float)
Retrieves the customer bills with an amount due value that is less than the specified value.Example:
20
-
amountDue.value.lte: number(float)
Retrieves the customer bills with an amount due that is less than or equal to the specified value.Example:
20
-
billDate: string
Retrieves the customer bills with a billDate that matches the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billDate.gt: string
Retrieves the customer bills with a billDate that is greater than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billDate.gte: string
Retrieves the customer bills with a billDate that is greater than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billDate.lt: string
Retrieves the customer bills with a billDate that is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billDate.lte: string
Retrieves the customer bills with a billDate that is less than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billNo: string
Retrieves customer bills by bill number.Example:
B1-28
-
billNo.like: string
Retrieves customer bills that match the specified bill number.Example:
B1-28
-
billingAccount.id: string
Retrieves customer bills for the specified account ID.Example:
0.0.0.1+-account+107117
-
billingPeriod.endDateTime: string
Retrieves the customer bills with a billing period end date time that matches the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.endDateTime.gt: string
Retrieves the customer bills with a billing period end date time that is greater than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.endDateTime.gte: string
Retrieves the customer bills with a billing period end date time that is greater than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.endDateTime.lt: string
Retrieves the customer bills with a billing period end date time that is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.endDateTime.lte: string
Retrieves the customer bills with a billing period end date time that is less than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.startDateTime: string
Retrieves the customer bills with a billing period start date time that matches the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.startDateTime.gt: string
Retrieves the customer bills with a billing period start date time that is greater than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.startDateTime.gte: string
Retrieves the customer bills with a billing period start date that is greater than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.startDateTime.lt: string
Retrieves the customer bills with a billing period start date time that is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
billingPeriod.startDateTime.lte: string
Retrieves the customer bills with a billing period start date time that is less than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
fields: string
The list of comma-separated fields to return in the response.Example:
runType,amountDue
-
id: string
Retrieves customer bills for the specified bill ID.Example:
0.0.0.1+-bill+106861
-
lastUpdate: string
Retrieves the customer bills whose lastUpdate matches the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
lastUpdate.gt: string
Retrieves the customer bills whose lastUpdate is greater than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
lastUpdate.gte: string
Retrieves the customer bills whose lastUpdate is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
lastUpdate.lt: string
Retrieves customer bills whose lastUpdate is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
lastUpdate.lte: string
Retrieves the customer bills whose lastUpdate is less than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
limit: integer
The maximum number of results to return. For example, use limit=10 to return the first 10 results only.Example:
10
-
offset: integer
The maximum number of results to return. For example, use offset=10 to return results 10 and higher.Example:
10
-
paymentDueDate: string
Retrieves the customer bills with a paymentDueDate that matches the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
paymentDueDate.gt: string
Retrieves the customer bills with a paymentDueDate that is greater than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
paymentDueDate.gte: string
Retrieves the customer bills with a paymentDueDate that is greater than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
paymentDueDate.lt: string
Retrieves the customer bills with a paymentDueDate that is less than the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
paymentDueDate.lte: string
Retrieves the customer bills with a paymentDueDate that is less than or equal to the specified dateTime.Example:
2020-01-01T12:00:27.000Z
-
remainingAmount.value: number(float)
Retrieves the customer bills with a remaining amount that matches the specified value.Example:
30
-
remainingAmount.value.gt: string
Retrieves the customer bills with a remaining amount that is greater than the specified value.Example:
30
-
remainingAmount.value.gte: number(float)
Retrieves the customer bills with a remaining amount that is greater than or equal to the specified value.Example:
30
-
remainingAmount.value.like: string
Retrieves the customer bills with a wild card in the remaining amount value.Example:
3
-
remainingAmount.value.lt: number(float)
Retrieves the customer bills with a remaining amount that is less than the specified value.Example:
30
-
remainingAmount.value.lte: number(float)
Retrieves the customer bills with a remaining amount that is less than or equal to the specified value.Example:
30
-
state: string
The state of the bill.Allowed Values:
[ "new", "partiallyPaid", "settled", "inProgress" ]
Example:inProgress
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json;charset=utf-8
200 Response
Success
Headers
-
X-Result-Count(required):
The number of items returned in the response body.
-
X-Total-Count(required):
The total number of items that matched the criteria.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object Customer Bill
Title:
Customer Bill
A customer bill, also called an invoice.
Nested Schema : Customer Bill
Type:
object
Title:
Customer Bill
A customer bill, also called an invoice.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
amountDue(required): object
object
Money
Title:
Money
An amount of money. -
appliedPayment: array
array
appliedPayment
Payments applied to the bill.
-
billDate(required): string
(date-time)
Title:
Bill Date
The date the bill was generated. -
billDocument: array
array
billDocument
A document attached to the bill.
-
billingAccount: object
object
Billing Account Ref
Title:
Billing Account Ref
A billing account reference. -
billingPeriod: object
object
Time Period
Title:
Time Period
A period of time. You can specify only endDateTime or both endDateTime and startDateTime. -
billNo: string
Title:
Bill Number
The bill's number. -
category: string
Title:
Bill Category
The bill's category. For example, normal, duplicate, interim, last. -
financialAccount: object
object
Financial Account Ref
Title:
Financial Account Ref
A financial account reference. -
href(required): string
Title:
Bill Href
The bill's href. -
id(required): string
Title:
Bill ID
The bill's ID. -
lastUpdate: string
(date-time)
Title:
Bill Last Updated Date
The date that the bill was last updated. -
nextBillDate: string
(date-time)
Title:
Next Bill Date
The date the next bill will be generated. -
paymentDueDate(required): string
(date-time)
Title:
Payment Due Date
The bill's due date. -
paymentMethod: object
object
Payment Method Ref
Title:
Payment Method Ref
A reference to a payment method. - relatedParty: array array relatedParty
-
remainingAmount: object
object
Money
Title:
Money
An amount of money. -
runType: string
Title:
Bill Run Type
The way the bill was generated, either onCycle (a regular billing cycle run) or offCycle (an on-demand request. For example, if requested by the customer or if the account closes.) -
state(required): string
Title:
State Value
Allowed Values:[ "new", "partiallyPaid", "settled", "onHold", "inProgress" ]
Possible values for a bill's state. -
taxExcludedAmount: object
object
Money
Title:
Money
An amount of money. -
taxIncludedAmount: object
object
Money
Title:
Money
An amount of money. -
taxItem: array
array
taxItem
Taxes on the bill.
Nested Schema : Money
Type:
object
Title:
Money
An amount of money.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
unit: string
Title:
Currency
An ISO 4217 three letter currency code. -
value: number
(float)
Title:
Amount
A positive floating point number.
Nested Schema : appliedPayment
Type:
array
Payments applied to the bill.
Show Source
-
Array of:
object Applied Payment
Title:
Applied Payment
A payment that can be assigned to a bill.
Nested Schema : billDocument
Type:
array
A document attached to the bill.
Show Source
-
Array of:
object 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 reference.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@referredType: string
Title:
Referred Type
The object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
href: string
Title:
Billing Account Href
The billing account reference's href. -
id(required): string
Title:
Billing Account ID
The billing account reference's ID. -
name: string
Title:
Billing Account Name
The billing account reference's name.
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
endDateTime: string
(date-time)
Title:
End DateTime
The end of the time period in IETC-RFC-3339 format.Example:1985-04-12T23:20:50.520Z
-
startDateTime: string
(date-time)
Title:
Start DateTime
The start of the time period in IETC-RFC-3339 format. If you specify this, you must also specify endDateTime.Example:1985-04-12T23:20:50.520Z
Nested Schema : Financial Account Ref
Type:
object
Title:
Financial Account Ref
A financial account reference.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@referredType: string
Title:
Referred Type
The object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
accountBalance: object
object
Account Balance
Title:
Account Balance
A balance associated with an account. -
href: string
Title:
Financial Account Href
The account's href. -
id(required): string
Title:
Financial Account ID
The account's ID. -
name: string
Title:
Financial Account Name
The account's name.
Nested Schema : Payment Method Ref
Type:
object
Title:
Payment Method Ref
A reference to a payment method.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@referredType: string
The object's type in the target system, if baseType and type need further disambiguation.
-
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
href: string
(uri)
Title:
Href
The payment method's href. -
id(required): string
Title:
ID
The payment method's ID. -
name: string
Title:
Name
The payment method's name.
Nested Schema : taxItem
Type:
array
Taxes on the bill.
Show Source
-
Array of:
object State Values
Title:
State Values
A tax item.
Nested Schema : Applied Payment
Type:
object
Title:
Applied Payment
A payment that can be assigned to a bill.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
appliedAmount: object
object
Money
Title:
Money
An amount of money. -
payment: object
object
PaymentRef
A payment received at order time.
Nested Schema : PaymentRef
Type:
object
A payment received at order time.
Show Source
-
@baseType: string
The object's superclass.
-
@referredType: string
The object's type in the target system, if baseType and type need further disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON schema file that defines additional attributes and relationships.
-
@type: string
The object's subclass.
-
href: string
(uri)
The payment's href.
-
id(required): string
The payment's ID.
-
name: string
The payment's name.
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@referredType: string
Title:
Referred Type
The object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
attachmentType: string
Title:
Attachment Type
The attachment reference's type. For example, video or picture. -
content: string
Title:
Attachment Content
The attachment's base64 encoded content. -
description: string
Title:
Attachment Description
The attachment's description. -
href: string
Title:
Attachment Href
The attachment reference's href. -
id: string
Title:
Attachment ID
The attachment reference's ID. -
mimeType: string
Title:
Mime Type
The attachment's mime type. For example, a file extension like jpeg or mp4. -
name: string
Title:
Attachment Name
The attachment's name. -
size: object
object
Quantity
Title:
Quantity
The quantity of an object. -
url: string
Title:
Attachment Link
A URL linking to the attachment content. -
validFor: object
object
Time Period
Title:
Time Period
A period of time. You can specify only endDateTime or both endDateTime and startDateTime.
Nested Schema : Quantity
Type:
object
Title:
Quantity
The quantity of an object.
Show Source
-
amount: number
(float)
Title:
Amount
Default Value:1
A numeric value. -
units: string
Title:
Units
A unit. For example, MB or minutes.
Nested Schema : Account Balance
Type:
object
Title:
Account Balance
A balance associated with an account.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
amount(required): object
object
Money
Title:
Money
An amount of money. -
balanceType(required): string
Title:
Balance Type
The balance's type. For example, deposit, disputed, loyalty, or receivable. -
validFor(required): object
object
Time Period
Title:
Time Period
A period of time. You can specify only endDateTime or both endDateTime and startDateTime.
Nested Schema : Related Party Ref
Type:
object
Title:
Related Party Ref
A reference to the party related to an object.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@referredType: string
Title:
Referred Type
The object's type in the target system, if baseType and type need further disambiguation. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
href: string
Title:
Related Party Href
The related party's href. -
id(required): string
Title:
Related Party ID
The related party's ID. -
name: string
Title:
Related Party Name
The related party's name. -
role: string
Title:
Related Party Role
The related party's role.
Nested Schema : State Values
Type:
object
Title:
State Values
A tax item.
Show Source
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
taxAmount: object
object
Money
Title:
Money
An amount of money. -
taxCategory: string
Title:
Tax Category
The tax item's category. -
taxRate: number
(float)
Title:
Tax Rate
The tax item's applied rate.
400 Response
Bad Request
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
401 Response
Unauthorized
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
403 Response
Forbidden
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
404 Response
Not Found
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
405 Response
Method Not allowed
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
409 Response
Conflict
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
500 Response
Internal Server Error
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
-
@baseType: string
Title:
Base Type
The object's superclass. -
@schemaLocation: string
(uri)
Title:
Schema Location
A URI to a JSON schema file that defines additional attributes and relationships. -
@type: string
Title:
Type
The object's subclass. -
code(required): string
Title:
Error Code
An error code. -
message: string
Title:
Error Message
Details and corrective actions related to the error. -
reason(required): string
Title:
Reason
The reason for the error. -
referenceError: string
(uri)
Title:
Reference Error
A URI to documentation describing the error. -
status: string
Title:
Error Status
The HTTP Error code extension.
Examples
The following example shows how to get bills by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.
The request uses query parameters to show a maximum of two results, limited to bills in progress that have a payment due date later than or equal to June 1, 2020.
curl -X GET 'http://host:port/brm/customerBillManagement/version/customerBill?limit=2&state=inProgress&paymentDueDate.gte=2020-06-01T01:05:29-07:00
Example of the Response Body
The following example shows the contents of the response body in JSON format.
[ { "id": "0.0.0.1+-bill+106861", "href": "http://host:port/brm/customerBillManagement/version/customerBill/0.0.0.1+-bill+106861", "billDate": null, "billNo": "bill in progress", "category": "0", "lastUpdate": "2020-05-02T01:14:13-07:00", "nextBillDate": "2020-06-13T00:00:00-07:00", "paymentDueDate": "2020-08-01T01:05:29-07:00", "runType": "onCycle", "amountDue": { "unit": "EUR", "value": 90.0 }, "appliedPayment": null, "billDocument": null, "billingAccount": { "id": "0.0.0.1+-account+107117", "href": null, "name": "Tanya Levy", "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": "billingAccount" }, "billingPeriod": { "endDateTime": null, "startDateTime": "2020-05-02T00:00:00-07:00" }, "financialAccount": { "id": "0.0.0.1+-account+107117", "href": null, "name": "Tanya Levy", "accountBalance": null, "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": "financialAccount" }, "paymentMethod": { "id": "0.0.0.1+-payinfo-invoice+109165", "href": null, "name": "4243324", "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": null }, "relatedParty": null, "remainingAmount": { "unit": "EUR", "value": 90.0 }, "state": "inProgress", "taxExcludedAmount": { "unit": "EUR", "value": 86.0 }, "taxIncludedAmount": { "unit": "EUR", "value": 90.0 }, "taxItem": null, "@baseType": "CustomerBill", "@schemaLocation": null, "@type": "CustomerBill" }, { "id": "0.0.0.1+-bill+103581", "href": "http://host:port/brm/customerBillManagement/version/customerBill/0.0.0.1+-bill+103581", "billDate": null, "billNo": "bill in progress", "category": "0", "lastUpdate": "2020-05-02T00:23:54-07:00", "nextBillDate": "2020-06-02T00:00:00-07:00", "paymentDueDate": "2020-10-12T01:05:29-07:00", "runType": "onCycle", "amountDue": { "unit": "USD", "value": 100.0 }, "appliedPayment": null, "billDocument": null, "billingAccount": { "id": "0.0.0.1+-account+104221", "href": null, "name": "Grace Wang", "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": "billingAccount" }, "billingPeriod": { "endDateTime": null, "startDateTime": "2020-05-02T00:00:00-07:00" }, "financialAccount": { "id": "0.0.0.1+-account+104221", "href": null, "name": "Grace Wang", "accountBalance": null, "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": "financialAccount" }, "paymentMethod": { "id": "0.0.0.1+-payinfo-invoice+106269", "href": null, "name": "Invoice1", "@baseType": null, "@schemaLocation": null, "@type": null, "@referredType": null }, "relatedParty": null, "remainingAmount": { "unit": "USD", "value": 0.0 }, "state": "inProgress", "taxExcludedAmount": { "unit": "USD", "value": 93.75 }, "taxIncludedAmount": { "unit": "USD", "value": 100.0 }, "taxItem": null, "@baseType": "CustomerBill", "@schemaLocation": null, "@type": "CustomerBill" } ]