POST api/RelionExtLinks/GetTenantExtLinks

Request Information

URI Parameters

None.

Body Parameters

ExtLinkIdsInputModel
NameDescriptionTypeAdditional information
Ids

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": null
}

text/html

Sample:
{"Ids":null}

application/xml, text/xml

Sample:
<ExtLinkIdsInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portego.ErpService.Common.Models.ExtLink">
  <Ids i:nil="true" />
</ExtLinkIdsInputModel>

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 'ExtLinkIdsInputModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.