POST api/Payment/InsertUpdatePayment
Request Information
URI Parameters
None.
Body Parameters
Payment| Name | Description | Type | Additional information |
|---|---|---|---|
| PendingAmount | decimal number |
None. |
|
| PaymentId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| VenderId | integer |
None. |
|
| PaymentDate | date |
None. |
|
| PaymentMode | string |
None. |
|
| IsReceiveable | boolean |
None. |
|
| DocumentNo | string |
None. |
|
| BankName | string |
None. |
|
| DocumentDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| ReceiptNo | string |
None. |
|
| CustomerGroupId | integer |
None. |
|
| CashAmount | decimal number |
None. |
|
| CheckAmount | decimal number |
None. |
|
| CheckDate | date |
None. |
|
| CheckNo | string |
None. |
|
| CheckBankName | string |
None. |
|
| EFTNo | string |
None. |
|
| EFTAmount | decimal number |
None. |
|
| VARIANCE | decimal number |
None. |
|
| MultiplePaymentNo | string |
None. |
|
| NameOnCard | string |
None. |
|
| TypeOfCard | string |
None. |
|
| Last4Degits | string |
None. |
|
| CardAmount | decimal number |
None. |
|
| DepositingBank | string |
None. |
|
| DepositingDate | date |
None. |
|
| SalesInvoiceList | Collection of SalesInvoiceModels |
None. |
|
| PaymentTransactionList | Collection of PaymentTransaction |
None. |
|
| ReturnInvoicesList | Collection of SalesInvoiceModels |
None. |
|
| Amount | decimal number |
None. |
|
| InvoiceNumber | string |
None. |
|
| IsPDC | boolean |
None. |
|
| PaymentArchiveId | integer |
None. |
|
| TotalDiscount | decimal number |
None. |
|
| IsReturnInvoiceApply | boolean |
None. |
|
| TotalPayAmount | decimal number |
None. |
|
| isEdit | boolean |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| SortBy | string |
None. |
|
| SortType | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Filter | string |
None. |
|
| FilterType | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |