API

RamBase REST APIs

POST sales/customers

Creates a new customer

HTTP method POST
URI https://api.rambase.net/sales/customers
Supported formats Xml, Html, Json (ex. $format=json)
Custom fields Custom fields supported
Successful HTTP status code 201
API resource identifier 1820, version 21

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
<Customer>
2
     <Name
Name

Required/mandatory field

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

>
{String}</Name>
3
     <IsCompany
IsCompany

Indicator if a customer is private entity or a company

Default value: False

This field is optional.

>
{Boolean}</IsCompany>
4
     <FirstName
FirstName

Secondary name of a company or firstname of a person

This field is optional.

>
{String}</FirstName>
5
     <PreferredLanguage
PreferredLanguage

Preferred language for the customer. Is used in prints etc.

Applicable domain values can be found here

Input must match the following regular expression pattern: ^[a-z]{3}$

This field is optional.

>
{String}</PreferredLanguage>
6
     <Website
Website

Customers website/homepage/webpage

This field is optional.

>
{String}</Website>
7
     <Phone
Phone

Customers main phone number

This field is optional.

>
{String}</Phone>
8
     <Fax
Fax

Customers main fax number

This field is optional.

>
{String}</Fax>
9
     <Email
Email

Customers main email

Input must match the following regular expression pattern: ^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$

This field is optional.

>
{String}</Email>
10
     <ExternalReference
ExternalReference

External customer reference/identifier. Can be used in external systems.

This field is optional.

>
{String}</ExternalReference>
11
     <InternalNote
InternalNote

Internal note/notice of the customer. Should not be visible to the customer.

This field is optional.

>
{String}</InternalNote>
12
     <IsRelatedBusinessEntity
IsRelatedBusinessEntity

Identify if a customer is related business entity to the company

Default value: False

This field is optional.

>
{Boolean}</IsRelatedBusinessEntity>
13
     <LegalEntityIdentifier
LegalEntityIdentifier

The customers unique enterprise/organization number.

This field is optional.

>
{String}</LegalEntityIdentifier>
14
     <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 optional.

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

Currencies used by the customer

This field is optional.

>
16
          <Currency
Currency

This field is optional.

>
17
               <CurrencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

>
{String}</CurrencyCode>
18
          </Currency>
19
     </Currencies>
20
     <Sales
Sales

This field is optional.

>
21
          <SalesDistrict
SalesDistrict

A geographic district for which an individual salesperson or sales team holds responsibility

Applicable domain values can be found here

This field is optional.

>
{String}</SalesDistrict>
22
          <Sector
Sector

The sector the customer belongs to.

Applicable domain values can be found here

This field is optional.

>
{String}</Sector>
23
          <MarketSegment
MarketSegment

Market segment of the customer

Applicable domain values can be found here

This field is optional.

>
{String}</MarketSegment>
24
          <MinimumGrossMargin
MinimumGrossMargin

The minimum gross margin in percent for the customer

Minimum value: 0

Maximum value: 99

This field is optional.

>
{Decimal}</MinimumGrossMargin>
25
          <VATHandling
VATHandling

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

Applicable domain values can be found here

This field is optional.

>
{String}</VATHandling>
26
          <WarrantyPeriod
WarrantyPeriod

Agreement of default warranty period in months

Minimum value: 0

This field is optional.

>
{Integer}</WarrantyPeriod>
27
          <FeeAmount
FeeAmount

This is an amount, in the companies local currency, that by default will be added as fee when a sales order is created for this customer.

Minimum value: 0

This field is optional.

>
{Decimal}</FeeAmount>
28
          <VolumePriceAgreement
VolumePriceAgreement

Special price agreement related to the quantity beeing ordered.

Applicable domain values can be found here

This field is optional.

>
{String}</VolumePriceAgreement>
29
          <ExchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Applicable domain values can be found here

This field is optional.

>
{String}</ExchangeRateFluctuationAgreement>
30
          <SalesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

This field is optional.

>
31
               <EmployeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

>
{Integer}</EmployeeId>
32
          </SalesAssistant>
33
          <AccountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

This field is optional.

>
34
               <EmployeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

>
{Integer}</EmployeeId>
35
          </AccountManager>
36
     </Sales>
37
     <Shipment
Shipment

This field is optional.

>
38
          <OnlyShipEntireSalesOrders
OnlyShipEntireSalesOrders

True if all items of a sales order should be shipped together. The items of a sales order should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

This field is optional.

>
{Boolean}</OnlyShipEntireSalesOrders>
39
          <OnlyShipEntireSalesOrderItems
OnlyShipEntireSalesOrderItems

True if the total quantity of a sales order item always should be shipped together. The quantity should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

This field is optional.

>
{Boolean}</OnlyShipEntireSalesOrderItems>
40
          <ShipBasedOnConfirmedDeliveryDate
ShipBasedOnConfirmedDeliveryDate

If true, will sheduled shipping date on each item be calculated based on confirmed date rather than requested date.

This field is optional.

>
{Boolean}</ShipBasedOnConfirmedDeliveryDate>
41
          <FreightForEachShipment
FreightForEachShipment

If unchecked there will only be calculated freight on one shipping advice if the particular sales order has serveral shipments.

Default value: False

This field is optional.

>
{Boolean}</FreightForEachShipment>
42
          <ShippingDay
ShippingDay

Specifies when the goods should be shipped. This is used to calculate the scheduled shipping date for each item.

Applicable domain values can be found here

This field is optional.

>
{String}</ShippingDay>
43
          <ConsolidateShippingAdvices
ConsolidateShippingAdvices

If true, sales orders will be consolidated when creating shipping advices via the "Prepare for picking" process the . If false, each sales order will result in seperate shipping advice. The field to use when consolidating is specified in the ShippingAdviceConsolidationField.

This field is optional.

>
{Boolean}</ConsolidateShippingAdvices>
44
          <ShippingAdviceConsolidationField
ShippingAdviceConsolidationField

Field to use when consolidating sales order items into shipping advices in the "Prepare for picking" process.

Applicable domain values can be found here

This field is optional.

>
{String}</ShippingAdviceConsolidationField>
45
          <ShippingAdviceItemSortBy
ShippingAdviceItemSortBy

Items in consolidated shipping advices will be sorted by this fields when they are created in the 'Prepare for picking' process

Applicable domain values can be found here

This field is optional.

>
{String}</ShippingAdviceItemSortBy>
46
          <RequireApprovalIfOverdue
RequireApprovalIfOverdue

True if shipments need approval if there are sales invoices with overdue amount. Default value is retireved from setting: DefaultCreateValueCUSFieldDUEAPPROVE

This field is optional.

>
{Boolean}</RequireApprovalIfOverdue>
47
          <SpecialHandling
SpecialHandling

This field is optional.

>
48
               <SpecialHandlingId
SpecialHandlingId

The special handling code used for this customer.

Minimum value: 0

This field is optional.

>
{Integer}</SpecialHandlingId>
49
          </SpecialHandling>
50
     </Shipment>
51
     <Invoicing
Invoicing

This field is optional.

>
52
          <InterestRate
InterestRate

Interest rate used for sales invoices past duedate

Minimum value: 0

Maximum value: 1000

This field is optional.

>
{Decimal}</InterestRate>
53
          <InterestFeeAmount
InterestFeeAmount

Fixed interest fee used for the customer.

Minimum value: 0

This field is optional.

>
{Decimal}</InterestFeeAmount>
54
          <SalesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Applicable domain values can be found here

This field is optional.

>
{String}</SalesInvoiceConsolidation>
55
          <SalesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Applicable domain values can be found here

This field is optional.

>
{String}</SalesInvoiceConsolidationField>
56
          <SalesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Applicable domain values can be found here

This field is optional.

>
{String}</SalesInvoiceItemSortBy>
57
          <SendReminders
SendReminders

Set to false if reminder are not be sent to this customer. Default value is retireved from setting: DefaultCreateValueCUSFieldREMINDER

This field is optional.

>
{Boolean}</SendReminders>
58
     </Invoicing>
59
     <Payment
Payment

This field is optional.

>
60
          <PaymentMethod
PaymentMethod

Default payment method for the customer

Applicable domain values can be found here

This field is optional.

>
{String}</PaymentMethod>
61
     </Payment>
62
     <Accounting
Accounting

This field is optional.

>
63
          <CreditLimit
CreditLimit

The maximum amount that the customer may charge on a credit card or borrow from a financial institution.

Minimum value: 0

This field is optional.

>
{Decimal}</CreditLimit>
64
          <CreditInsuranceAmount
CreditInsuranceAmount

Credit amount insured for the customer

Minimum value: 0

This field is optional.

>
{Decimal}</CreditInsuranceAmount>
65
          <CreditInsuranceCompany
CreditInsuranceCompany

Insurance company used by the customer for credit insurance

This field is optional.

>
{String}</CreditInsuranceCompany>
66
     </Accounting>
67
</Customer>
1
{
2
     "customer": {
3
          "name
Name

Required/mandatory field

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

":
"{String}",
4
          "isCompany
IsCompany

Indicator if a customer is private entity or a company

Default value: False

This field is optional.

":
"{Boolean}",
5
          "firstName
FirstName

Secondary name of a company or firstname of a person

This field is optional.

":
"{String}",
6
          "preferredLanguage
PreferredLanguage

Preferred language for the customer. Is used in prints etc.

Applicable domain values can be found here

Input must match the following regular expression pattern: ^[a-z]{3}$

This field is optional.

":
"{String}",
7
          "website
Website

Customers website/homepage/webpage

This field is optional.

":
"{String}",
8
          "phone
Phone

Customers main phone number

This field is optional.

":
"{String}",
9
          "fax
Fax

Customers main fax number

This field is optional.

":
"{String}",
10
          "email
Email

Customers main email

Input must match the following regular expression pattern: ^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$

This field is optional.

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

External customer reference/identifier. Can be used in external systems.

This field is optional.

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

Internal note/notice of the customer. Should not be visible to the customer.

This field is optional.

":
"{String}",
13
          "isRelatedBusinessEntity
IsRelatedBusinessEntity

Identify if a customer is related business entity to the company

Default value: False

This field is optional.

":
"{Boolean}",
14
          "legalEntityIdentifier
LegalEntityIdentifier

The customers unique enterprise/organization number.

This field is optional.

":
"{String}",
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 optional.

":
"{String}",
16
          "currencies
Currencies

Currencies used by the customer

This field is optional.

":
[
17
               {
18
                    "currencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

":
"{String}"
19
               }
20
          ],
21
          "sales
Sales

This field is optional.

":
{
22
               "salesDistrict
SalesDistrict

A geographic district for which an individual salesperson or sales team holds responsibility

Applicable domain values can be found here

This field is optional.

":
"{String}",
23
               "sector
Sector

The sector the customer belongs to.

Applicable domain values can be found here

This field is optional.

":
"{String}",
24
               "marketSegment
MarketSegment

Market segment of the customer

Applicable domain values can be found here

This field is optional.

":
"{String}",
25
               "minimumGrossMargin
MinimumGrossMargin

The minimum gross margin in percent for the customer

Minimum value: 0

Maximum value: 99

This field is optional.

":
"{Decimal}",
26
               "vATHandling
VATHandling

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

Applicable domain values can be found here

This field is optional.

":
"{String}",
27
               "warrantyPeriod
WarrantyPeriod

Agreement of default warranty period in months

Minimum value: 0

This field is optional.

":
"{Integer}",
28
               "feeAmount
FeeAmount

This is an amount, in the companies local currency, that by default will be added as fee when a sales order is created for this customer.

Minimum value: 0

This field is optional.

":
"{Decimal}",
29
               "volumePriceAgreement
VolumePriceAgreement

Special price agreement related to the quantity beeing ordered.

Applicable domain values can be found here

This field is optional.

":
"{String}",
30
               "exchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Applicable domain values can be found here

This field is optional.

":
"{String}",
31
               "salesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

This field is optional.

":
{
32
                    "employeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

":
"{Integer}"
33
               },
34
               "accountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

This field is optional.

":
{
35
                    "employeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

":
"{Integer}"
36
               }
37
          },
38
          "shipment
Shipment

This field is optional.

":
{
39
               "onlyShipEntireSalesOrders
OnlyShipEntireSalesOrders

True if all items of a sales order should be shipped together. The items of a sales order should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

This field is optional.

":
"{Boolean}",
40
               "onlyShipEntireSalesOrderItems
OnlyShipEntireSalesOrderItems

True if the total quantity of a sales order item always should be shipped together. The quantity should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

This field is optional.

":
"{Boolean}",
41
               "shipBasedOnConfirmedDeliveryDate
ShipBasedOnConfirmedDeliveryDate

If true, will sheduled shipping date on each item be calculated based on confirmed date rather than requested date.

This field is optional.

":
"{Boolean}",
42
               "freightForEachShipment
FreightForEachShipment

If unchecked there will only be calculated freight on one shipping advice if the particular sales order has serveral shipments.

Default value: False

This field is optional.

":
"{Boolean}",
43
               "shippingDay
ShippingDay

Specifies when the goods should be shipped. This is used to calculate the scheduled shipping date for each item.

Applicable domain values can be found here

This field is optional.

":
"{String}",
44
               "consolidateShippingAdvices
ConsolidateShippingAdvices

If true, sales orders will be consolidated when creating shipping advices via the "Prepare for picking" process the . If false, each sales order will result in seperate shipping advice. The field to use when consolidating is specified in the ShippingAdviceConsolidationField.

This field is optional.

":
"{Boolean}",
45
               "shippingAdviceConsolidationField
ShippingAdviceConsolidationField

Field to use when consolidating sales order items into shipping advices in the "Prepare for picking" process.

Applicable domain values can be found here

This field is optional.

":
"{String}",
46
               "shippingAdviceItemSortBy
ShippingAdviceItemSortBy

Items in consolidated shipping advices will be sorted by this fields when they are created in the 'Prepare for picking' process

Applicable domain values can be found here

This field is optional.

":
"{String}",
47
               "requireApprovalIfOverdue
RequireApprovalIfOverdue

True if shipments need approval if there are sales invoices with overdue amount. Default value is retireved from setting: DefaultCreateValueCUSFieldDUEAPPROVE

This field is optional.

":
"{Boolean}",
48
               "specialHandling
SpecialHandling

This field is optional.

":
{
49
                    "specialHandlingId
SpecialHandlingId

The special handling code used for this customer.

Minimum value: 0

This field is optional.

":
"{Integer}"
50
               }
51
          },
52
          "invoicing
Invoicing

This field is optional.

":
{
53
               "interestRate
InterestRate

Interest rate used for sales invoices past duedate

Minimum value: 0

Maximum value: 1000

This field is optional.

":
"{Decimal}",
54
               "interestFeeAmount
InterestFeeAmount

Fixed interest fee used for the customer.

Minimum value: 0

This field is optional.

":
"{Decimal}",
55
               "salesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Applicable domain values can be found here

This field is optional.

":
"{String}",
56
               "salesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Applicable domain values can be found here

This field is optional.

":
"{String}",
57
               "salesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Applicable domain values can be found here

This field is optional.

":
"{String}",
58
               "sendReminders
SendReminders

Set to false if reminder are not be sent to this customer. Default value is retireved from setting: DefaultCreateValueCUSFieldREMINDER

This field is optional.

":
"{Boolean}"
59
          },
60
          "payment
Payment

This field is optional.

":
{
61
               "paymentMethod
PaymentMethod

Default payment method for the customer

Applicable domain values can be found here

This field is optional.

":
"{String}"
62
          },
63
          "accounting
Accounting

This field is optional.

":
{
64
               "creditLimit
CreditLimit

The maximum amount that the customer may charge on a credit card or borrow from a financial institution.

Minimum value: 0

This field is optional.

":
"{Decimal}",
65
               "creditInsuranceAmount
CreditInsuranceAmount

Credit amount insured for the customer

Minimum value: 0

This field is optional.

":
"{Decimal}",
66
               "creditInsuranceCompany
CreditInsuranceCompany

Insurance company used by the customer for credit insurance

This field is optional.

":
"{String}"
67
          }
68
     }
69
}

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
<Customer>
2
     <CustomerId
CustomerId

Customer identifier

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

Status of the customer. 1:New, 2:Pending internal approvement, 4:Active, 9:Obsolete

Possible domain values can be found here

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

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

>
{String}</Name>
5
     <IsCompany
IsCompany

Indicator if a customer is private entity or a company

>
{Boolean}</IsCompany>
6
     <FirstName
FirstName

Secondary name of a company or firstname of a person

>
{String}</FirstName>
7
     <PreferredLanguage
PreferredLanguage

Preferred language for the customer. Is used in prints etc.

Possible domain values can be found here

>
{String}</PreferredLanguage>
8
     <Website
Website

Customers website/homepage/webpage

>
{String}</Website>
9
     <Phone
Phone

Customers main phone number

>
{String}</Phone>
10
     <Fax
Fax

Customers main fax number

>
{String}</Fax>
11
     <Email
Email

Customers main email

>
{String}</Email>
12
     <ExternalReference
ExternalReference

External customer reference/identifier. Can be used in external systems.

>
{String}</ExternalReference>
13
     <InternalNote
InternalNote

Internal note/notice of the customer. Should not be visible to the customer.

>
{String}</InternalNote>
14
     <IsRelatedBusinessEntity
IsRelatedBusinessEntity

Identify if a customer is related business entity to the company

>
{Boolean}</IsRelatedBusinessEntity>
15
     <LegalEntityIdentifier
LegalEntityIdentifier

The customers unique enterprise/organization number.

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

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

>
{String}</VATRegistrationNumber>
17
     <EORINumber
EORINumber

An EORI (Economic Operator Registration and Identification number) number is required of any party intending to import into the EU or export from the EU.

>
{String}</EORINumber>
18
     <Classification
Classification

Classification of the customer

Possible domain values can be found here

>
{String}</Classification>
19
     <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
20
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
21
     <CreatedBy
CreatedBy

The employee (might be RamBase-server) that created the customer

>
22
          <UserId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

>
{String}</UserLink>
26
     </CreatedBy>
27
     <Intercompany>
28
          <Code
Code

Intercompany database the customer belongs to.

>
{String}</Code>
29
     </Intercompany>
30
     <Currencies
Currencies

Currencies used by the customer

>
31
          <Currency>
32
               <CurrencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</CurrencyCode>
33
          </Currency>
34
     </Currencies>
35
     <Sales>
36
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
37
          <BacklogAmount
BacklogAmount

Total amount of sales orders, excluding value added tax, that not yet has been fulfilled.

>
{Decimal}</BacklogAmount>
38
          <BacklogAmountIncludingVAT
BacklogAmountIncludingVAT

Total amount of sales orders, including value added tax, that not yet has been fulfilled

>
{Decimal}</BacklogAmountIncludingVAT>
39
          <SalesDistrict
SalesDistrict

A geographic district for which an individual salesperson or sales team holds responsibility

Possible domain values can be found here

>
{String}</SalesDistrict>
40
          <Sector
Sector

The sector the customer belongs to.

Possible domain values can be found here

>
{String}</Sector>
41
          <MarketSegment
MarketSegment

Market segment of the customer

Possible domain values can be found here

>
{String}</MarketSegment>
42
          <MinimumGrossMargin
MinimumGrossMargin

The minimum gross margin in percent for the customer

>
{Decimal}</MinimumGrossMargin>
43
          <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>
44
          <WarrantyPeriod
WarrantyPeriod

Agreement of default warranty period in months

>
{Integer}</WarrantyPeriod>
45
          <FeeAmount
FeeAmount

This is an amount, in the companies local currency, that by default will be added as fee when a sales order is created for this customer.

>
{Decimal}</FeeAmount>
46
          <VolumePriceAgreement
VolumePriceAgreement

Special price agreement related to the quantity beeing ordered.

Possible domain values can be found here

>
{String}</VolumePriceAgreement>
47
          <ExchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Possible domain values can be found here

>
{String}</ExchangeRateFluctuationAgreement>
48
          <BlockSalesOrderRegistration
BlockSalesOrderRegistration

True if sales orders for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to sales orders for this customer.

>
{Boolean}</BlockSalesOrderRegistration>
49
          <BlockSalesQuoteRegistration
BlockSalesQuoteRegistration

True if sales quotes for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to sales quotes for this customer.

>
{Boolean}</BlockSalesQuoteRegistration>
50
          <LatestSalesOrderDate
LatestSalesOrderDate

Date of latest sales order or sales order request registration.

>
{Date}</LatestSalesOrderDate>
51
          <PriceList>
52
               <PriceListId
PriceListId

Price list identifier

>
{Integer}</PriceListId>
53
               <Name
Name

Name of the price list

>
{String}</Name>
54
               <PriceListLink
PriceListLink

Price list reference

>
{String}</PriceListLink>
55
          </PriceList>
56
          <SalesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

>
57
               <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
58
               <LastName
LastName

Last name of employee

>
{String}</LastName>
59
               <FirstName
FirstName

First name of employee

>
{String}</FirstName>
60
               <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
61
          </SalesAssistant>
62
          <AccountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

>
63
               <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
64
               <LastName
LastName

Last name of employee

>
{String}</LastName>
65
               <FirstName
FirstName

First name of employee

>
{String}</FirstName>
66
               <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
67
          </AccountManager>
68
          <CustomerLegalEntityId
CustomerLegalEntityId

Customer legal entity identifier

>
{Integer}</CustomerLegalEntityId>
69
          <CustomerLegalEntityLink
CustomerLegalEntityLink

Reference to customer legal entity

>
{String}</CustomerLegalEntityLink>
70
     </Sales>
71
     <Shipment>
72
          <DeliveryTerms
DeliveryTerms

Default delivery terms for the customer. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

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

Named place related to delivery terms (Incoterms)

>
{String}</DeliveryTermPlace>
74
          <OnlyShipEntireSalesOrders
OnlyShipEntireSalesOrders

True if all items of a sales order should be shipped together. The items of a sales order should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

>
{Boolean}</OnlyShipEntireSalesOrders>
75
          <OnlyShipEntireSalesOrderItems
OnlyShipEntireSalesOrderItems

True if the total quantity of a sales order item always should be shipped together. The quantity should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

>
{Boolean}</OnlyShipEntireSalesOrderItems>
76
          <AvoidMultipleShipmentsOnSameDate
AvoidMultipleShipmentsOnSameDate

True if all items of a sales order with the same sheduled delivery date should be shipped together. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

>
{Boolean}</AvoidMultipleShipmentsOnSameDate>
77
          <ShipBasedOnConfirmedDeliveryDate
ShipBasedOnConfirmedDeliveryDate

If true, will sheduled shipping date on each item be calculated based on confirmed date rather than requested date.

>
{Boolean}</ShipBasedOnConfirmedDeliveryDate>
78
          <FreightForEachShipment
FreightForEachShipment

If unchecked there will only be calculated freight on one shipping advice if the particular sales order has serveral shipments.

>
{Boolean}</FreightForEachShipment>
79
          <ShippingDay
ShippingDay

Specifies when the goods should be shipped. This is used to calculate the scheduled shipping date for each item.

Possible domain values can be found here

>
{String}</ShippingDay>
80
          <ConsolidateShippingAdvices
ConsolidateShippingAdvices

If true, sales orders will be consolidated when creating shipping advices via the "Prepare for picking" process the . If false, each sales order will result in seperate shipping advice. The field to use when consolidating is specified in the ShippingAdviceConsolidationField.

>
{Boolean}</ConsolidateShippingAdvices>
81
          <ShippingAdviceConsolidationField
ShippingAdviceConsolidationField

Field to use when consolidating sales order items into shipping advices in the "Prepare for picking" process.

Possible domain values can be found here

>
{String}</ShippingAdviceConsolidationField>
82
          <ShippingAdviceItemSortBy
ShippingAdviceItemSortBy

Items in consolidated shipping advices will be sorted by this fields when they are created in the 'Prepare for picking' process

Possible domain values can be found here

>
{String}</ShippingAdviceItemSortBy>
83
          <RequireApprovalIfOverdue
RequireApprovalIfOverdue

True if shipments need approval if there are sales invoices with overdue amount. Default value is retireved from setting: DefaultCreateValueCUSFieldDUEAPPROVE

>
{Boolean}</RequireApprovalIfOverdue>
84
          <BlockShipping
BlockShipping

True if shipping advices for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to shipping advices for this customer.

>
{Boolean}</BlockShipping>
85
          <SpecialHandling>
86
               <SpecialHandlingId
SpecialHandlingId

The special handling code used for this customer.

>
{Integer}</SpecialHandlingId>
87
               <SpecialHandlingLink
SpecialHandlingLink

The special handling code used for this customer.

>
{String}</SpecialHandlingLink>
88
          </SpecialHandling>
89
          <ShippingService>
90
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

>
92
                    <CarrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

>
{String}</CarrierLink>
95
               </Name>
96
               <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
97
               <AddressId
AddressId

Address identifier

>
{Integer}</AddressId>
98
               <Attention
Attention

Attention note.

>
{String}</Attention>
99
               <AddressLine1
AddressLine1

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

>
{String}</AddressLink>
107
          </ShippingService>
108
     </Shipment>
109
     <Invoicing>
110
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
111
          <InterestRate
InterestRate

Interest rate used for sales invoices past duedate

>
{Decimal}</InterestRate>
112
          <InterestFeeAmount
InterestFeeAmount

Fixed interest fee used for the customer.

>
{Decimal}</InterestFeeAmount>
113
          <SalesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Possible domain values can be found here

>
{String}</SalesInvoiceConsolidation>
114
          <SalesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Possible domain values can be found here

>
{String}</SalesInvoiceConsolidationField>
115
          <SalesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Possible domain values can be found here

>
{String}</SalesInvoiceItemSortBy>
116
          <SendReminders
SendReminders

Set to false if reminder are not be sent to this customer. Default value is retireved from setting: DefaultCreateValueCUSFieldREMINDER

>
{Boolean}</SendReminders>
117
          <LatestSalesInvoiceDate
LatestSalesInvoiceDate

Date last sales invoice was registered.

>
{Date}</LatestSalesInvoiceDate>
118
          <SendToFactoring
SendToFactoring

Identify which customer, invoices ands credit notes, will be send to factoring

>
119
               <AddressId
AddressId

Address identifier

>
{Integer}</AddressId>
120
               <Attention
Attention

Attention note.

>
{String}</Attention>
121
               <AddressLine1
AddressLine1

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

>
{String}</AddressLink>
129
          </SendToFactoring>
130
     </Invoicing>
131
     <Payment>
132
          <PaymentTerms
PaymentTerms

Default payment terms to use in new documents.

Possible domain values can be found here

>
{String}</PaymentTerms>
133
          <PaymentMethod
PaymentMethod

Default payment method for the customer

Possible domain values can be found here

>
{String}</PaymentMethod>
134
          <LatestPaymentDate
LatestPaymentDate

Date last payment was registered

>
{Date}</LatestPaymentDate>
135
     </Payment>
136
     <Accounting>
137
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
138
          <Balance
Balance

Total balance for the customer, without value added tax

>
{Decimal}</Balance>
139
          <BalanceIncludingVAT
BalanceIncludingVAT

Total balance for the customer. Positive amount indicates how much the customer owes. Negative amount indicates that the customer has a credit balance.

>
{Decimal}</BalanceIncludingVAT>
140
          <BillingYTDAmount
BillingYTDAmount

Total amount of invoices and credit notes that has been invoiced this year (to current date)

>
{Decimal}</BillingYTDAmount>
141
          <OverdueAmount
OverdueAmount

Total amount of unpaid invoices which has passed due date

>
{Decimal}</OverdueAmount>
142
          <CreditLimit
CreditLimit

The maximum amount that the customer may charge on a credit card or borrow from a financial institution.

>
{Decimal}</CreditLimit>
143
          <CreditInsuranceAmount
CreditInsuranceAmount

Credit amount insured for the customer

>
{Decimal}</CreditInsuranceAmount>
144
          <CreditInsuranceCompany
CreditInsuranceCompany

Insurance company used by the customer for credit insurance

>
{String}</CreditInsuranceCompany>
145
          <FeePercent
FeePercent

The commission paid by the customer when purchasing LOTs

>
{Decimal}</FeePercent>
146
          <LatestBidDate
LatestBidDate

Last date the customer placed a bid.

>
{Date}</LatestBidDate>
147
          <CrossReference>
148
               <Supplier
Supplier

Every customer in auction companies has a cross-reference to a supplier.

>
149
                    <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
150
                    <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
151
               </Supplier>
152
               <TotalBalance
TotalBalance

Sum of customer and cross referenced supplier balances

>
{Decimal}</TotalBalance>
153
               <TotalOverdueAmount
TotalOverdueAmount

Sum of customer and cross referenced supplier overdued amounts

>
{Decimal}</TotalOverdueAmount>
154
          </CrossReference>
155
          <SpecialHandling>
156
               <SpecialHandlingId
SpecialHandlingId

The special handling code used for service.

>
{Integer}</SpecialHandlingId>
157
               <SpecialHandlingLink
SpecialHandlingLink

The special handling code used for service.

>
{String}</SpecialHandlingLink>
158
          </SpecialHandling>
159
     </Accounting>
160
</Customer>
1
{
2
     "customer": {
3
          "customerId
CustomerId

Customer identifier

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

Status of the customer. 1:New, 2:Pending internal approvement, 4:Active, 9:Obsolete

Possible domain values can be found here

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

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

":
"{String}",
6
          "isCompany
IsCompany

Indicator if a customer is private entity or a company

":
"{Boolean}",
7
          "firstName
FirstName

Secondary name of a company or firstname of a person

":
"{String}",
8
          "preferredLanguage
PreferredLanguage

Preferred language for the customer. Is used in prints etc.

Possible domain values can be found here

":
"{String}",
9
          "website
Website

Customers website/homepage/webpage

":
"{String}",
10
          "phone
Phone

Customers main phone number

":
"{String}",
11
          "fax
Fax

Customers main fax number

":
"{String}",
12
          "email
Email

Customers main email

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

External customer reference/identifier. Can be used in external systems.

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

Internal note/notice of the customer. Should not be visible to the customer.

":
"{String}",
15
          "isRelatedBusinessEntity
IsRelatedBusinessEntity

Identify if a customer is related business entity to the company

":
"{Boolean}",
16
          "legalEntityIdentifier
LegalEntityIdentifier

The customers unique enterprise/organization number.

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

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

":
"{String}",
18
          "eORINumber
EORINumber

An EORI (Economic Operator Registration and Identification number) number is required of any party intending to import into the EU or export from the EU.

":
"{String}",
19
          "classification
Classification

Classification of the customer

Possible domain values can be found here

":
"{String}",
20
          "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
21
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
22
          "createdBy
CreatedBy

The employee (might be RamBase-server) that created the customer

":
{
23
               "userId
UserId

User identifier

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

Name of the user

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

First name of the user

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

User reference

":
"{String}"
27
          },
28
          "intercompany": {
29
               "code
Code

Intercompany database the customer belongs to.

":
"{String}"
30
          },
31
          "currencies
Currencies

Currencies used by the customer

":
[
32
               {
33
                    "currencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}"
34
               }
35
          ],
36
          "sales": {
37
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
38
               "backlogAmount
BacklogAmount

Total amount of sales orders, excluding value added tax, that not yet has been fulfilled.

":
"{Decimal}",
39
               "backlogAmountIncludingVAT
BacklogAmountIncludingVAT

Total amount of sales orders, including value added tax, that not yet has been fulfilled

":
"{Decimal}",
40
               "salesDistrict
SalesDistrict

A geographic district for which an individual salesperson or sales team holds responsibility

Possible domain values can be found here

":
"{String}",
41
               "sector
Sector

The sector the customer belongs to.

Possible domain values can be found here

":
"{String}",
42
               "marketSegment
MarketSegment

Market segment of the customer

Possible domain values can be found here

":
"{String}",
43
               "minimumGrossMargin
MinimumGrossMargin

The minimum gross margin in percent for the customer

":
"{Decimal}",
44
               "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}",
45
               "warrantyPeriod
WarrantyPeriod

Agreement of default warranty period in months

":
"{Integer}",
46
               "feeAmount
FeeAmount

This is an amount, in the companies local currency, that by default will be added as fee when a sales order is created for this customer.

":
"{Decimal}",
47
               "volumePriceAgreement
VolumePriceAgreement

Special price agreement related to the quantity beeing ordered.

Possible domain values can be found here

":
"{String}",
48
               "exchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Possible domain values can be found here

":
"{String}",
49
               "blockSalesOrderRegistration
BlockSalesOrderRegistration

True if sales orders for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to sales orders for this customer.

":
"{Boolean}",
50
               "blockSalesQuoteRegistration
BlockSalesQuoteRegistration

True if sales quotes for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to sales quotes for this customer.

":
"{Boolean}",
51
               "latestSalesOrderDate
LatestSalesOrderDate

Date of latest sales order or sales order request registration.

":
"{Date}",
52
               "priceList": {
53
                    "priceListId
PriceListId

Price list identifier

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

Name of the price list

":
"{String}",
55
                    "priceListLink
PriceListLink

Price list reference

":
"{String}"
56
               },
57
               "salesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

":
{
58
                    "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
59
                    "lastName
LastName

Last name of employee

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

First name of employee

":
"{String}",
61
                    "employeeLink
EmployeeLink

Employee reference

":
"{String}"
62
               },
63
               "accountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

":
{
64
                    "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
65
                    "lastName
LastName

Last name of employee

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

First name of employee

":
"{String}",
67
                    "employeeLink
EmployeeLink

Employee reference

":
"{String}"
68
               },
69
               "customerLegalEntityId
CustomerLegalEntityId

Customer legal entity identifier

":
"{Integer}",
70
               "customerLegalEntityLink
CustomerLegalEntityLink

Reference to customer legal entity

":
"{String}"
71
          },
72
          "shipment": {
73
               "deliveryTerms
DeliveryTerms

Default delivery terms for the customer. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

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

Named place related to delivery terms (Incoterms)

":
"{String}",
75
               "onlyShipEntireSalesOrders
OnlyShipEntireSalesOrders

True if all items of a sales order should be shipped together. The items of a sales order should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

":
"{Boolean}",
76
               "onlyShipEntireSalesOrderItems
OnlyShipEntireSalesOrderItems

True if the total quantity of a sales order item always should be shipped together. The quantity should never be split into several shipments. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

":
"{Boolean}",
77
               "avoidMultipleShipmentsOnSameDate
AvoidMultipleShipmentsOnSameDate

True if all items of a sales order with the same sheduled delivery date should be shipped together. If sales order is forwarded to shipping advice by bulk handling, this will be controlled by RamBase. Manually forward requires that the users controls this themselves.

":
"{Boolean}",
78
               "shipBasedOnConfirmedDeliveryDate
ShipBasedOnConfirmedDeliveryDate

If true, will sheduled shipping date on each item be calculated based on confirmed date rather than requested date.

":
"{Boolean}",
79
               "freightForEachShipment
FreightForEachShipment

If unchecked there will only be calculated freight on one shipping advice if the particular sales order has serveral shipments.

":
"{Boolean}",
80
               "shippingDay
ShippingDay

Specifies when the goods should be shipped. This is used to calculate the scheduled shipping date for each item.

Possible domain values can be found here

":
"{String}",
81
               "consolidateShippingAdvices
ConsolidateShippingAdvices

If true, sales orders will be consolidated when creating shipping advices via the "Prepare for picking" process the . If false, each sales order will result in seperate shipping advice. The field to use when consolidating is specified in the ShippingAdviceConsolidationField.

":
"{Boolean}",
82
               "shippingAdviceConsolidationField
ShippingAdviceConsolidationField

Field to use when consolidating sales order items into shipping advices in the "Prepare for picking" process.

Possible domain values can be found here

":
"{String}",
83
               "shippingAdviceItemSortBy
ShippingAdviceItemSortBy

Items in consolidated shipping advices will be sorted by this fields when they are created in the 'Prepare for picking' process

Possible domain values can be found here

":
"{String}",
84
               "requireApprovalIfOverdue
RequireApprovalIfOverdue

True if shipments need approval if there are sales invoices with overdue amount. Default value is retireved from setting: DefaultCreateValueCUSFieldDUEAPPROVE

":
"{Boolean}",
85
               "blockShipping
BlockShipping

True if shipping advices for this customer should be blocked/denied/rejected registration. A notification of type "Stop" will also be added to shipping advices for this customer.

":
"{Boolean}",
86
               "specialHandling": {
87
                    "specialHandlingId
SpecialHandlingId

The special handling code used for this customer.

":
"{Integer}",
88
                    "specialHandlingLink
SpecialHandlingLink

The special handling code used for this customer.

":
"{String}"
89
               },
90
               "shippingService": {
91
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

":
{
93
                         "carrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

":
"{String}"
96
                    },
97
                    "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}",
98
                    "addressId
AddressId

Address identifier

":
"{Integer}",
99
                    "attention
Attention

Attention note.

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

":
"{String}"
108
               }
109
          },
110
          "invoicing": {
111
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
112
               "interestRate
InterestRate

Interest rate used for sales invoices past duedate

":
"{Decimal}",
113
               "interestFeeAmount
InterestFeeAmount

Fixed interest fee used for the customer.

":
"{Decimal}",
114
               "salesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Possible domain values can be found here

":
"{String}",
115
               "salesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Possible domain values can be found here

":
"{String}",
116
               "salesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Possible domain values can be found here

":
"{String}",
117
               "sendReminders
SendReminders

Set to false if reminder are not be sent to this customer. Default value is retireved from setting: DefaultCreateValueCUSFieldREMINDER

":
"{Boolean}",
118
               "latestSalesInvoiceDate
LatestSalesInvoiceDate

Date last sales invoice was registered.

":
"{Date}",
119
               "sendToFactoring
SendToFactoring

Identify which customer, invoices ands credit notes, will be send to factoring

":
{
120
                    "addressId
AddressId

Address identifier

":
"{Integer}",
121
                    "attention
Attention

Attention note.

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Address reference

":
"{String}"
130
               }
131
          },
132
          "payment": {
133
               "paymentTerms
PaymentTerms

Default payment terms to use in new documents.

Possible domain values can be found here

":
"{String}",
134
               "paymentMethod
PaymentMethod

Default payment method for the customer

Possible domain values can be found here

":
"{String}",
135
               "latestPaymentDate
LatestPaymentDate

Date last payment was registered

":
"{Date}"
136
          },
137
          "accounting": {
138
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
139
               "balance
Balance

Total balance for the customer, without value added tax

":
"{Decimal}",
140
               "balanceIncludingVAT
BalanceIncludingVAT

Total balance for the customer. Positive amount indicates how much the customer owes. Negative amount indicates that the customer has a credit balance.

":
"{Decimal}",
141
               "billingYTDAmount
BillingYTDAmount

Total amount of invoices and credit notes that has been invoiced this year (to current date)

":
"{Decimal}",
142
               "overdueAmount
OverdueAmount

Total amount of unpaid invoices which has passed due date

":
"{Decimal}",
143
               "creditLimit
CreditLimit

The maximum amount that the customer may charge on a credit card or borrow from a financial institution.

":
"{Decimal}",
144
               "creditInsuranceAmount
CreditInsuranceAmount

Credit amount insured for the customer

":
"{Decimal}",
145
               "creditInsuranceCompany
CreditInsuranceCompany

Insurance company used by the customer for credit insurance

":
"{String}",
146
               "feePercent
FeePercent

The commission paid by the customer when purchasing LOTs

":
"{Decimal}",
147
               "latestBidDate
LatestBidDate

Last date the customer placed a bid.

":
"{Date}",
148
               "crossReference": {
149
                    "supplier
Supplier

Every customer in auction companies has a cross-reference to a supplier.

":
{
150
                         "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
151
                         "supplierLink
SupplierLink

Supplier reference

":
"{String}"
152
                    },
153
                    "totalBalance
TotalBalance

Sum of customer and cross referenced supplier balances

":
"{Decimal}",
154
                    "totalOverdueAmount
TotalOverdueAmount

Sum of customer and cross referenced supplier overdued amounts

":
"{Decimal}"
155
               },
156
               "specialHandling": {
157
                    "specialHandlingId
SpecialHandlingId

The special handling code used for service.

":
"{Integer}",
158
                    "specialHandlingLink
SpecialHandlingLink

The special handling code used for service.

":
"{String}"
159
               }
160
          }
161
     }
162
}

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 101015 HTTP 404 Permission not found
Error 101086 HTTP 400 Missing required argument {0} for description
Error 101087 HTTP 400 Description argument/result mismatch
Error 104177 HTTP 400 Output object definition is not active
Error 101965 HTTP 400 Contact is not valid for this customer
Error 101964 HTTP 400 Customer ID is not valid for this output condition
Error 100038 HTTP 400 Invalid language: {0}
Error 100200 HTTP 404 Special handling code not found
Error 102751 HTTP 400 Selected pricelist is not active
Error 102939 HTTP 400 Customer can not be blocked for orders before active bids are deleted