info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/DeliveryTerms
Description

Reads a list of delivery terms

Request

URI Parameters

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Es wird eine Liste von Lieferbedingungen zurückgeliefert.

Model: Collection of DeliveryTerm
Number
string
Database: [Number]

Name
string
Database: [Designation]

AdditionalInformation
string
Database: [Additive]

ShippingArticleNumber
string
Database: [ShippingItem]

ShippingCostCalculationFlag
string
Shipping cost calculation type database: [Shipping Calculation].

ShippingCostCalculationLabel
string
Nur lesen
Designation for shipment invoices

Response Formats
application/json
Example:
    [
  {
    "Number": "sample string 1",
    "Name": "sample string 2",
    "AdditionalInformation": "sample string 3",
    "ShippingArticleNumber": "sample string 4",
    "ShippingCostCalculationFlag": "sample string 5",
    "ShippingCostCalculationLabel": "sample string 6"
  },
  {
    "Number": "sample string 1",
    "Name": "sample string 2",
    "AdditionalInformation": "sample string 3",
    "ShippingArticleNumber": "sample string 4",
    "ShippingCostCalculationFlag": "sample string 5",
    "ShippingCostCalculationLabel": "sample string 6"
  }
]