POST services/api/rest/v1/GetAllInvoices
Request Information
URI Parameters
None.
Body Parameters
Rest_CustomFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
|
| ActualInvNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"Type": 3,
"ActualInvNo": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Rest_CustomFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
|
| ActualInvNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"LocationId": 2,
"Type": 3,
"ActualInvNo": 4
},
{
"Id": 1,
"LocationId": 2,
"Type": 3,
"ActualInvNo": 4
}
]