POST ScheduleInvoice/D_Get_Outstanding_Payments
Request Information
URI Parameters
None.
Body Parameters
Outstanding| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| CollectorId | integer |
None. |
|
| InvoiceNo | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| AreaId | integer |
None. |
|
| CityId | integer |
None. |
|
| LineOfBussniess | integer |
None. |
|
| InvoicePrice | decimal number |
None. |
|
| InvoiceDate | date |
None. |
|
| GracePeriod | integer |
None. |
|
| LagPeriod | integer |
None. |
|
| GraceDate | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| LagDate | date |
None. |
|
| lstCustomerInformation | Collection of CustomerInformation |
None. |
|
| Area | Collection of Area |
None. |
|
| AccountSalesMaster | AccountSalesMaster |
None. |
|
| lstScheduleInvoice | Collection of ScheduleInvoice |
None. |
|
| City | Collection of City |
None. |
|
| IsCompanyCenterialized | integer |
None. |
|
| Id | integer |
None. |
|
| CustomerPrimaryName | string |
None. |
|
| CustomerSecondaryname | 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
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>