GET api/lomas/GetMemberCard

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CukcukOpenApiResult
NameDescriptionTypeAdditional information
Code

HttpStatusCode

None.

ErrorType

GrapAPIServiceErrorType

None.

ErrorMessage

string

None.

Data

Object

None.

Total

integer

None.

Success

boolean

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Code": 100,
  "ErrorType": 0,
  "ErrorMessage": "sample string 1",
  "Data": {},
  "Total": 3,
  "Success": true
}

application/xml, text/xml

Sample:
<CukcukOpenApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO">
  <Code>Continue</Code>
  <Data />
  <ErrorMessage>sample string 1</ErrorMessage>
  <ErrorType>None</ErrorType>
  <Success>true</Success>
  <Total>3</Total>
</CukcukOpenApiResult>