API

Sales APIs

GET sales/recurring-invoice-plans/{recurringInvoicePlanId}/items/{itemId}/recurring-invoice-periods/{recurringInvoicePeriodId}

Recurring invoice period for provided indentifier

HTTP method GET
URI https://api.rambase.net/sales/recurring-invoice-plans/{recurringInvoicePlanId}/items/{itemId}/recurring-invoice-periods/{recurringInvoicePeriodId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {recurringInvoicePlanId} Recurring invoice plan identifier
Integer, minimum 100000
- URI parameter {itemId} Recurring invoice plan item identifier
Integer, minimum 1
- URI parameter {recurringInvoicePeriodId} Recurring invoice period identifier
Integer, minimum 100000
Successful HTTP status code 200
API resource identifier 4408, version 9

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<RecurringInvoicePeriod>
2
     <RecurringInvoicePeriodId
RecurringInvoicePeriodId

Recurring invoice period identifier

>
{Integer}</RecurringInvoicePeriodId>
3
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
4
     <Status
Status

Status of recurring invoice period

Possible domain values can be found here

>
{Integer}</Status>
5
     <BaseDate
BaseDate

Planned invoicing date (invoice period base date)

>
{Date}</BaseDate>
6
     <ExpectedUsage
ExpectedUsage

Expected usage (usage unit defined in referenced RPR)

>
{Decimal}</ExpectedUsage>
7
     <Totals>
8
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
9
          <OneTimeFeeAmount
OneTimeFeeAmount

Accumulated value of fee amounts (sum of one-time fees of active RPR)

>
{Decimal}</OneTimeFeeAmount>
10
          <RecurringAmount
RecurringAmount

Accumulated value of recurring amounts

>
{Decimal}</RecurringAmount>
11
          <UsageAmount
UsageAmount

Accumulated value of usage amounts (usage unit defined in referenced RPR)

>
{Decimal}</UsageAmount>
12
          <DiscountAmount
DiscountAmount

Accumulated value of discount amounts

>
{Decimal}</DiscountAmount>
13
          <TotalAmount
TotalAmount

Aggregated value of all amounts

>
{Decimal}</TotalAmount>
14
     </Totals>
15
     <SalesInvoice>
16
          <SalesInvoiceId
SalesInvoiceId

Sales invoice identifier

>
{Integer}</SalesInvoiceId>
17
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
18
          <IssueDate
IssueDate

Invoice date

>
{Date}</IssueDate>
19
          <Status
Status

Status of the sales invoice

Possible domain values can be found here

>
{Integer}</Status>
20
          <SalesInvoiceLink
SalesInvoiceLink

Sales invoice reference

>
{String}</SalesInvoiceLink>
21
     </SalesInvoice>
22
     <RecurringPrice>
23
          <RecurringPriceId
RecurringPriceId

Recurring price indentifier

>
{Integer}</RecurringPriceId>
24
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
25
          <PriceInterval
PriceInterval

Interval of recurring price

Possible domain values can be found here

>
{Integer}</PriceInterval>
26
          <HasOneTimeFee
HasOneTimeFee

Boolean indicating if the recurring price has a one-time fee.

>
{Boolean}</HasOneTimeFee>
27
          <HasUsageStep
HasUsageStep

Boolean indicating if the recurring price has any usage steps.

>
{Boolean}</HasUsageStep>
28
          <RecurringPriceLink
RecurringPriceLink

Recurring price reference

>
{String}</RecurringPriceLink>
29
     </RecurringPrice>
30
     <CurrentPriceStep>
31
          <Price
Price

Value of a price step

>
{Decimal}</Price>
32
     </CurrentPriceStep>
33
     <Period>
34
          <StartDate
StartDate

Start date of an invoice period.

>
{Date}</StartDate>
35
          <EndDate
EndDate

End date of an invoice period

>
{Date}</EndDate>
36
     </Period>
37
</RecurringInvoicePeriod>
1
{
2
     "recurringInvoicePeriod": {
3
          "recurringInvoicePeriodId
RecurringInvoicePeriodId

Recurring invoice period identifier

":
"{Integer}",
4
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
5
          "status
Status

Status of recurring invoice period

Possible domain values can be found here

":
"{Integer}",
6
          "baseDate
BaseDate

Planned invoicing date (invoice period base date)

":
"{Date}",
7
          "expectedUsage
ExpectedUsage

Expected usage (usage unit defined in referenced RPR)

":
"{Decimal}",
8
          "totals": {
9
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
10
               "oneTimeFeeAmount
OneTimeFeeAmount

Accumulated value of fee amounts (sum of one-time fees of active RPR)

":
"{Decimal}",
11
               "recurringAmount
RecurringAmount

Accumulated value of recurring amounts

":
"{Decimal}",
12
               "usageAmount
UsageAmount

Accumulated value of usage amounts (usage unit defined in referenced RPR)

":
"{Decimal}",
13
               "discountAmount
DiscountAmount

Accumulated value of discount amounts

":
"{Decimal}",
14
               "totalAmount
TotalAmount

Aggregated value of all amounts

":
"{Decimal}"
15
          },
16
          "salesInvoice": {
17
               "salesInvoiceId
SalesInvoiceId

Sales invoice identifier

":
"{Integer}",
18
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
19
               "issueDate
IssueDate

Invoice date

":
"{Date}",
20
               "status
Status

Status of the sales invoice

Possible domain values can be found here

":
"{Integer}",
21
               "salesInvoiceLink
SalesInvoiceLink

Sales invoice reference

":
"{String}"
22
          },
23
          "recurringPrice": {
24
               "recurringPriceId
RecurringPriceId

Recurring price indentifier

":
"{Integer}",
25
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
26
               "priceInterval
PriceInterval

Interval of recurring price

Possible domain values can be found here

":
"{Integer}",
27
               "hasOneTimeFee
HasOneTimeFee

Boolean indicating if the recurring price has a one-time fee.

":
"{Boolean}",
28
               "hasUsageStep
HasUsageStep

Boolean indicating if the recurring price has any usage steps.

":
"{Boolean}",
29
               "recurringPriceLink
RecurringPriceLink

Recurring price reference

":
"{String}"
30
          },
31
          "currentPriceStep": {
32
               "price
Price

Value of a price step

":
"{Decimal}"
33
          },
34
          "period": {
35
               "startDate
StartDate

Start date of an invoice period.

":
"{Date}",
36
               "endDate
EndDate

End date of an invoice period

":
"{Date}"
37
          }
38
     }
39
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 102738 HTTP 404 Price list not found
Error 100055 HTTP 403 You have only admittance to your own objects
Error 105970 HTTP 400 End date is required