GET api/GetProformas?skip={skip}&take={take}&dealerCode={dealerCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
skip | integer |
Required |
|
take | integer |
Required |
|
dealerCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of v_ProformasName | 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. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "2", "invoiceId": 1, "invoiceNumber": "sample string 2", "dealerCode": "sample string 3", "orderNumber": "sample string 4", "originalOrderNumber": "sample string 5", "fileName": "sample string 6", "invoiceDate": "2025-09-01T00:40:31.679789+00:00" }, { "$ref": "2" } ]