PUT api/ResourceBookingReservationPayment/PayResourceBooking
Request Information
URI Parameters
None.
Body Parameters
PayResourceBookingBindingModelName | Description | Type | Additional information |
---|---|---|---|
ResourceBookingReservationPaymentId | integer |
None. |
|
ImageContent | string |
None. |
|
ImageName | string |
None. |
|
Value | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ResourceBookingReservationPaymentId": 1, "ImageContent": "sample string 2", "ImageName": "sample string 3", "Value": 4.0 }
application/xml, text/xml
Sample:
<ResourceBookingBindingModels.PayResourceBookingBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO"> <ImageContent>sample string 2</ImageContent> <ImageName>sample string 3</ImageName> <ResourceBookingReservationPaymentId>1</ResourceBookingReservationPaymentId> <Value>4</Value> </ResourceBookingBindingModels.PayResourceBookingBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.