TransferProfiles
Queryable, Introduced in version 22.1
GET https://localhost:8001/sv/001.1/api/v1/Common/TransferProfiles
Represents a transfer profile.
GUID
8034FC32-051D-4CC8-990E-B3DF876E7561
Required permission
Show transfer profile
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the transfer profile. |
|
Number | Int64 | The number of the transfer profile.
|
|
Description | String | The description of the transfer profile. |
|
Usages | Int32 | The usages type of the transfer profile.
|
|
TargetRole | Int32 | The role of the transfer profile.
|
Introduced in version 23.2 |
IsVerified | Boolean | Specifies if this transfer profile is verified. |
Introduced in version 23.2 |
IsActive | Boolean | Specifies if this transfer profile is active. |
Introduced in version 23.2 |
ConnectionProfileId | Int64 | The business key identifier of the transfer profile's connection profile.
|
Introduced in version 23.2 |
RemoteWarehouseId | Int64 | The business key identifier of the transfer profile's remote warehouse.
|
Introduced in version 23.2 |
OrderTransferSettingsId | Int64 | The business key identifier of the transfer profile's order transfer setting.
|
Introduced in version 23.2 |
SupplierId | Int64? | The business key identifier of the transfer profile's supplier.
|
Introduced in version 23.2 |
CustomerCode | String | The customer code of the transfer profile.
|
Introduced in version 23.2 |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"Usages": 0,
"TargetRole": 0,
"IsVerified": false,
"IsActive": false,
"ConnectionProfileId": 0,
"RemoteWarehouseId": 0,
"OrderTransferSettingsId": 0,
"SupplierId": null,
"CustomerCode": null
}