API

Rental APIs

POST rental/contracts/{rentalContractId}/items

Append rental contract item

HTTP method POST
URI https://api.rambase.net/rental/contracts/{rentalContractId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {rentalContractId} Rental contract identifier
Integer, minimum 100000
Custom fields Custom fields supported
Successful HTTP status code 201
API resource identifier 5775, version 15

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
<RentalContractItem>
2
     <Quantity
Quantity

Required/mandatory field

Number of units ordered

Minimum value: 0

>
{Integer}</Quantity>
3
     <Period
Period

This field is optional.

>
4
          <EffectiveDate
EffectiveDate

Start date for the recurring contract item

This field is optional.

>
{Date}</EffectiveDate>
5
          <ExpirationDate
ExpirationDate

End date for the recurring contract item

This field is optional.

>
{Date}</ExpirationDate>
6
     </Period>
7
     <RecurringRate
RecurringRate

This field is optional.

>
8
          <RecurringRateId
RecurringRateId

Recurring rate identifier

Minimum value: 100000

This field is optional.

>
{Integer}</RecurringRateId>
9
     </RecurringRate>
10
     <Product
Product

This field is optional.

>
11
          <ProductId
ProductId

Product identifier

Minimum value: 10000

This field is optional.

>
{Integer}</ProductId>
12
     </Product>
13
</RentalContractItem>
1
{
2
     "rentalContractItem": {
3
          "quantity
Quantity

Required/mandatory field

Number of units ordered

Minimum value: 0

":
"{Integer}",
4
          "period
Period

This field is optional.

":
{
5
               "effectiveDate
EffectiveDate

Start date for the recurring contract item

This field is optional.

":
"{Date}",
6
               "expirationDate
ExpirationDate

End date for the recurring contract item

This field is optional.

":
"{Date}"
7
          },
8
          "recurringRate
RecurringRate

This field is optional.

":
{
9
               "recurringRateId
RecurringRateId

Recurring rate identifier

Minimum value: 100000

This field is optional.

":
"{Integer}"
10
          },
11
          "product
Product

This field is optional.

":
{
12
               "productId
ProductId

Product identifier

Minimum value: 10000

This field is optional.

":
"{Integer}"
13
          }
14
     }
15
}

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.

$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
$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.
$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]
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

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.

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

Format:
1
<RentalContractItem>
2
     <RentalContractItemId
RentalContractItemId

Rental contract item identifier

>
{Integer}</RentalContractItemId>
3
     <LineNumber
LineNumber

Line- or sequence number of the item

>
{Integer}</LineNumber>
4
     <CreatedAt
CreatedAt

Date of item creation

>
{Datetime}</CreatedAt>
5
     <RentalContractVersion>
6
          <RentalContractVersionId
RentalContractVersionId

Rental contract version identifier

>
{Integer}</RentalContractVersionId>
7
          <Version
Version

Rental contract item version

>
{Integer}</Version>
8
          <Revision
Revision

Rental contract item revision

>
9
               <UserId
UserId

User identifier

>
{Integer}</UserId>
10
               <Name
Name

Name of the user

>
{String}</Name>
11
               <FirstName
FirstName

First name of the user

>
{String}</FirstName>
12
               <UserLink
UserLink

User reference

>
{String}</UserLink>
13
          </Revision>
14
          <RentalContractVersionLink
RentalContractVersionLink

Rentlal contract version reference

>
{String}</RentalContractVersionLink>
15
     </RentalContractVersion>
16
     <RentalContractQuote>
17
          <RentalContractQuoteId
RentalContractQuoteId

Rental contract quote identifier

>
{Integer}</RentalContractQuoteId>
18
          <Name
Name

Quote name

>
{String}</Name>
19
     </RentalContractQuote>
20
     <IsActive
IsActive

Indicates whether version is active one

>
{Boolean}</IsActive>
21
     <Status
Status

Status with regard to the stage of the item

Possible domain values can be found here

>
{String}</Status>
22
     <Type
Type

Item type: 1- Subscription, 2 - Rental

Possible domain values can be found here

>
{Integer}</Type>
23
     <Note
Note

Note for contract item

>
{String}</Note>
24
     <InternalNote
InternalNote

Internal note for the contract item

>
{String}</InternalNote>
25
     <CustomersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

>
{String}</CustomersReferenceNumber>
26
     <InitialRentalContractItem>
27
          <RentalContractItemId
RentalContractItemId

Rental contract item identifier

>
{Integer}</RentalContractItemId>
28
     </InitialRentalContractItem>
29
     <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
30
     <RateChangeType
RateChangeType

Change type of recurring rate (FIXED, MANUAL, AUTO). Defines if and how the recurring rate can be updated.

Possible domain values can be found here

>
{Integer}</RateChangeType>
31
     <Customer>
32
          <CustomerId
CustomerId

Customer identifier

>
{Integer}</CustomerId>
33
          <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
34
     </Customer>
35
     <Product>
36
          <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
37
          <Name
Name

Name of the product

>
{String}</Name>
38
          <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
39
          <Description
Description

Description of the product

>
{String}</Description>
40
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
41
     </Product>
42
     <Quantity
Quantity

Number of units ordered

>
{Integer}</Quantity>
43
     <DiscountPercent
DiscountPercent

The discount in percent for this item.

>
{Decimal}</DiscountPercent>
44
     <RecurringRate>
45
          <RecurringRateId
RecurringRateId

Recurring rate identifier

>
{Integer}</RecurringRateId>
46
          <Status
Status

Status of recurring rate

Possible domain values can be found here

>
{String}</Status>
47
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
48
          <RateInterval
RateInterval

Interval of recurring rate

Possible domain values can be found here

>
{Integer}</RateInterval>
49
          <Type
Type

Type of recurring rate: 1 - Standard, 2 - Special

Possible domain values can be found here

>
{Integer}</Type>
50
          <NumberOfRateSteps
NumberOfRateSteps

Number of rate steps

>
{Integer}</NumberOfRateSteps>
51
          <RecurringRateLink
RecurringRateLink

Recurring rate reference

>
{String}</RecurringRateLink>
52
     </RecurringRate>
53
     <CurrentRateStep>
54
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
55
          <Rate
Rate

Value of step rate

>
{Decimal}</Rate>
56
     </CurrentRateStep>
57
     <Period>
58
          <EffectiveDate
EffectiveDate

Start date for the recurring contract item

>
{Date}</EffectiveDate>
59
          <ExpirationDate
ExpirationDate

End date for the recurring contract item

>
{Date}</ExpirationDate>
60
          <TerminationDate
TerminationDate

Termination date of item

>
{Date}</TerminationDate>
61
     </Period>
62
     <AverageRatePerDay
AverageRatePerDay

Average rate per day

>
63
          <AddressId
AddressId

Address identifier

>
{Integer}</AddressId>
64
          <Name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

>
{String}</Name>
65
          <Firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

>
{String}</Firstname>
66
          <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
67
          <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
68
          <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
69
          <City
City

City/town/village

>
{String}</City>
70
          <Region
Region

Region/province/state

>
{String}</Region>
71
          <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
72
          <Country
Country

English name of country.

>
{String}</Country>
73
          <AddressLink
AddressLink

Address reference

>
{String}</AddressLink>
74
          <ShippingServiceId
ShippingServiceId

Shipping service identifier

>
{Integer}</ShippingServiceId>
75
          <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
76
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
77
          <TotalAmount
TotalAmount

Total amount

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

Total discount

>
{Decimal}</DiscountAmount>
79
          <TotalNetAmount
TotalNetAmount

Total amount after discount

>
{Decimal}</TotalNetAmount>
80
          <AccruedRevenue
AccruedRevenue

Total accrued amount for contract item

>
{Decimal}</AccruedRevenue>
81
          <InvoicedAmount
InvoicedAmount

Invoiced amount for contract item

>
{Decimal}</InvoicedAmount>
82
          <ForecastedRevenue
ForecastedRevenue

Total forecasted revenue for contract item

>
{Decimal}</ForecastedRevenue>
83
          <EarnedRevenue
EarnedRevenue

Total earned revenue for contract item

>
{Decimal}</EarnedRevenue>
84
          <DeferredRevenue
DeferredRevenue

Total deferred revenue of rental contract item

>
{Decimal}</DeferredRevenue>
85
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
86
          <TotalAmount
TotalAmount

Total amount for contract item in company currency

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

Total discount in local currency

>
{Decimal}</DiscountAmount>
88
          <TotalNetAmount
TotalNetAmount

Total amount in local currency after the discount

>
{Decimal}</TotalNetAmount>
89
          <AccruedRevenue
AccruedRevenue

Total accrued revenue for contract item in company currency.

>
{Decimal}</AccruedRevenue>
90
          <InvoicedAmount
InvoicedAmount

Invoiced amount for contract item in company currency.

>
{Decimal}</InvoicedAmount>
91
          <ForecastedRevenue
ForecastedRevenue

Total forecasted revenue for contract item in company currency.

>
{Decimal}</ForecastedRevenue>
92
          <EarnedRevenue
EarnedRevenue

Total earned revenue in local currency

>
{Decimal}</EarnedRevenue>
93
          <DeferredRevenue
DeferredRevenue

Total deferred revenue for rental contract item in company currency.

>
{Decimal}</DeferredRevenue>
94
     </AverageRatePerDay>
95
     <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

>
96
          <VATCodeDefinition>
97
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
98
               <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
99
          </VATCodeDefinition>
100
          <GeneralLedgerAccount>
101
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
102
               <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
103
          </GeneralLedgerAccount>
104
          <Department
Department

The department related to the item. One of the system/fixed account dimensions.

>
105
               <DepartmentId
DepartmentId

Department identifier

>
{Integer}</DepartmentId>
106
               <DepartmentLink
DepartmentLink

Finance department reference

>
{String}</DepartmentLink>
107
          </Department>
108
          <FinanceProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

>
109
               <FinanceProjectId
FinanceProjectId

Finance project identifier

>
{Integer}</FinanceProjectId>
110
               <FinanceProjectLink
FinanceProjectLink

Finance project reference

>
{String}</FinanceProjectLink>
111
          </FinanceProject>
112
          <Asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

>
113
               <AssetId
AssetId

Asset identifier

>
{Integer}</AssetId>
114
               <AssetLink
AssetLink

Asset reference

>
{String}</AssetLink>
115
          </Asset>
116
          <Quantity
Quantity

Quantity change range from min to max

>
117
               <Min
Min

Minimum quantity

>
{Integer}</Min>
118
               <Max
Max

Maximum quantity

>
{Integer}</Max>
119
               <Current
Current

Rental calendar day quantity

>
{Integer}</Current>
120
               <NumberOfChanges
NumberOfChanges

Number of changes

>
{Integer}</NumberOfChanges>
121
          </Quantity>
122
          <RecurringRate>
123
               <NumberOfChanges
NumberOfChanges

Number of recurring rates used by rental contract item

>
{Integer}</NumberOfChanges>
124
               <CurrentRecurringRate>
125
                    <RecurringRateId
RecurringRateId

Recurring rate identifier

>
{Integer}</RecurringRateId>
126
                    <RecurringRateLink
RecurringRateLink

Recurring rate reference

>
{String}</RecurringRateLink>
127
               </CurrentRecurringRate>
128
          </RecurringRate>
129
          <DiscountPercentage>
130
               <Min
Min

Minimum discount per centage

>
{Decimal}</Min>
131
               <Max
Max

Maximum discount percentage

>
{Decimal}</Max>
132
               <Current
Current

Discount percent for calendar day

>
{Decimal}</Current>
133
               <NumberOfChanges
NumberOfChanges

Number of changes

>
{Integer}</NumberOfChanges>
134
          </DiscountPercentage>
135
     </Accounting>
136
</RentalContractItem>
1
{
2
     "rentalContractItem": {
3
          "rentalContractItemId
RentalContractItemId

Rental contract item identifier

":
"{Integer}",
4
          "lineNumber
LineNumber

Line- or sequence number of the item

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

Date of item creation

":
"{Datetime}",
6
          "rentalContractVersion": {
7
               "rentalContractVersionId
RentalContractVersionId

Rental contract version identifier

":
"{Integer}",
8
               "version
Version

Rental contract item version

":
"{Integer}",
9
               "revision
Revision

Rental contract item revision

":
{
10
                    "userId
UserId

User identifier

":
"{Integer}",
11
                    "name
Name

Name of the user

":
"{String}",
12
                    "firstName
FirstName

First name of the user

":
"{String}",
13
                    "userLink
UserLink

User reference

":
"{String}"
14
               },
15
               "rentalContractVersionLink
RentalContractVersionLink

Rentlal contract version reference

":
"{String}"
16
          },
17
          "rentalContractQuote": {
18
               "rentalContractQuoteId
RentalContractQuoteId

Rental contract quote identifier

":
"{Integer}",
19
               "name
Name

Quote name

":
"{String}"
20
          },
21
          "isActive
IsActive

Indicates whether version is active one

":
"{Boolean}",
22
          "status
Status

Status with regard to the stage of the item

Possible domain values can be found here

":
"{String}",
23
          "type
Type

Item type: 1- Subscription, 2 - Rental

Possible domain values can be found here

":
"{Integer}",
24
          "note
Note

Note for contract item

":
"{String}",
25
          "internalNote
InternalNote

Internal note for the contract item

":
"{String}",
26
          "customersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

":
"{String}",
27
          "initialRentalContractItem": {
28
               "rentalContractItemId
RentalContractItemId

Rental contract item identifier

":
"{Integer}"
29
          },
30
          "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}",
31
          "rateChangeType
RateChangeType

Change type of recurring rate (FIXED, MANUAL, AUTO). Defines if and how the recurring rate can be updated.

Possible domain values can be found here

":
"{Integer}",
32
          "customer": {
33
               "customerId
CustomerId

Customer identifier

":
"{Integer}",
34
               "customerLink
CustomerLink

Customer reference

":
"{String}"
35
          },
36
          "product": {
37
               "productId
ProductId

Product identifier

":
"{Integer}",
38
               "name
Name

Name of the product

":
"{String}",
39
               "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
40
               "description
Description

Description of the product

":
"{String}",
41
               "productLink
ProductLink

Product reference

":
"{String}"
42
          },
43
          "quantity
Quantity

Number of units ordered

":
"{Integer}",
44
          "discountPercent
DiscountPercent

The discount in percent for this item.

":
"{Decimal}",
45
          "recurringRate": {
46
               "recurringRateId
RecurringRateId

Recurring rate identifier

":
"{Integer}",
47
               "status
Status

Status of recurring rate

Possible domain values can be found here

":
"{String}",
48
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
49
               "rateInterval
RateInterval

Interval of recurring rate

Possible domain values can be found here

":
"{Integer}",
50
               "type
Type

Type of recurring rate: 1 - Standard, 2 - Special

Possible domain values can be found here

":
"{Integer}",
51
               "numberOfRateSteps
NumberOfRateSteps

Number of rate steps

":
"{Integer}",
52
               "recurringRateLink
RecurringRateLink

Recurring rate reference

":
"{String}"
53
          },
54
          "currentRateStep": {
55
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
56
               "rate
Rate

Value of step rate

":
"{Decimal}"
57
          },
58
          "period": {
59
               "effectiveDate
EffectiveDate

Start date for the recurring contract item

":
"{Date}",
60
               "expirationDate
ExpirationDate

End date for the recurring contract item

":
"{Date}",
61
               "terminationDate
TerminationDate

Termination date of item

":
"{Date}"
62
          },
63
          "averageRatePerDay
AverageRatePerDay

Average rate per day

":
{
64
               "addressId
AddressId

Address identifier

":
"{Integer}",
65
               "name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

":
"{String}",
66
               "firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

":
"{String}",
67
               "addressLine1
AddressLine1

First address line

":
"{String}",
68
               "addressLine2
AddressLine2

Second address line

":
"{String}",
69
               "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
70
               "city
City

City/town/village

":
"{String}",
71
               "region
Region

Region/province/state

":
"{String}",
72
               "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
73
               "country
Country

English name of country.

":
"{String}",
74
               "addressLink
AddressLink

Address reference

":
"{String}",
75
               "shippingServiceId
ShippingServiceId

Shipping service identifier

":
"{Integer}",
76
               "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}",
77
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
78
               "totalAmount
TotalAmount

Total amount

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

Total discount

":
"{Decimal}",
80
               "totalNetAmount
TotalNetAmount

Total amount after discount

":
"{Decimal}",
81
               "accruedRevenue
AccruedRevenue

Total accrued amount for contract item

":
"{Decimal}",
82
               "invoicedAmount
InvoicedAmount

Invoiced amount for contract item

":
"{Decimal}",
83
               "forecastedRevenue
ForecastedRevenue

Total forecasted revenue for contract item

":
"{Decimal}",
84
               "earnedRevenue
EarnedRevenue

Total earned revenue for contract item

":
"{Decimal}",
85
               "deferredRevenue
DeferredRevenue

Total deferred revenue of rental contract item

":
"{Decimal}",
86
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
87
               "totalAmount
TotalAmount

Total amount for contract item in company currency

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

Total discount in local currency

":
"{Decimal}",
89
               "totalNetAmount
TotalNetAmount

Total amount in local currency after the discount

":
"{Decimal}",
90
               "accruedRevenue
AccruedRevenue

Total accrued revenue for contract item in company currency.

":
"{Decimal}",
91
               "invoicedAmount
InvoicedAmount

Invoiced amount for contract item in company currency.

":
"{Decimal}",
92
               "forecastedRevenue
ForecastedRevenue

Total forecasted revenue for contract item in company currency.

":
"{Decimal}",
93
               "earnedRevenue
EarnedRevenue

Total earned revenue in local currency

":
"{Decimal}",
94
               "deferredRevenue
DeferredRevenue

Total deferred revenue for rental contract item in company currency.

":
"{Decimal}"
95
          },
96
          "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

":
{
97
               "vATCodeDefinition": {
98
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}",
99
                    "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}"
100
               },
101
               "generalLedgerAccount": {
102
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
103
                    "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
104
               },
105
               "department
Department

The department related to the item. One of the system/fixed account dimensions.

":
{
106
                    "departmentId
DepartmentId

Department identifier

":
"{Integer}",
107
                    "departmentLink
DepartmentLink

Finance department reference

":
"{String}"
108
               },
109
               "financeProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

":
{
110
                    "financeProjectId
FinanceProjectId

Finance project identifier

":
"{Integer}",
111
                    "financeProjectLink
FinanceProjectLink

Finance project reference

":
"{String}"
112
               },
113
               "asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

":
{
114
                    "assetId
AssetId

Asset identifier

":
"{Integer}",
115
                    "assetLink
AssetLink

Asset reference

":
"{String}"
116
               },
117
               "quantity
Quantity

Quantity change range from min to max

":
{
118
                    "min
Min

Minimum quantity

":
"{Integer}",
119
                    "max
Max

Maximum quantity

":
"{Integer}",
120
                    "current
Current

Rental calendar day quantity

":
"{Integer}",
121
                    "numberOfChanges
NumberOfChanges

Number of changes

":
"{Integer}"
122
               },
123
               "recurringRate": {
124
                    "numberOfChanges
NumberOfChanges

Number of recurring rates used by rental contract item

":
"{Integer}",
125
                    "currentRecurringRate": {
126
                         "recurringRateId
RecurringRateId

Recurring rate identifier

":
"{Integer}",
127
                         "recurringRateLink
RecurringRateLink

Recurring rate reference

":
"{String}"
128
                    }
129
               },
130
               "discountPercentage": {
131
                    "min
Min

Minimum discount per centage

":
"{Decimal}",
132
                    "max
Max

Maximum discount percentage

":
"{Decimal}",
133
                    "current
Current

Discount percent for calendar day

":
"{Decimal}",
134
                    "numberOfChanges
NumberOfChanges

Number of changes

":
"{Integer}"
135
               }
136
          }
137
     }
138
}

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 105932 HTTP 400 From quantity should be greater than 0
Error 105969 HTTP 400 Start date is required
Error 105970 HTTP 400 End date is required
Error 108386 HTTP 400 Rental calendar already exists for selected item
Error 100345 HTTP 400 Location is required
Error 108514 HTTP 400 Invalid invoice frequency
Error 108635 HTTP 400 Effective date cannot be later then effective date of any contract item
Error 108421 HTTP 400 The effective date cannot be later than the expiration date
Error 108735 HTTP 400 Expiration date of a contract cannot be earlier then expiration date of any of its quotes
Error 108674 HTTP 400 Termination date cannot be earlier then the effective date
Error 108675 HTTP 400 Termination date cannot be later then the expiration date
Error 108672 HTTP 400 Closing date cannot be earlier then the effective date
Error 108673 HTTP 400 Closing date cannot be later then the expiration date
Error 104971 HTTP 400 The start date cannot be later than the end date
Error 108262 HTTP 404 Recurring rate not found
Error 108691 HTTP 400 Recurring rate is not active
Error 108018 HTTP 400 Currency mismatch
Error 108016 HTTP 400 Product id mismatch
Error 108824 HTTP 400 Cannot apply recurring rate as it is not valid for selected period
Error 108671 HTTP 400 The effective date cannot be changed because earlier days have already been invoiced
Error 108684 HTTP 400 The expiration date cannot be changed because later days have already been invoiced
Error 108677 HTTP 400 Expected delivery date cannot be earlier than the effective date
Error 108678 HTTP 400 Expected collection date cannot be earlier than the effective date
Error 108679 HTTP 400 Expected collection date cannot be earlier then expected delivery date
Error 108680 HTTP 400 Collection date cannot be earlier then the effective date
Error 108681 HTTP 400 Collection date cannot be earlier then the expected delivery date
Error 108683 HTTP 400 Termination date must be earlier then the expiration date