Skip to main content

services/suppliergroups/codes

Retrieves a compact list of supplier groups with their ID, name, description.

This method provides a compact list of groups and is not used for retrieval of full details or management thereof.

URL

(GET) /services/suppliergroups/codes
(POST) /services/suppliergroups/codes

PARAMETERS

The method has no parameters.

Use the POST variant for Auto-completion and pagination.

RESULTS

The result is a JSON array with one element per country:

vUnique group ID.int
tName of group.string
dynamicIndicates if the group is dynamic (true) or static (false).bool
task

The settings/tasks/codes for which the group is defined. Example: TR, RV, PROOF.

string
tasktThe task name such as "Translation", "Revision", etc.string


EXAMPLES

List of countries with 3 letter code and name.

CODE
 [
  {
    "v": 10,
    "t": "Preferred Translators",
    "dynamic": false,
    "task": "TR",
    "taskt": "Translation"
  },
  {
    "v": 15,
    "t": "Preferred Revisers",
    "dynamic": true,
    "task": "RV",
    "taskt": "Revision"
  },
  ...
]




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.