Show / Hide Table of Contents

    Resellers

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/Resellers
    

    Represents a reseller.

    GUID

    7018AEC2-A878-4285-92AC-8F1BDED87DE3
    

    Required permission

    Show customer
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the reseller.
    Code Int64 The reseller code.

    • Unique
    Name String The name of the reseller.

    • Max length is 80
    • Not nullable
    Provision Decimal The reseller provision in percent.

    Example

    {
      "Id": 0,
      "Code": 0,
      "Name": null,
      "Provision": 0.0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB