GET api/InvoicewithArray/{DB}/{TransactionDate}/{CustomerName}/{Discount}/{SellingLocation}/{ReferenceNumber}/{SalesAccount}/{IsPriceInclusive}/{Show_Invoice_After_Processing}/{IntegratingApp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DB | string |
Required |
|
| TransactionDate | string |
Required |
|
| CustomerName | string |
Required |
|
| Discount | decimal number |
Required |
|
| SellingLocation | string |
Required |
|
| ReferenceNumber | string |
Required |
|
| SalesAccount | string |
Required |
|
| IsPriceInclusive | string |
Required |
|
| Show_Invoice_After_Processing | string |
Required |
|
| IntegratingApp | string |
Required |
Body Parameters
Collection of Collection of decimal numberRequest Formats
application/json, text/json
Sample:
[
[
1.1,
2.1
],
[
1.1,
2.1
]
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfdouble>
<double>1.1</double>
<double>2.1</double>
</ArrayOfdouble>
<ArrayOfdouble>
<double>1.1</double>
<double>2.1</double>
</ArrayOfdouble>
</ArrayOfArrayOfdouble>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>