POST api/CreateCustomBookingPayment
Request Information
URI Parameters
None.
Body Parameters
CustomBookingPaymentVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Remark | string |
None. |
|
| Date | date |
None. |
|
| UserId | integer |
None. |
|
| Subtotal | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| TaxValue | decimal number |
None. |
|
| PaymentType | string |
None. |
|
| PaymentMode | string |
None. |
|
| TdsPercentage | decimal number |
None. |
|
| TdsAmount | decimal number |
None. |
|
| TdsCertificateNumber | string |
None. |
|
| PaymentForId | integer |
None. |
|
| PaymentFor | CustomBookingPaymentFor |
None. |
|
| CompanyLedgerId | integer |
None. |
|
| CustomerLedgerId | integer |
None. |
|
| Type | string |
None. |
|
| ChequeNumber | string |
None. |
|
| ChequeDate | date |
None. |
|
| IsCleared | boolean |
None. |
|
| ClearedOn | string |
None. |
|
| InFavourOf | string |
None. |
|
| BankName | string |
None. |
|
| Narration | string |
None. |
|
| PaymentForName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Mobile | string |
None. |
|
| MemberShipType | string |
None. |
|
| MemberShipNumber | integer |
None. |
|
| ReferenceNumber | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceId | integer |
None. |
|
| SendEmail | boolean |
None. |
|
| Voucher | CustomBookingVoucherVm |
None. |
|
| Charges | Collection of CustomBookingPaymentChargeVm |
None. |
|
| CustomBookingId | integer |
None. |
|
| CustomBooking | CustomBookingVm |
None. |
|
| Invoice | CustomBookingInvoiceVm |
None. |
|
| AttachmentFile | SendInvoiceMailPostVm |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
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.