POST api/Invoice/SearchBoth
Request Information
URI Parameters
None.
Body Parameters
SearchInvoiceBothCustomers| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
None. |
|
| InvoiceStatus | InvoiceStatus |
None. |
|
| PaymentMethod | string |
None. |
|
| InvoicePaymentStatus | InvoicePaymentStatus |
None. |
|
| Zipcode | string |
None. |
|
| TrackingOut | string |
None. |
|
| CarrierOut | CarrierDto |
None. |
|
| TrackingIn | string |
None. |
|
| CarrierIn | CarrierDto |
None. |
|
| string |
None. |
||
| InvoiceTotal | decimal number |
None. |
|
| Country | string |
None. |
|
| OrganizationName | string |
None. |
|
| WebsiteId | integer |
None. |
|
| PersonId | integer |
None. |
|
| UseFromDate | boolean |
None. |
|
| FromDate | date |
None. |
|
| UseToDate | boolean |
None. |
|
| ToDate | date |
None. |
|
| UseFromSentDate | boolean |
None. |
|
| FromSentDate | date |
None. |
|
| UseToSentDate | boolean |
None. |
|
| ToSentDate | date |
None. |
|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceNo": "sample string 1",
"InvoiceStatus": 0,
"PaymentMethod": "sample string 2",
"InvoicePaymentStatus": 0,
"Zipcode": "sample string 3",
"TrackingOut": "sample string 4",
"CarrierOut": {
"CarrierId": 1,
"CarrierName": "sample string 2",
"CarrierAbbr": "sample string 3"
},
"TrackingIn": "sample string 5",
"CarrierIn": {
"CarrierId": 1,
"CarrierName": "sample string 2",
"CarrierAbbr": "sample string 3"
},
"Email": "sample string 6",
"InvoiceTotal": 7.0,
"Country": "sample string 8",
"OrganizationName": "sample string 9",
"WebsiteId": 10,
"PersonId": 11,
"UseFromDate": true,
"FromDate": "2025-12-12T17:42:32.6363941-05:00",
"UseToDate": true,
"ToDate": "2025-12-12T17:42:32.6363941-05:00",
"UseFromSentDate": true,
"FromSentDate": "2025-12-12T17:42:32.6363941-05:00",
"UseToSentDate": true,
"ToSentDate": "2025-12-12T17:42:32.6363941-05:00",
"Phone": "sample string 20"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.