PUT Bookings/UpdateVoucherInfo/{id}?VoucherNumber={VoucherNumber}&VoucherPath={VoucherPath}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
VoucherNumber | integer |
Required |
|
VoucherPath | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GenericResponseName | Description | Type | Additional information |
---|---|---|---|
HasError | boolean |
None. |
|
ErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HasError": true, "ErrorDescription": "sample string 2" }