API

Sales APIs

GET sales/credit-notes/{salesCreditNoteId}/items

List of all items belonging to provided credit note.

HTTP method GET
URI https://api.rambase.net/sales/credit-notes/{salesCreditNoteId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {salesCreditNoteId} Sales credit note identifier
Integer, minimum 100000
Maximum page size ($top) 100
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 161, version 13

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
$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.
$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.
$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.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

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

CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier.
Discount Decimal The discount for the item.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person.
EndCustomerId Integer Customer identifier.
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ManufacturerId Integer Manufacturer identifier.
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductType String Type of product.
Quantity Decimal Quantity of the sales credit note item.
SalesCreditNoteItemId Integer Item-/line-number of the credit note.
Status Integer Status code of the the credit note item.

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

CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier
Discount Decimal The discount for the item.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person
EndCustomerId Integer Customer identifier
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ManufacturerId Integer Manufacturer identifier
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProductType String Type of product
Quantity Decimal Quantity of the sales credit note item
SalesCreditNoteItemId Integer Item-/line-number of the credit note
Status Integer Status code of the the credit note item

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
<SalesCreditNoteItems>
2
     <SalesCreditNoteItem>
3
          <SalesCreditNoteItemId
SalesCreditNoteItemId

Item-/line-number of the credit note

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

Status code of the the credit note item

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <CustomersReferenceNumber
CustomersReferenceNumber

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

>
{String}</CustomersReferenceNumber>
7
          <CustomersProductName
CustomersProductName

Customers internal name of the product. Retrieved from the product.

>
{String}</CustomersProductName>
8
          <ProductDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</ProductDescription>
9
          <DiscountPercent
DiscountPercent

The discount in percent for this item.

>
{Decimal}</DiscountPercent>
10
          <Quantity
Quantity

Quantity of the sales credit note item

>
{Decimal}</Quantity>
11
          <EndCustomer
EndCustomer

End customer

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

>
12
               <CustomerId
CustomerId

Customer identifier

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

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

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

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

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

Secondary name of a company or firstname of a person

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

>
{String}</FirstName>
15
               <VATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

>
{String}</VATRegistrationNumber>
16
               <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
17
          </EndCustomer>
18
          <Price>
19
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
20
               <Discount
Discount

The discount for the item.

>
{Decimal}</Discount>
21
               <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

>
{Decimal}</GrossPrice>
22
               <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
23
          </Price>
24
          <Totals>
25
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
26
               <GrossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

>
{Decimal}</GrossAmount>
27
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
28
          </Totals>
29
          <Product>
30
               <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
33
               <Manufacturer>
34
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
35
                    <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
36
               </Manufacturer>
37
          </Product>
38
          <Accounting
Accounting

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

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

>
39
               <GeneralLedgerAccount
GeneralLedgerAccount

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

>
40
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

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

General ledger account reference

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

>
{String}</GeneralLedgerAccountLink>
42
               </GeneralLedgerAccount>
43
               <Department
Department

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

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

>
44
                    <DepartmentId
DepartmentId

Department identifier

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

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

Finance department reference

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

>
{String}</DepartmentLink>
46
               </Department>
47
               <FinanceProject
FinanceProject

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

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

>
48
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

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

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

Finance project reference

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

>
{String}</FinanceProjectLink>
50
               </FinanceProject>
51
          </Accounting>
52
          <InitialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

>
53
               <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

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

>
{Integer}</SalesOrderItemId>
54
               <SalesOrder
SalesOrder

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

>
55
                    <SalesOrderId
SalesOrderId

Sales order identifier

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

>
{Integer}</SalesOrderId>
56
                    <RegistrationDate
RegistrationDate

Date of registration

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

>
{Date}</RegistrationDate>
57
                    <SalesOrderLink
SalesOrderLink

Sales order reference

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

>
{String}</SalesOrderLink>
58
               </SalesOrder>
59
               <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

>
{String}</SalesOrderItemLink>
60
          </InitialSalesOrderItem>
61
          <SalesCreditNoteItemLink
SalesCreditNoteItemLink

Sales credit note Item reference

>
{String}</SalesCreditNoteItemLink>
62
     </SalesCreditNoteItem>
63
     <Paging
Paging

Detailed paging information for this list.

>
64
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
65
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
66
          <Page
Page

Page index

>
{Integer}</Page>
67
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

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

>
{String}</FirstPageKey>
68
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
69
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

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

>
{String}</PreviousPageKey>
70
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
71
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

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

>
{String}</NextPageKey>
72
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
73
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

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

>
{String}</LastPageKey>
74
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
75
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
76
     </Paging>
77
</SalesCreditNoteItems>
1
{
2
     "salesCreditNoteItems": [
3
          {
4
               "salesCreditNoteItemId
SalesCreditNoteItemId

Item-/line-number of the credit note

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

Status code of the the credit note item

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
               "customersReferenceNumber
CustomersReferenceNumber

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

":
"{String}",
8
               "customersProductName
CustomersProductName

Customers internal name of the product. Retrieved from the product.

":
"{String}",
9
               "productDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
10
               "discountPercent
DiscountPercent

The discount in percent for this item.

":
"{Decimal}",
11
               "quantity
Quantity

Quantity of the sales credit note item

":
"{Decimal}",
12
               "endCustomer
EndCustomer

End customer

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

":
{
13
                    "customerId
CustomerId

Customer identifier

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

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

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

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

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

Secondary name of a company or firstname of a person

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

":
"{String}",
16
                    "vATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

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

Customer reference

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

":
"{String}"
18
               },
19
               "price": {
20
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
21
                    "discount
Discount

The discount for the item.

":
"{Decimal}",
22
                    "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

":
"{Decimal}",
23
                    "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
24
               },
25
               "totals": {
26
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
27
                    "grossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

":
"{Decimal}",
28
                    "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}"
29
               },
30
               "product": {
31
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
34
                    "manufacturer": {
35
                         "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
36
                         "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
37
                    }
38
               },
39
               "accounting
Accounting

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

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

":
{
40
                    "generalLedgerAccount
GeneralLedgerAccount

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

":
{
41
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

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

General ledger account reference

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

":
"{String}"
43
                    },
44
                    "department
Department

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

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

":
{
45
                         "departmentId
DepartmentId

Department identifier

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

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

Finance department reference

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

":
"{String}"
47
                    },
48
                    "financeProject
FinanceProject

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

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

":
{
49
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

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

Finance project reference

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

":
"{String}"
51
                    }
52
               },
53
               "initialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

":
{
54
                    "salesOrderItemId
SalesOrderItemId

Sales order item identifier

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

":
"{Integer}",
55
                    "salesOrder
SalesOrder

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

":
{
56
                         "salesOrderId
SalesOrderId

Sales order identifier

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

":
"{Integer}",
57
                         "registrationDate
RegistrationDate

Date of registration

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

":
"{Date}",
58
                         "salesOrderLink
SalesOrderLink

Sales order reference

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

":
"{String}"
59
                    },
60
                    "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

":
"{String}"
61
               },
62
               "salesCreditNoteItemLink
SalesCreditNoteItemLink

Sales credit note Item reference

":
"{String}"
63
          }
64
     ],
65
     "paging
Paging

Detailed paging information for this list.

":
{
66
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
67
          "position
Position

Position of the first element in the list

":
"{Integer}",
68
          "page
Page

Page index

":
"{Integer}",
69
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

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

":
"{String}",
70
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
71
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

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

":
"{String}",
72
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
73
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

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

":
"{String}",
74
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
75
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

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

":
"{String}",
76
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
77
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
78
     }
79
}

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