OrderTransferSettings
Queryable, Introduced in version 23.2
GET https://localhost:8001/sv/001.1/api/v1/Common/OrderTransferSettings
Represents an order transfer setting.
GUID
902041A1-6942-4E25-BB86-11F888B783D5
Required permission
Show setting
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the setting. |
|
ManufacturingCompanyPartIdentityTypeCode | String | The manufacturing company part identity type code of the setting.
|
|
ManufacturingCompanyUsePartOtherIdentities | Boolean | Specifies if the manufacturing company use part other identities. |
|
ManufacturingCompanyOrderOrderTypeCode | String | The manufacturing company orders order type code.
|
Example
{
"Id": 0,
"ManufacturingCompanyPartIdentityTypeCode": null,
"ManufacturingCompanyUsePartOtherIdentities": false,
"ManufacturingCompanyOrderOrderTypeCode": null
}