POST eco/permits/link
Request Information
URI Parameters
None.
Body Parameters
PermitLinkPOSTName | Description | Type | Additional 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:
Sample not available.
Response Information
Resource Description
None.