POST eco/permits/link

Request Information

URI Parameters

None.

Body Parameters

PermitLinkPOST
NameDescriptionTypeAdditional information
AdventurerUid

string

None.

InvoiceNo

string

None.

PermitUid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "adventurerUid": "sample string 1",
  "invoiceNo": "sample string 2",
  "permitUid": "sample string 3"
}

application/xml, text/xml

Sample:
<PermitLinkPOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myREST.Models.Ecotourism">
  <AdventurerUid>sample string 1</AdventurerUid>
  <InvoiceNo>sample string 2</InvoiceNo>
  <PermitUid>sample string 3</PermitUid>
</PermitLinkPOST>

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

Response Information

Resource Description

None.