POST api/WebData/InvoiceList?CompId={CompId}&ClientId={ClientId}&enterBy={enterBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompId | string |
Required |
|
| ClientId | string |
Required |
|
| enterBy | string |
Required |
Body Parameters
QueryData| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Response | string |
None. |
|
| httpContext | HttpContext |
None. |
|
| UserId | string |
None. |
|
| DateFrom | string |
None. |
|
| DateTo | string |
None. |
|
| RequestNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Response": "sample string 2",
"httpContext": null,
"UserId": "sample string 3",
"DateFrom": "sample string 4",
"DateTo": "sample string 5",
"RequestNo": "sample string 6"
}
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
Collection of InvoiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BillId | string |
None. |
|
| BillNo | string |
None. |
|
| BillDate | string |
None. |
|
| BillTotal | string |
None. |
|
| BillDataList | Collection of InvoiceModel |
None. |
Response 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.