GET api/membership/GetMembershipHistory?CustomerId={CustomerId}&ContactId={ContactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
Required |
|
ContactId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
APICommonWrapperOfObjectName | Description | Type | Additional information |
---|---|---|---|
Status | HttpStatusCode |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 100, "Message": "sample string 1", "Data": {} }
application/xml, text/xml
Sample:
<APICommonWrapperOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Data /> <Message>sample string 1</Message> <Status>Continue</Status> </APICommonWrapperOfanyType>