GET api/Common/GetListSupplierType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ObjectEnumOfSupplierTypeEnum
NameDescriptionTypeAdditional information
Description

string

None.

Value

integer

None.

Key

string

None.

Origin

SupplierTypeEnum

None.

Checked

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Description": "sample string 1",
    "Value": 2,
    "Key": "sample string 3",
    "Origin": 0,
    "Checked": true
  },
  {
    "Description": "sample string 1",
    "Value": 2,
    "Key": "sample string 3",
    "Origin": 0,
    "Checked": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfObjectEnumOfSupplierTypeEnum88ZCrbLl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Generics">
  <ObjectEnumOfSupplierTypeEnum88ZCrbLl>
    <Checked>true</Checked>
    <Description>sample string 1</Description>
    <Key>sample string 3</Key>
    <Origin>NHA_CUNG_CAP</Origin>
    <Value>2</Value>
  </ObjectEnumOfSupplierTypeEnum88ZCrbLl>
  <ObjectEnumOfSupplierTypeEnum88ZCrbLl>
    <Checked>true</Checked>
    <Description>sample string 1</Description>
    <Key>sample string 3</Key>
    <Origin>NHA_CUNG_CAP</Origin>
    <Value>2</Value>
  </ObjectEnumOfSupplierTypeEnum88ZCrbLl>
</ArrayOfObjectEnumOfSupplierTypeEnum88ZCrbLl>