POST dealer/dealer_invoices
Get invoice number of all invoices by dealer.
Request Information
Parameters
| Name | Description |
|---|---|
dealer
[Mandatory, string]
|
Dealer number. Length must be 5. A five-digit number, made up of a unique 4-digit numerical dealer number and a single digit (N=numerical digit) that denotes department type. Or corresponding SaddleNumber, length must be 6. |
Key
[Mandatory, Guid]
|
Dealer API key: The dealer provided the authorization key. The key can be foun by the dealer in the Dealernet portal under the "Dealer" menu option. |
Request body formats
application/json
Example:
{
"dealer": "N1234",
"key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Response Information
Response body formats
application/json
Example:
{
"request_date": "2017/02/18 15:42:57",
"time": "0.27",
"InvoiceItems": [
"838328",
"838329"
]
}
Or Bad Response:
The invoice source has malformed data. Please contact Honda Web services with your query settings.
Notes
The 'key' in the request body example is masked for security.