ValidityTimes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Sales/ValidityTimes
Represents a validity time.
GUID
21001bbf-9c0a-4453-bf9d-fb9313a9bf8f
Required permission
Show terms
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the validity time. |
|
Number | Int64 | The human readable identifier of the validity time. |
|
IsDefault | Boolean | Specifies if the validity time is default. |
|
Days | Int32 | Specifies the validity time in days. |
|
Description | String | The translated description of the validity time.
|
|
CompanyIds | Int64[] | The business key identifiers of the companies that this entity is available for. |
Example
{
"Id": 0,
"Number": 0,
"IsDefault": false,
"Days": 0,
"Description": null,
"CompanyIds": null
}