POST dealer/dealer_invoices

Get invoice number of all invoices by dealer.

Request Information

Parameters

NameDescription
json
  • 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 5th numerical digit that denotes department type. Or corresponding SapBpNumber, length must be 6.
  • key [ Mandatory , Guid ]
    Web service key. The dealer provided authorisation key. The key can be found by dealer.

Request body formats

application/json, text/json, text/plain, application/x-www-form-urlencoded

Sample:
{
    "dealer" : "83289",
    "key" : "E4035643-CC50-4F46-ACC7-11599F159D07"
}

Response Information

Response body formats

application/json, text/json

Sample:

{
  "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.