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.
|
|
Name | String | The name of the reseller.
|
|
Provision | Decimal | The reseller provision in percent. |
Example
{
"Id": 0,
"Code": 0,
"Name": null,
"Provision": 0.0
}