ResponseTimes
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Purchase/ResponseTimes
Represents a response time.
GUID
98c86b1e-1c6c-44d4-a137-4329af2226e7
Required permission
Show terms
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the response time. |
|
Days | Int32? | The days of the response time. |
|
Description | String | The description of the response time. |
|
Number | Int64 | The human readable identifier of the response time. |
|
IsDefault | Boolean | Specifies if the response time is default. |
Example
{
"Id": 0,
"Days": null,
"Description": null,
"Number": 0,
"IsDefault": false
}