Show / Hide Table of Contents

    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.

    • Not nullable
    • Unique
    Description String The description of the transfer profile.
    Usages Int32 The usages type of the transfer profile.

    • None: 0
    • CustomerOrderTransfer: 1
    • PartSynchronization: 2
    • PartInformation: 4

    • Bitmask
    TargetRole Int32 The role of the transfer profile.

    • ManufacturingCompany: 0
    • SalesCompany: 1
    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.

    • References ConnectionProfiles
    Introduced in version 23.2
    RemoteWarehouseId Int64 The business key identifier of the transfer profile's remote warehouse.

    • References Warehouses
    Introduced in version 23.2
    OrderTransferSettingsId Int64 The business key identifier of the transfer profile's order transfer setting.

    • References OrderTransferSettings
    Introduced in version 23.2
    SupplierId Int64? The business key identifier of the transfer profile's supplier.

    • References Suppliers
    Introduced in version 23.2
    CustomerCode String The customer code of the transfer profile.

    • Max length is 10
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB