POST sap/sales_registration
Sales registration in SAP.
Request Information
Parameters
| Name | Description |
|---|---|
| json |
|
Request body formats
application/json, text/json, text/plain, application/x-www-form-urlencoded
Sample:
[
{
"DealerId": 207671,
"FrameNum": "UBAJ - 3031228",
"Model": "HRU216M3TBUH",
"SaleDate": "31 / 03 / 2023",
"Name": "Joe",
"Name2": "Sanelli",
"CompanyName": "",
"Street": "54 Park Street",
"Floor": "Unit 1",
"Town": "Peakhurst",
"Postcode": 2210,
"State": "NSW",
"email": "noemail@honda.com",
"Phone": "0466747201",
"CommPriv": "P",
"RiderTraining": "N",
"MoreInfo": "N",
"AllowSharing": "N",
"Operator": "Joe",
"Finance": "None",
"Promo": "",
"Cashback": "",
"DOB": "",
"Sex": "M"
}
]
Response Information
Response body formats
application/json, text/json
Sample:
{
"success": true,
"message": "Sales registration successful!"
}
Or Bad Response:
An unexpected error has occurred. Please contact Honda Web services with your query settings.