PartActivityTypes
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartActivityTypes
Represents an part activity type.
GUID
355FF5E8-D570-4D73-BEEE-753E1FF0B080
Required permission
Show basic data for part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part activity type. |
|
Code | Int64 | he human readable identifier of the activity type.
|
|
Description | String | The description of the activity type.
|
Example
{
"Id": 0,
"Code": 0,
"Description": null
}