Show / Hide Table of Contents

    ShippingTemplates

    Queryable, Introduced in version 23.1

    GET https://localhost:8001/sv/001.1/api/v1/Sales/ShippingTemplates
    

    Represents a shipping service.

    GUID

    41B5651B-9391-426B-A17C-E52E02DB1EA0
    

    Required permission

    Show shipment
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the shipping template.
    ShippingTemplateName String The name of the shipping template.

    • Not nullable
    • Max length is 30
    ShippingTemplateCode String The human readable identifier of the shipping template.

    • Not nullable
    • Max length is 35
    ExportPickupAddress Boolean Indicates if the shipping template export pickup address.
    ExportDeliveryAddress Boolean Indicates if the shipping template export delivery address.
    ConsignorId String The consignor id of the shipping template.

    • Max length is 30
    PickupId String The pickup id of the shipping template.

    • Max length is 30
    SupplierId Int64? The business key identifier of the shipping templates supplier.

    • References Suppliers

    Example

    {
      "Id": 0,
      "ShippingTemplateName": null,
      "ShippingTemplateCode": null,
      "ExportPickupAddress": false,
      "ExportDeliveryAddress": false,
      "ConsignorId": null,
      "PickupId": null,
      "SupplierId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB