POST api/lomas/membershipsync
Request Information
URI Parameters
None.
Body Parameters
CukcukOpenApiSync5FoodParamName | Description | Type | Additional information |
---|---|---|---|
ObjectType | OpenApiSyncMembershipType |
None. |
|
Version | string |
None. |
|
Page | integer |
None. |
|
Limit | integer |
None. |
|
AppId | string |
None. |
|
Data | string |
None. |
|
TimeStamp | integer |
None. |
|
BranchId | string |
None. |
|
AppType | Object |
None. |
|
CompanyCode | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "ObjectType": 1, "Version": "sample string 1", "Page": 2, "Limit": 3, "AppId": "sample string 4", "Data": "sample string 5", "TimeStamp": 6, "BranchId": "sample string 7", "AppType": {}, "CompanyCode": "sample string 9" }
application/xml, text/xml
Sample:
<CukcukOpenApiSync5FoodParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <AppType /> <CompanyCode>sample string 9</CompanyCode> <AppId>sample string 4</AppId> <BranchId>sample string 7</BranchId> <Data>sample string 5</Data> <TimeStamp>6</TimeStamp> <Limit>3</Limit> <ObjectType>Card</ObjectType> <Page>2</Page> <Version>sample string 1</Version> </CukcukOpenApiSync5FoodParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CukcukOpenApiResultName | Description | Type | Additional 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>