GET api/loyalty2/member/{memberId}/enginetype
Provides the engine type identifier of a member, given a member id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberId |
The member id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Core.Models.MsSql.Loyalty.EngineTypeIdentifierResponse Formats
application/json, text/json
Sample:
"Unknown"
application/xml, text/xml
Sample:
<EngineTypeIdentifier xmlns="http://schemas.datacontract.org/2004/07/Core.Models.MsSql.Loyalty">Unknown</EngineTypeIdentifier>