POST api/Visitor/PackageDetails
Request Information
URI Parameters
None.
Body Parameters
PackageBookingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| PackageBookingId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"PackageBookingId": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.