POST api/IgelExtLinks/GetUnitExtLinks
Request Information
URI Parameters
None.
Body Parameters
ExtLinkIdsInputModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.