POST adventures/permits/plates
Request Information
URI Parameters
None.
Body Parameters
PermitPlatePOSTName | Description | Type | Additional information |
---|---|---|---|
ModifiedBy | string |
None. |
|
PermitId | integer |
None. |
|
PlateNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "modifiedBy": "sample string 1", "permitId": 2, "plateNo": "sample string 3" }
application/xml, text/xml
Sample:
<PermitPlatePOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Adventures"> <ModifiedBy>sample string 1</ModifiedBy> <PermitId>2</PermitId> <PlateNo>sample string 3</PlateNo> </PermitPlatePOST>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>