GET api/loyalty2/member/{memberId}/enginetype

Provides the engine type identifier of a member, given a member id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

The member id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Core.Models.MsSql.Loyalty.EngineTypeIdentifier

Response 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>