POST api/Customer/GetInvoiceAll
Request Information
URI Parameters
None.
Body Parameters
GetInvoiceAllRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvDocNumb | string |
None. |
|
| CustomerKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvDocNumb": "sample string 1",
"CustomerKey": 2
}
text/xml
Sample:
<GetInvoiceAllRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport"> <CustomerKey>2</CustomerKey> <InvDocNumb>sample string 1</InvDocNumb> </GetInvoiceAllRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.