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