API

Rental APIs

GET rental/contracts/{rentalContractId}

Get rental contract details

HTTP method GET
URI https://api.rambase.net/rental/contracts/{rentalContractId}
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 200
API resource identifier 5758, version 32

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.
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$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. 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
<RentalContract>
2
     <RentalContractId
RentalContractId

Rental contract identifier

>
{Integer}</RentalContractId>
3
     <Status
Status

Rental contract status

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <Name
Name

Short description for the rental contract

>
{String}</Name>
6
     <Description
Description

Detailed description for the recurring rental contract

>
{String}</Description>
7
     <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
8
     <CustomersReference
CustomersReference

Customers reference. Typically a person.

>
{String}</CustomersReference>
9
     <CustomersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

>
{String}</CustomersReferenceNumber>
10
     <RentalType
RentalType

Type of contract: Subscription, Rent-to-Rent, Rent-to-Purchase, Customer owned, Re-rent

Possible domain values can be found here

>
{Integer}</RentalType>
11
     <InvoiceFrequency
InvoiceFrequency

Sets frequency at which invoice can be issued.

Possible domain values can be found here

>
{Integer}</InvoiceFrequency>
12
     <CreateAccountAdjustmentPlan
CreateAccountAdjustmentPlan

The control bit of a mechanism of automatic creation of periods adustments

>
{Boolean}</CreateAccountAdjustmentPlan>
13
     <BaseDate
BaseDate

A date from which invoices will start to be generated from

>
{Date}</BaseDate>
14
     <IsAutomaticallyIssued
IsAutomaticallyIssued

"True" if invoices in this rental contract should be released automatically

>
{Boolean}</IsAutomaticallyIssued>
15
     <ShippingAddressAttention
ShippingAddressAttention

Attention of the shipping address. When changing shipping address, the ShippingAddressAttention will be overridden by the attention of the new shipping address.

>
{String}</ShippingAddressAttention>
16
     <ShippingAddressPhone
ShippingAddressPhone

Phone number of the shipping address. When changing shipping address, the ShippingAddressPhone will be overridden by the phone number of the new shipping address.

>
{String}</ShippingAddressPhone>
17
     <ShippingAddressEmail
ShippingAddressEmail

Email address of the shipping address. When changing shipping address, the ShippingAddressEmail will be overridden by the email of the new shipping address.

>
{String}</ShippingAddressEmail>
18
     <InvoiceAddressAttention
InvoiceAddressAttention

Attention of the invoice address. When changing invoice address, the InvoiceAddressAttention will be overridden by the attention of the new invoice address.

>
{String}</InvoiceAddressAttention>
19
     <DefaultCheckOutLocation
DefaultCheckOutLocation

A default check-out location for rental items

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

>
20
          <LocationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

>
{Integer}</LocationId>
21
          <ShortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

>
{String}</ShortName>
22
          <LocationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

>
{Integer}</LocationLink>
23
     </DefaultCheckOutLocation>
24
     <DefaultCheckInLocation
DefaultCheckInLocation

A default check-in location for rental items

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

>
25
          <LocationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

>
{Integer}</LocationId>
26
          <ShortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

>
{String}</ShortName>
27
          <LocationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

>
{Integer}</LocationLink>
28
     </DefaultCheckInLocation>
29
     <AdvanceInvoicing>
30
          <IsInvoicedInAdvance
IsInvoicedInAdvance

True if rental contract is invoiced in advance

>
{Boolean}</IsInvoicedInAdvance>
31
          <BaseDateAdvanceDays
BaseDateAdvanceDays

Number of days to advance invoicing from base date

>
{Integer}</BaseDateAdvanceDays>
32
     </AdvanceInvoicing>
33
     <Period>
34
          <EffectiveDate
EffectiveDate

Start date for the recurring contract

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

End date of the recurring contract

>
{Date}</ExpirationDate>
36
          <RegistrationDate
RegistrationDate

The date of registration of the contract

>
{Date}</RegistrationDate>
37
          <TerminationDate
TerminationDate

The date of termination of the contract

>
{Date}</TerminationDate>
38
          <ClosingDate
ClosingDate

The date after the final invoicing, and all logistics handled. The contract is sealed and cannot be changed

>
{Date}</ClosingDate>
39
     </Period>
40
     <Customer>
41
          <CustomerId
CustomerId

Customer identifier

>
{Integer}</CustomerId>
42
          <Name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

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

Secondary name of a company or firstname of a person

>
{String}</FirstName>
44
          <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
45
     </Customer>
46
     <InvoiceAddress>
47
          <AddressId
AddressId

Reference to customer's invoice address

>
{Integer}</AddressId>
48
          <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>
49
          <FirstName
FirstName

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

>
{String}</FirstName>
50
          <AddressLine1
AddressLine1

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

>
{String}</AddressLink>
58
     </InvoiceAddress>
59
     <ShippingAddress>
60
          <AddressId
AddressId

Reference to customer's shipping address

>
{Integer}</AddressId>
61
          <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>
62
          <FirstName
FirstName

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

>
{String}</FirstName>
63
          <AddressLine1
AddressLine1

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

>
{String}</Country>
70
          <ExternalReference
ExternalReference

External address identifier. Normally defined by the customer.

>
{String}</ExternalReference>
71
          <AddressLink
AddressLink

Address reference

>
{String}</AddressLink>
72
     </ShippingAddress>
73
     <Responsible
Responsible

PID reference of sales assistant for the contract

>
74
          <UserId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

>
{String}</UserLink>
78
     </Responsible>
79
     <Assignee
Assignee

PID reference of sales assistant for the contract

>
80
          <UserId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

>
{String}</UserLink>
84
     </Assignee>
85
     <AccountManager
AccountManager

PID reference of sales assistant for the contract

>
86
          <UserId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

>
{String}</UserLink>
90
     </AccountManager>
91
     <Payment>
92
          <PaymentTerms
PaymentTerms

Payment terms for rental contract

Possible domain values can be found here

>
{String}</PaymentTerms>
93
     </Payment>
94
     <VATDetails>
95
          <VATHandling
VATHandling

Specifies how value added tax (VAT) should be calculated. Either always include VAT, always exclude VAT or use standard/default VAT rules.

Possible domain values can be found here

>
{String}</VATHandling>
96
     </VATDetails>
97
     <Location>
98
          <LocationId
LocationId

Location identifier

>
{Integer}</LocationId>
99
          <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
100
          <Address>
101
               <CountryCode
CountryCode

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

>
{String}</CountryCode>
102
          </Address>
103
          <LocationLink
LocationLink

Location reference

>
{String}</LocationLink>
104
     </Location>
105
     <Shipment>
106
          <DeliveryTerms
DeliveryTerms

Delivery terms when shipping the goods. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce). The delivery terms is by default retrieved from the customer.

Possible domain values can be found here

>
{String}</DeliveryTerms>
107
          <DeliveryTermPlace
DeliveryTermPlace

Named place related to delivery terms (Incoterms)

>
{String}</DeliveryTermPlace>
108
          <ShippingService>
109
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

>
{Integer}</ShippingServiceId>
110
               <Name
Name

Name of shipping service

>
{String}</Name>
111
               <Carrier>
112
                    <CarrierId
CarrierId

Carrier identifier

>
{Integer}</CarrierId>
113
                    <Name
Name

Name of carrier

This field is greyed out because it is an expandable field. You have to add $expand=Shipment.ShippingService.Carrier.Name in your request URI to get this field

>
{String}</Name>
114
                    <CarrierLink
CarrierLink

Carrier reference

>
{String}</CarrierLink>
115
               </Carrier>
116
               <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
117
          </ShippingService>
118
     </Shipment>
119
     <Totals>
120
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Total amount estimated per rental contract

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

Accumulated value of total discount

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

Accumulated sum of total amounts after the discounts

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

Accumulated value of accrued amounts

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

Accumulated value of invoiced amounts

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

Accumulated value of forecasted amounts

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

Accumulated value of earned revenue of all contract items

>
{Decimal}</EarnedRevenue>
128
          <CountOfQuotes
CountOfQuotes

Count of items in stage quote

>
{Integer}</CountOfQuotes>
129
     </Totals>
130
     <TotalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
131
          <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Total amount estimated per rental contract

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of total discount

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated sum of total amounts after the discounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of accrued amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of invoiced amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of forecasted amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of earned revenue of all contract items

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</EarnedRevenue>
139
     </TotalsConverted>
140
</RentalContract>
1
{
2
     "rentalContract": {
3
          "rentalContractId
RentalContractId

Rental contract identifier

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

Rental contract status

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
6
          "name
Name

Short description for the rental contract

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

Detailed description for the recurring rental contract

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

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
9
          "customersReference
CustomersReference

Customers reference. Typically a person.

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

Customers reference number. E.g. the internal sales order id the customer use in their own system.

":
"{String}",
11
          "rentalType
RentalType

Type of contract: Subscription, Rent-to-Rent, Rent-to-Purchase, Customer owned, Re-rent

Possible domain values can be found here

":
"{Integer}",
12
          "invoiceFrequency
InvoiceFrequency

Sets frequency at which invoice can be issued.

Possible domain values can be found here

":
"{Integer}",
13
          "createAccountAdjustmentPlan
CreateAccountAdjustmentPlan

The control bit of a mechanism of automatic creation of periods adustments

":
"{Boolean}",
14
          "baseDate
BaseDate

A date from which invoices will start to be generated from

":
"{Date}",
15
          "isAutomaticallyIssued
IsAutomaticallyIssued

"True" if invoices in this rental contract should be released automatically

":
"{Boolean}",
16
          "shippingAddressAttention
ShippingAddressAttention

Attention of the shipping address. When changing shipping address, the ShippingAddressAttention will be overridden by the attention of the new shipping address.

":
"{String}",
17
          "shippingAddressPhone
ShippingAddressPhone

Phone number of the shipping address. When changing shipping address, the ShippingAddressPhone will be overridden by the phone number of the new shipping address.

":
"{String}",
18
          "shippingAddressEmail
ShippingAddressEmail

Email address of the shipping address. When changing shipping address, the ShippingAddressEmail will be overridden by the email of the new shipping address.

":
"{String}",
19
          "invoiceAddressAttention
InvoiceAddressAttention

Attention of the invoice address. When changing invoice address, the InvoiceAddressAttention will be overridden by the attention of the new invoice address.

":
"{String}",
20
          "defaultCheckOutLocation
DefaultCheckOutLocation

A default check-out location for rental items

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

":
{
21
               "locationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

":
"{Integer}",
22
               "shortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

":
"{String}",
23
               "locationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckOutLocation in your request URI to get this field

":
"{Integer}"
24
          },
25
          "defaultCheckInLocation
DefaultCheckInLocation

A default check-in location for rental items

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

":
{
26
               "locationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

":
"{Integer}",
27
               "shortName
ShortName

Unique abbreviation/short name of the location

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

":
"{String}",
28
               "locationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=DefaultCheckInLocation in your request URI to get this field

":
"{Integer}"
29
          },
30
          "advanceInvoicing": {
31
               "isInvoicedInAdvance
IsInvoicedInAdvance

True if rental contract is invoiced in advance

":
"{Boolean}",
32
               "baseDateAdvanceDays
BaseDateAdvanceDays

Number of days to advance invoicing from base date

":
"{Integer}"
33
          },
34
          "period": {
35
               "effectiveDate
EffectiveDate

Start date for the recurring contract

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

End date of the recurring contract

":
"{Date}",
37
               "registrationDate
RegistrationDate

The date of registration of the contract

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

The date of termination of the contract

":
"{Date}",
39
               "closingDate
ClosingDate

The date after the final invoicing, and all logistics handled. The contract is sealed and cannot be changed

":
"{Date}"
40
          },
41
          "customer": {
42
               "customerId
CustomerId

Customer identifier

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

Name of customer (name of company or surname/familyname/lastname of a person)

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

Secondary name of a company or firstname of a person

":
"{String}",
45
               "customerLink
CustomerLink

Customer reference

":
"{String}"
46
          },
47
          "invoiceAddress": {
48
               "addressId
AddressId

Reference to customer's invoice address

":
"{Integer}",
49
               "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}",
50
               "firstName
FirstName

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

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

":
"{String}"
59
          },
60
          "shippingAddress": {
61
               "addressId
AddressId

Reference to customer's shipping address

":
"{Integer}",
62
               "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}",
63
               "firstName
FirstName

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

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

":
"{String}",
71
               "externalReference
ExternalReference

External address identifier. Normally defined by the customer.

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

Address reference

":
"{String}"
73
          },
74
          "responsible
Responsible

PID reference of sales assistant for the contract

":
{
75
               "userId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

":
"{String}"
79
          },
80
          "assignee
Assignee

PID reference of sales assistant for the contract

":
{
81
               "userId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

":
"{String}"
85
          },
86
          "accountManager
AccountManager

PID reference of sales assistant for the contract

":
{
87
               "userId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

":
"{String}"
91
          },
92
          "payment": {
93
               "paymentTerms
PaymentTerms

Payment terms for rental contract

Possible domain values can be found here

":
"{String}"
94
          },
95
          "vATDetails": {
96
               "vATHandling
VATHandling

Specifies how value added tax (VAT) should be calculated. Either always include VAT, always exclude VAT or use standard/default VAT rules.

Possible domain values can be found here

":
"{String}"
97
          },
98
          "location": {
99
               "locationId
LocationId

Location identifier

":
"{Integer}",
100
               "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}",
101
               "address": {
102
                    "countryCode
CountryCode

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

":
"{String}"
103
               },
104
               "locationLink
LocationLink

Location reference

":
"{String}"
105
          },
106
          "shipment": {
107
               "deliveryTerms
DeliveryTerms

Delivery terms when shipping the goods. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce). The delivery terms is by default retrieved from the customer.

Possible domain values can be found here

":
"{String}",
108
               "deliveryTermPlace
DeliveryTermPlace

Named place related to delivery terms (Incoterms)

":
"{String}",
109
               "shippingService": {
110
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

":
"{String}",
112
                    "carrier": {
113
                         "carrierId
CarrierId

Carrier identifier

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

Name of carrier

This field is greyed out because it is an expandable field. You have to add $expand=Shipment.ShippingService.Carrier.Name in your request URI to get this field

":
"{String}",
115
                         "carrierLink
CarrierLink

Carrier reference

":
"{String}"
116
                    },
117
                    "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}"
118
               }
119
          },
120
          "totals": {
121
               "currency
Currency

Three character code following the ISO 4217 standard

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

Total amount estimated per rental contract

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

Accumulated value of total discount

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

Accumulated sum of total amounts after the discounts

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

Accumulated value of accrued amounts

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

Accumulated value of invoiced amounts

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

Accumulated value of forecasted amounts

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

Accumulated value of earned revenue of all contract items

":
"{Decimal}",
129
               "countOfQuotes
CountOfQuotes

Count of items in stage quote

":
"{Integer}"
130
          },
131
          "totalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
{
132
               "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Total amount estimated per rental contract

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of total discount

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated sum of total amounts after the discounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of accrued amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of invoiced amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of forecasted amounts

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

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

Accumulated value of earned revenue of all contract items

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}"
140
          }
141
     }
142
}

Possible error codes the response might return:

Error 100051 HTTP 400 When logged in as supplier {0} you do not have access to this API resource
Error 100055 HTTP 403 You have only admittance to your own objects
Error 100001 HTTP 404 Address not found