PUT api/my/basura/bookings/customers/payment/invoice/deposit/slips/reupload/{bookingid}/base64
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bookingid | integer |
Required |
Body Parameters
BookingUploadDepositSlipBase64DTOName | Description | Type | Additional information |
---|---|---|---|
image | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "image": "sample string 1" }
application/xml, text/xml
Sample:
<BookingUploadDepositSlipBase64DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <image>sample string 1</image> </BookingUploadDepositSlipBase64DTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.