POST api/events/customers/login
Request Information
URI Parameters
None.
Body Parameters
EventCustomerLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| DealerAccountNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"DealerAccountNumber": "sample string 2",
"EmailAddress": "sample string 3",
"Password": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.