API

Procurement APIs

POST procurement/suppliers

Creates a new supplier

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

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

Format:
1
<Supplier>
2
     <Name
Name

Required/mandatory field

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

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

Firstname/givenname if the supplier is a person

This field is optional.

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

Preferred language for the supplier. Is used in prints, emails 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>
5
     <Phone
Phone

Main phone number of the supplier

This field is optional.

>
{String}</Phone>
6
     <Email
Email

Main email address to the supplier

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

>
{String}</InternalNote>
9
     <LegalEntityIdentifier
LegalEntityIdentifier

The suppliers unique enterprise/organization number.

This field is optional.

>
{String}</LegalEntityIdentifier>
10
     <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>
11
     <Currencies
Currencies

Currencies used by the supplier

This field is optional.

>
12
          <Currency
Currency

This field is optional.

>
13
               <CurrencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

>
{String}</CurrencyCode>
14
          </Currency>
15
     </Currencies>
16
     <Procurement
Procurement

This field is optional.

>
17
          <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>
18
          <ConfirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

Minimum value: 0

This field is optional.

>
{Integer}</ConfirmedDeliveryDateBuffer>
19
     </Procurement>
20
     <Shipment
Shipment

This field is optional.

>
21
          <SpecialHandling
SpecialHandling

Special handling for departing shipments (to this supplier)

This field is optional.

>
22
               <SpecialHandlingId
SpecialHandlingId

Special handling identifier

Minimum value: 100000

This field is optional.

>
{Integer}</SpecialHandlingId>
23
          </SpecialHandling>
24
     </Shipment>
25
     <Payment
Payment

This field is optional.

>
26
          <PaymentTerms
PaymentTerms

Default payment terms to use in new documents.

Applicable domain values can be found here

This field is optional.

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

Default payment method for the supplier

Applicable domain values can be found here

This field is optional.

>
{String}</PaymentMethod>
28
     </Payment>
29
</Supplier>
1
{
2
     "supplier": {
3
          "name
Name

Required/mandatory field

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

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

Firstname/givenname if the supplier is a person

This field is optional.

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

Preferred language for the supplier. Is used in prints, emails etc.

Applicable domain values can be found here

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

This field is optional.

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

Main phone number of the supplier

This field is optional.

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

Main email address to the supplier

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

":
"{String}",
10
          "legalEntityIdentifier
LegalEntityIdentifier

The suppliers unique enterprise/organization number.

This field is optional.

":
"{String}",
11
          "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}",
12
          "currencies
Currencies

Currencies used by the supplier

This field is optional.

":
[
13
               {
14
                    "currencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Applicable domain values can be found here

This field is optional.

":
"{String}"
15
               }
16
          ],
17
          "procurement
Procurement

This field is optional.

":
{
18
               "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}",
19
               "confirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

Minimum value: 0

This field is optional.

":
"{Integer}"
20
          },
21
          "shipment
Shipment

This field is optional.

":
{
22
               "specialHandling
SpecialHandling

Special handling for departing shipments (to this supplier)

This field is optional.

":
{
23
                    "specialHandlingId
SpecialHandlingId

Special handling identifier

Minimum value: 100000

This field is optional.

":
"{Integer}"
24
               }
25
          },
26
          "payment
Payment

This field is optional.

":
{
27
               "paymentTerms
PaymentTerms

Default payment terms to use in new documents.

Applicable domain values can be found here

This field is optional.

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

Default payment method for the supplier

Applicable domain values can be found here

This field is optional.

":
"{String}"
29
          }
30
     }
31
}

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
<Supplier>
2
     <SupplierId
SupplierId

RamBase supplier identifier

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

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

Possible domain values can be found here

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

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

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

Firstname/givenname if the supplier is a person

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

Preferred language for the supplier. Is used in prints, emails etc.

Possible domain values can be found here

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

Main phone number of the supplier

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

Main fax number of the supplier

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

Suppliers website/homepage/webpage

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

Main email address to the supplier

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

Classification of the supplier

Possible domain values can be found here

>
{String}</Classification>
12
     <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>
13
     <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>
14
     <Intercompany>
15
          <Code
Code

Intercompany database the supplier belongs to.

>
{String}</Code>
16
     </Intercompany>
17
     <ExternalReference
ExternalReference

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

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

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

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

Identify if a supplier is related business entity to the company

>
{Boolean}</IsRelatedBusinessEntity>
20
     <IsUsingCashMethodSettlement
IsUsingCashMethodSettlement

Identify if a supplier is using cash method for settlements

>
{Boolean}</IsUsingCashMethodSettlement>
21
     <LegalEntityIdentifier
LegalEntityIdentifier

The suppliers unique enterprise/organization number.

>
{String}</LegalEntityIdentifier>
22
     <UpdatedAt
UpdatedAt

Date and time of update

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

Date and time of creation

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

The user (employee or RamBase-server) that created the supplier

>
25
          <UserId
UserId

Employee identifier

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

Last name of employee

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

First name of employee

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

Employee reference

>
{String}</UserLink>
29
     </CreatedBy>
30
     <Currencies
Currencies

Currencies used by the supplier

>
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
     <Procurement>
36
          <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>
37
          <ConfirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

>
{Integer}</ConfirmedDeliveryDateBuffer>
38
     </Procurement>
39
     <Shipment>
40
          <DeliveryTerms
DeliveryTerms

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

Possible domain values can be found here

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

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

>
{String}</DeliveryTermPlace>
42
          <SpecialHandling
SpecialHandling

Special handling for departing shipments (to this supplier)

>
43
               <SpecialHandlingId
SpecialHandlingId

Special handling identifier

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

Special handling code reference

>
{String}</SpecialHandlingLink>
45
          </SpecialHandling>
46
          <ArrivingShippingService
ArrivingShippingService

Shipping service used for arriving shipments (from this supplier)

>
47
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

>
49
                    <CarrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

>
{String}</CarrierLink>
52
               </Name>
53
               <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
54
          </ArrivingShippingService>
55
          <DepartingShippingService
DepartingShippingService

Shipping services used for departing shipments (to this supplier)

>
56
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

>
58
                    <CarrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

>
{String}</CarrierLink>
61
               </Name>
62
          </DepartingShippingService>
63
          <StopAutomaticForwardOfImportedInvoices
StopAutomaticForwardOfImportedInvoices

True if automatic forwarding of ISI-documents to SIN (Supplier invoice) should be blocked

>
{Boolean}</StopAutomaticForwardOfImportedInvoices>
64
          <DefaultInvoiceAddress>
65
               <AddressId
AddressId

Address identifier

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

Attention note.

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Supplier address reference

>
{String}</AddressLink>
75
          </DefaultInvoiceAddress>
76
     </Shipment>
77
     <Accounting>
78
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Total balance for the supplier, without value added tax (VAT)

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

Total balance for the supplier, including value added tax (VAT)

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

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

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

Total amount of unpaid invoices which has passed due date

>
{Decimal}</OverdueAmount>
83
          <GeneralLedgerAccount>
84
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
86
          </GeneralLedgerAccount>
87
     </Accounting>
88
     <Payment>
89
          <PaymentTerms
PaymentTerms

Default payment terms to use in new documents.

Possible domain values can be found here

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

Default payment method for the supplier

Possible domain values can be found here

>
{String}</PaymentMethod>
91
          <BlockPayments
BlockPayments

Blocked payment of supplier

>
{Boolean}</BlockPayments>
92
          <CrossReference>
93
               <TotalBalance
TotalBalance

Sum of customer and cross referenced supplier balances

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

Sum of customer and cross referenced supplier overdued amounts

>
{Decimal}</TotalOverdueAmount>
95
               <Customer>
96
                    <CustomerId
CustomerId

Customer identifier

>
{Integer}</CustomerId>
97
                    <IsCompany
IsCompany

Indicator if a customer is private entity or a company

>
{Boolean}</IsCompany>
98
                    <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
99
               </Customer>
100
          </CrossReference>
101
          <MaximumLotRuns
MaximumLotRuns

Max runs for supplier auctions

>
{Integer}</MaximumLotRuns>
102
          <AddLotFee
AddLotFee

Boolean value, for if supplier fee amount is going to be added

>
{Boolean}</AddLotFee>
103
     </Payment>
104
</Supplier>
1
{
2
     "supplier": {
3
          "supplierId
SupplierId

RamBase supplier identifier

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

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

Possible domain values can be found here

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

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

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

Firstname/givenname if the supplier is a person

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

Preferred language for the supplier. Is used in prints, emails etc.

Possible domain values can be found here

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

Main phone number of the supplier

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

Main fax number of the supplier

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

Suppliers website/homepage/webpage

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

Main email address to the supplier

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

Classification of the supplier

Possible domain values can be found here

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

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

":
"{String}",
14
          "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}",
15
          "intercompany": {
16
               "code
Code

Intercompany database the supplier belongs to.

":
"{String}"
17
          },
18
          "externalReference
ExternalReference

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

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

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

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

Identify if a supplier is related business entity to the company

":
"{Boolean}",
21
          "isUsingCashMethodSettlement
IsUsingCashMethodSettlement

Identify if a supplier is using cash method for settlements

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

The suppliers unique enterprise/organization number.

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

Date and time of update

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

Date and time of creation

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

The user (employee or RamBase-server) that created the supplier

":
{
26
               "userId
UserId

Employee identifier

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

Last name of employee

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

First name of employee

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

Employee reference

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

Currencies used by the supplier

":
[
32
               {
33
                    "currencyCode
CurrencyCode

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}"
34
               }
35
          ],
36
          "procurement": {
37
               "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}",
38
               "confirmedDeliveryDateBuffer
ConfirmedDeliveryDateBuffer

If the confirmed delivery date is unreliable, you can specify a buffer in days to be added.

This buffer will be used when the requested delivery date for purchase orders is calculated.
This buffer will also be added to the confirmed delivery date when creating purchase order responses.

":
"{Integer}"
39
          },
40
          "shipment": {
41
               "deliveryTerms
DeliveryTerms

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

Possible domain values can be found here

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

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

":
"{String}",
43
               "specialHandling
SpecialHandling

Special handling for departing shipments (to this supplier)

":
{
44
                    "specialHandlingId
SpecialHandlingId

Special handling identifier

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

Special handling code reference

":
"{String}"
46
               },
47
               "arrivingShippingService
ArrivingShippingService

Shipping service used for arriving shipments (from this supplier)

":
{
48
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

":
{
50
                         "carrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

":
"{String}"
53
                    },
54
                    "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}"
55
               },
56
               "departingShippingService
DepartingShippingService

Shipping services used for departing shipments (to this supplier)

":
{
57
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

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

Name of shipping service

":
{
59
                         "carrierId
CarrierId

Carrier identifier

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

Name of carrier

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

Carrier reference

":
"{String}"
62
                    }
63
               },
64
               "stopAutomaticForwardOfImportedInvoices
StopAutomaticForwardOfImportedInvoices

True if automatic forwarding of ISI-documents to SIN (Supplier invoice) should be blocked

":
"{Boolean}",
65
               "defaultInvoiceAddress": {
66
                    "addressId
AddressId

Address identifier

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

Attention note.

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

First address line

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

Second address line

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

Postalcode/Postcode/ZIP

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

City/town/village

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

Region/province/state

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

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

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

English name of country.

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

Supplier address reference

":
"{String}"
76
               }
77
          },
78
          "accounting": {
79
               "currency
Currency

Three character code following the ISO 4217 standard

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

Total balance for the supplier, without value added tax (VAT)

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

Total balance for the supplier, including value added tax (VAT)

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

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

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

Total amount of unpaid invoices which has passed due date

":
"{Decimal}",
84
               "generalLedgerAccount": {
85
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

":
"{String}"
87
               }
88
          },
89
          "payment": {
90
               "paymentTerms
PaymentTerms

Default payment terms to use in new documents.

Possible domain values can be found here

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

Default payment method for the supplier

Possible domain values can be found here

":
"{String}",
92
               "blockPayments
BlockPayments

Blocked payment of supplier

":
"{Boolean}",
93
               "crossReference": {
94
                    "totalBalance
TotalBalance

Sum of customer and cross referenced supplier balances

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

Sum of customer and cross referenced supplier overdued amounts

":
"{Decimal}",
96
                    "customer": {
97
                         "customerId
CustomerId

Customer identifier

":
"{Integer}",
98
                         "isCompany
IsCompany

Indicator if a customer is private entity or a company

":
"{Boolean}",
99
                         "customerLink
CustomerLink

Customer reference

":
"{String}"
100
                    }
101
               },
102
               "maximumLotRuns
MaximumLotRuns

Max runs for supplier auctions

":
"{Integer}",
103
               "addLotFee
AddLotFee

Boolean value, for if supplier fee amount is going to be added

":
"{Boolean}"
104
          }
105
     }
106
}

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 102667 HTTP 404 Customer group not found
Error 100865 HTTP 404 Customer not found
Error 101958 HTTP 400 Recipient not found
Error 102061 HTTP 400 Contact Id is not valid for this supplier
Error 102060 HTTP 400 Supplier ID is not valid for this output condition
Error 100944 HTTP 400 Mismatch between post code and city