Skip to main content
GET
/
billing
/
invoices
/
v1
/
items
/
upcoming
List upcoming invoice items
curl --request GET \
  --url https://api.spacebring.com/billing/invoices/v1/items/upcoming \
  --header 'Authorization: Basic <encoded-value>'
{
  "invoiceItems": [
    {
      "baseAmounts": {
        "currencyCode": "<string>",
        "discountedAmount": 123,
        "tax": {
          "amount": 123,
          "inclusive": true,
          "rate": 123,
          "taxableAmount": 123
        },
        "totalAmount": 123,
        "totalExcludingTaxAmount": 123,
        "unitAmount": 123,
        "unitExcludingTaxAmount": 123
      },
      "companyRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createDate": "2023-11-07T05:31:56Z",
      "deleteDate": "2023-11-07T05:31:56Z",
      "discounts": [
        {
          "coupon": {
            "amountOff": 123,
            "currencyCode": "<string>",
            "duration": "<string>",
            "durationInMonths": 123,
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "percentOff": 123,
            "type": "<string>"
          },
          "promocode": {
            "code": "<string>",
            "expiration": "2023-11-07T05:31:56Z",
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "limitByFirstPurchase": true
          },
          "subscriptionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        }
      ],
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "invoiceRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "locationRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "membershipRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "membershipRefCreatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "period": {
        "endDate": "2023-11-07T05:31:56Z",
        "startDate": "2023-11-07T05:31:56Z"
      },
      "product": {
        "bookingRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "eventTicketRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "optionRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "orderRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "title": "<string>",
        "type": "booking"
      },
      "quantity": 123,
      "subscriptionRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "userCreatedBy": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "surname": "<string>"
      },
      "discountedAmount": 123,
      "tax": {
        "amount": 123,
        "inclusive": true,
        "rate": 123,
        "taxableAmount": 123
      },
      "totalAmount": 123,
      "totalExcludingTaxAmount": 123,
      "unitExcludingTaxAmount": 123,
      "amount": 123,
      "booking": {
        "endDate": "2023-11-07T05:31:56Z",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "resource": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "title": "<string>",
          "type": "dedicatedDesk"
        },
        "startDate": "2023-11-07T05:31:56Z"
      },
      "creditPackage": {
        "amount": 123
      },
      "currencyCode": "<string>",
      "description": "<string>",
      "netUnitAmount": 123,
      "order": {
        "createDate": "2023-11-07T05:31:56Z",
        "product": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "title": "<string>"
        },
        "productOption": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "title": "<string>"
        },
        "quantity": 123
      },
      "plan": {
        "endDate": "2023-11-07T05:31:56Z",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "startDate": "2023-11-07T05:31:56Z",
        "title": "<string>"
      },
      "ticket": {
        "createDate": "2023-11-07T05:31:56Z",
        "event": {
          "endDate": "2023-11-07T05:31:56Z",
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "startDate": "2023-11-07T05:31:56Z",
          "title": "<string>"
        }
      },
      "type": "booking",
      "unitAmount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Query Parameters

companyRef
string<uuid>

The id of the company.

membershipRef
string<uuid>

The id of the membership.

Response

OK

invoiceItems
object[]