Skip to main content

list revenue records

GET 

/org/:orgId/partner/:partner/revenueRecord

list the revenue records for the given organization, product, entitlement, or buyer.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    partner stringrequired

    Possible values: [AWS, AZURE, GCP]

    Cloud Partner

Query Parameters

    productId string

    Filter revenue records by the given product ID

    entitlementId string

    Filter revenue records by the given entitlement ID

    buyerId string

    Filter revenue records by the given buyer ID

    startDate string

    start date (UTC) in YYYY-MM-DD format, default is 30 days before the endDate

    endDate string

    end date (UTC) in YYYY-MM-DD format, default is today

    limit integer

    List pagination size, default 1000, max value is 1000

    offset integer

    List pagination offset, default 0

Responses

OK

Schema

    nextOffset integer

    revenueRecords

    object[]

  • Array [

  • amount number

    The revenue amount for the revenue report

    buyerID string
    collectableAmount number

    The revenue amount that the seller/ISV can collect.

    currency string

    The currency of the revenue in ISO 4217 format, such as "USD".

    date date-time

    The date for the revenue report

    disburseAmount number
    disburseDate date-time
    entitlementID string
    id string

    info

    object

    awsRevenueRecords

    object[]

    For raw revenue records in AWS Marketplace

  • Array [

  • action string
    agreementID string
    amount number
    balanceImpacting integer
    bankTraceID string
    billingAddressID string
    brokerID string
    buyerID string
    currency string
    dataFeedProductID string
    disbursementBillingEventID string
    endUserAccountID string
    entitlementID string
    fromAccountID string
    id string

    insertDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    invoiceDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    invoiceID string
    offerID string
    organizationID string
    parentBillingEventID string

    paymentDueDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    productID string
    toAccountID string
    transactionReferenceID string
    transactionType string

    usagePeriodEndDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    usagePeriodStartDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

  • ]

  • azureRevenueRecords

    object[]

    For raw revenue records in Azure Marketplace

  • Array [

  • azureAssetID string
    azureBillingAccountID string
    azureCustomerID string
    azureOfferID string
    azurePlanID string
    billingModel string
    buyerID string
    earningUsd number
    entitlementID string

    estimatedPayoutMonth

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    offerID string
    organizationID string

    paymentSentDate

    object

    time string
    valid boolean

    Valid is true if Time is not NULL

    payoutStatus string
    productID string
    purchaseRecordID string
    revenueUsd number
    termEndDate string
    termStartDate string
  • ]

  • creditAmount number

    The credit amount used in the revenue record.

    disbursementNotificationSent boolean

    Whether the disbursement notification has been sent to the seller/ISV.

    gcpRevenueRecords

    object[]

    For raw revenue records in GCP Marketplace

  • Array [

  • abandoned number
    accountID string
    buyerID string
    charges number
    currency string
    dueVendor number
    entitlementID string
    googleEntity string
    insightAccountID string
    offerID string
    ordinal integer
    organizationID string
    paymentSchedule string
    paymentType string
    prepayCredits number
    productID string
    refundBalanceDeductedThisMonth number
    refundBalanceOutstanding number
    refundReason string
    released number
    reportDate string
    resource string
    sku string
    trialUse number
    unit string
    usage number
    usedBy string
    withheld number
  • ]

  • idSource string

    Source of the revenue record ID.

    resource string

    Resource name for the revenue record. Applicable only to GCP Marketplace.

    invoiceAmount number
    invoiceDate date-time
    organizationID string
    partner string
    paymentDueDate date-time
    productID string
    refundDisburseAmount number
    refundDisburseDate date-time
    refundInvoiceAmount number
    refundInvoiceDate date-time
    taxAmount number
  • ]

Loading...