POST SupplierPayment/Supplier_Payment_Insert
Request Information
URI Parameters
None.
Body Parameters
SupplierPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SupplierId | integer |
None. |
|
| Date | date |
None. |
|
| Price | decimal number |
None. |
|
| PaymentMethod | integer |
None. |
|
| Description | string |
None. |
|
| CardNumber | integer |
None. |
|
| ChequeDate | date |
None. |
|
| ChequeNumber | string |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| Reason | string |
None. |
|
| DeletedBy | string |
None. |
|
| RemainingAmount | decimal number |
None. |
|
| DeletedAt | date |
None. |
|
| lstSupplierInformation | Collection of CustomerInformation |
None. |
|
| User | Collection of User |
None. |
|
| Area | Collection of Area |
None. |
|
| City | Collection of City |
None. |
|
| ColBranches | Collection of CompanyBranch |
None. |
|
| UserId | integer |
None. |
|
| lstPaymentMethod | Collection of PaymentMethod |
None. |
|
| lstSupplierPaymentDetails | Collection of CustomerPaymentDet |
None. |
|
| AllInvoices | boolean |
None. |
|
| InvoiceNo | string |
None. |
|
| lstInvoices | Collection of InvoiceDetails |
None. |
|
| PaidAmount | decimal number |
None. |
|
| PaidInvoiceNo | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| TranNo | integer |
None. |
|
| TranTypeNo | integer |
None. |
|
| AreaId | integer |
None. |
|
| CityId | integer |
None. |
|
| SupplierPrimaryName | string |
None. |
|
| SupplierSecondaryname | string |
None. |
|
| SupplierInformation | CustomerInformation |
None. |
|
| ChequeBankName | string |
None. |
|
| ChequeBank | string |
None. |
|
| oBankBranch | BankBranch |
None. |
|
| oLBankBranch | Collection of BankBranch |
None. |
|
| ColCurrencyTable | Collection of CurrencyTable |
None. |
|
| CurrencyId | integer |
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
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>