GET api/Values?customer={customer}&agent={agent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customer | string |
Required |
|
| agent | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PartiteAperte| Name | Description | Type | Additional information |
|---|---|---|---|
| pymtSchedId | integer |
None. |
|
| paymentNo | integer |
None. |
|
| paymentLimitDate | string |
None. |
|
| customer | string |
None. |
|
| documentId | integer |
None. |
|
| debit | decimal number |
None. |
|
| credit | decimal number |
None. |
|
| documentType | string |
None. |
|
| docNo | string |
None. |
|
| totalAmount | decimal number |
None. |
|
| documentDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pymtSchedId": 1,
"paymentNo": 1,
"paymentLimitDate": "sample string 2",
"customer": "sample string 3",
"documentId": 1,
"debit": 1.1,
"credit": 1.1,
"documentType": "sample string 4",
"docNo": "sample string 5",
"totalAmount": 1.1,
"documentDate": "sample string 6"
},
{
"pymtSchedId": 1,
"paymentNo": 1,
"paymentLimitDate": "sample string 2",
"customer": "sample string 3",
"documentId": 1,
"debit": 1.1,
"credit": 1.1,
"documentType": "sample string 4",
"docNo": "sample string 5",
"totalAmount": 1.1,
"documentDate": "sample string 6"
}
]
text/html
Sample:
[{"pymtSchedId":1,"paymentNo":1,"paymentLimitDate":"sample string 2","customer":"sample string 3","documentId":1,"debit":1.1,"credit":1.1,"documentType":"sample string 4","docNo":"sample string 5","totalAmount":1.1,"documentDate":"sample string 6"},{"pymtSchedId":1,"paymentNo":1,"paymentLimitDate":"sample string 2","customer":"sample string 3","documentId":1,"debit":1.1,"credit":1.1,"documentType":"sample string 4","docNo":"sample string 5","totalAmount":1.1,"documentDate":"sample string 6"}]
application/xml, text/xml
Sample:
<ArrayOfPartiteAperte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
<PartiteAperte>
<Credit>1.1</Credit>
<CustSupp>sample string 3</CustSupp>
<Debit>1.1</Debit>
<DocNo>sample string 5</DocNo>
<DocumentDate>sample string 6</DocumentDate>
<DocumentId>1</DocumentId>
<DocumentType>sample string 4</DocumentType>
<InstallmentDate>sample string 2</InstallmentDate>
<InstallmentNo>1</InstallmentNo>
<PymtSchedId>1</PymtSchedId>
<TotalAmount>1.1</TotalAmount>
</PartiteAperte>
<PartiteAperte>
<Credit>1.1</Credit>
<CustSupp>sample string 3</CustSupp>
<Debit>1.1</Debit>
<DocNo>sample string 5</DocNo>
<DocumentDate>sample string 6</DocumentDate>
<DocumentId>1</DocumentId>
<DocumentType>sample string 4</DocumentType>
<InstallmentDate>sample string 2</InstallmentDate>
<InstallmentNo>1</InstallmentNo>
<PymtSchedId>1</PymtSchedId>
<TotalAmount>1.1</TotalAmount>
</PartiteAperte>
</ArrayOfPartiteAperte>