POST api/AcceptanceApprovalResult/SearchByInvoice
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RequireTotalCount | boolean |
None. |
|
RequireGroupCount | boolean |
None. |
|
IsCountQuery | boolean |
None. |
|
Skip | integer |
None. |
|
Take | integer |
None. |
|
Sort | Collection of SortingInfo |
None. |
|
Group | Collection of GroupingInfo |
None. |
|
Filter | Collection of Object |
None. |
|
TotalSummary | Collection of SummaryInfo |
None. |
|
GroupSummary | Collection of SummaryInfo |
None. |
|
Select | Collection of string |
None. |
|
PreSelect | Collection of string |
None. |
|
RemoteSelect | boolean |
None. |
|
RemoteGrouping | boolean |
None. |
|
PrimaryKey | Collection of string |
None. |
|
DefaultSort | string |
None. |
|
StringToLower | boolean |
None. |
|
PaginateViaPrimaryKey | boolean |
None. |
Body Parameters
BillingInvoiceHeaderIdentityName | Description | Type | Additional information |
---|---|---|---|
InvoiceId | string |
None. |
|
SupplierId | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceId": "sample string 1", "supplierId": 1.0 }
application/xml, text/xml
Sample:
<BillingInvoiceHeaderIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FashionIsland.Ebidding.ViewModel"> <InvoiceId>sample string 1</InvoiceId> <SupplierId>1</SupplierId> </BillingInvoiceHeaderIdentity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |