POST sap/sales_registration
Sales registration in SAP.
Request Information
Parameters
| Name | Description |
|---|---|
DealerId
[Mandatory, int]
|
Dealer number , length must be 4, made up of a unique 4-digit numerical dealer number. Or corresponding SapBpNumber, length must be 6 |
FrameNum
[Mandatory, string]
|
the frame number. |
Model
[Optional, string]
|
model info. |
SaleDate
[Mandatory, string]
|
the date of sale. |
Name
[Mandatory, string]
|
the last name of customer. |
Name2
[Mandatory, string]
|
the first name of customer. |
CompanyName
[TBD, string]
|
company name. Mandatory if Commercial Usage used. |
Street
[Mandatory, string]
|
street info. |
Floor
[Optional, string]
|
Level/Floor/Unit info. |
Town
[Optional, string]
|
town info. |
Postcode
[Optional, string]
|
postcode info. |
State
[Optional, string]
|
state |
email
[Mandatory, string]
|
email address. |
Phone
[Mandatory, string]
|
phone number. |
CommPriv
[Mandatory, string]
|
Commercial or Private Usage. |
RiderTraining
[Optional, string]
|
rider training info. |
MoreInfo
[Optional, string]
|
more info defalut 'N'. |
AllowSharing
[Optional, string]
|
allow sharing defalut 'N'. |
Operator
[Optional, string]
|
the operator. |
Finance
[Optional, string]
|
finance |
Promo
[Optional, string]
|
promo |
Cashback
[TBD, string]
|
cashback |
DOB
[Optional, string]
|
the dob of the customer. |
Sex
[Optional, string]
|
the sex of the customer. |
Request body formats
application/json
Example:
[
{
"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
Example:
{
"success": true,
"message": "Sales registration successful!"
}
Or Bad Response:
An unexpected error has occurred. Please contact Honda Web services with your query settings.
Notes
The 'key' in the request body example is masked for security.