SalesAgreementTypes
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesAgreementTypes
Represents an agreement type.
GUID
7E0ECC63-83B7-4604-893A-795B7B01112B
Required permission
Show agreement
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the agreement type. |
|
| PriceSetting | Int32 | The price setting of the agreement type.
|
|
| PriceListId | Int64? | The business key identifier of the agreement types price list.
|
|
| Number | Int64 | The number of the agreement type.
|
|
| Prefix | String | The prefix of the agreement type.
|
|
| Description | String | The translated description of the agreement type. |
|
| Priority | Int32 | The priority of the agreement type. |
|
| Visible | Boolean | Indicates if the agreement type should be visible. |
|
| IsPreset | Boolean | Indicates if the agreement type is preset. |
|
| CodingGroupId | Int64 | The business key identifier of the agreement types coding group.
|
|
| UpdateStatusAutomatically | Boolean | Indicates if the status of the agreement should be updated automatically. |
|
| InvoicingMethod | Int32 | The invoicing method of the agreement type.
|
|
| PlannedInvoiceDateOffset | Int32 | The planned invoice date offset in days of the agreement type. |
|
| ReleaseBasisAutomatically | Boolean | Indicates if the agreement basis should be released automatically. |
|
| UpwardAdjustmentTriggerType | Int32 | The trigger type for upward adjustments.
|
Introduced in version 25.8 |
| UpwardAdjustmentTriggerValue | Int32 | The trigger value for upward adjustments. |
Introduced in version 25.8 |
| AgreementValidFromSetting | Int32 | The valid from setting of the agreement type.
|
|
| RateTypeSetting | Int32 | The rate type setting of the agreement type.
|
Example
{
"Id": 0,
"PriceSetting": 0,
"PriceListId": null,
"Number": 0,
"Prefix": null,
"Description": null,
"Priority": 0,
"Visible": false,
"IsPreset": false,
"CodingGroupId": 0,
"UpdateStatusAutomatically": false,
"InvoicingMethod": 0,
"PlannedInvoiceDateOffset": 0,
"ReleaseBasisAutomatically": false,
"UpwardAdjustmentTriggerType": 0,
"UpwardAdjustmentTriggerValue": 0,
"AgreementValidFromSetting": 0,
"RateTypeSetting": 0
}