POST api/IgelExtLinks/GetSupplierIds

Request Information

URI Parameters

None.

Body Parameters

Collection of IgelExtLink
NameDescriptionTypeAdditional information
Building

string

None.

IsMainBuilding

boolean

None.

Unit

string

None.

Contract

string

None.

Tenant

string

None.

Supplier

integer

None.

Position

integer

None.

Organisation

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Building": "sample string 1",
    "IsMainBuilding": true,
    "Unit": "sample string 3",
    "Contract": "sample string 4",
    "Tenant": "sample string 5",
    "Supplier": 6,
    "Position": 7,
    "Organisation": 8
  },
  {
    "Building": "sample string 1",
    "IsMainBuilding": true,
    "Unit": "sample string 3",
    "Contract": "sample string 4",
    "Tenant": "sample string 5",
    "Supplier": 6,
    "Position": 7,
    "Organisation": 8
  }
]

text/html

Sample:
[{"Building":"sample string 1","IsMainBuilding":true,"Unit":"sample string 3","Contract":"sample string 4","Tenant":"sample string 5","Supplier":6,"Position":7,"Organisation":8},{"Building":"sample string 1","IsMainBuilding":true,"Unit":"sample string 3","Contract":"sample string 4","Tenant":"sample string 5","Supplier":6,"Position":7,"Organisation":8}]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Der Typ "Portego.ErpService.Common.Models.ExtLink.BaseExtLink" kann nicht serialisiert werden. Kennzeichnen Sie ihn ggf. mit dem Attribut "DataContractAttribute", und kennzeichnen Sie alle zu serialisierenden Member des Typs mit dem Attribut "DataMemberAttribute". Wenn es sich bei dem Typ um eine Sammlung handelt, markieren Sie ihn ggf. mit dem CollectionDataContractAttribute. Weitere Informationen über andere unterstützten Typen finden Sie in der Microsoft .NET Framework-Dokumentation.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Der Typ "Portego.ErpService.Common.Models.ExtLink.BaseExtLink" kann nicht serialisiert werden. Kennzeichnen Sie ihn ggf. mit dem Attribut "DataContractAttribute", und kennzeichnen Sie alle zu serialisierenden Member des Typs mit dem Attribut "DataMemberAttribute". Wenn es sich bei dem Typ um eine Sammlung handelt, markieren Sie ihn ggf. mit dem CollectionDataContractAttribute. Weitere Informationen über andere unterstützten Typen finden Sie in der Microsoft .NET Framework-Dokumentation.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.