GET api/Getv_CreditNoteSearch?InvoiceNumber={InvoiceNumber}&dealerCode={dealerCode}&pageNumber={pageNumber}&rowCount={rowCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNumber | string |
Required |
|
| dealerCode | string |
Required |
|
| pageNumber | integer |
Default value is 1 |
|
| rowCount | integer |
Default value is 25 |
Body Parameters
None.
Response Information
Resource Description
v_Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | integer |
None. |
|
| InvoiceNumber | string |
String length: inclusive between 0 and 20 |
|
| DealerCode | string |
String length: inclusive between 0 and 50 |
|
| OrderNumber | string |
String length: inclusive between 0 and 50 |
|
| OriginalOrderNumber | string |
String length: inclusive between 0 and 50 |
|
| FileName | string |
String length: inclusive between 0 and 50 |
|
| InvoiceDate | date |
None. |
|
| TrackingNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"invoiceId": 1,
"invoiceNumber": "sample string 2",
"dealerCode": "sample string 3",
"orderNumber": "sample string 4",
"originalOrderNumber": "sample string 5",
"fileName": "sample string 6",
"invoiceDate": "2026-03-21T21:56:23.082902+00:00",
"trackingNumber": "sample string 7"
}