POST api/Member
Request Information
URI Parameters
None.
Body Parameters
RequestAccessName | Description | Type | Additional information |
---|---|---|---|
LeadSourceID | integer |
Required |
|
LeadSourceChannelID | integer |
Required |
|
InputBy | string |
None. |
|
AssistedByUserID | globally unique identifier |
None. |
|
Password | string |
None. |
|
AcceptSMS | boolean |
None. |
|
FirstName | string |
Required |
|
LastName | string |
Required |
|
MemberAccount | string |
Required |
|
string |
Required |
||
Phone | string |
Required |
|
TerminalID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "LeadSourceID": 1, "LeadSourceChannelID": 2, "InputBy": "sample string 3", "AssistedByUserID": "559a8a74-d2b8-422b-9040-287cb11a4bc6", "Password": "sample string 4", "AcceptSMS": true, "FirstName": "sample string 6", "LastName": "sample string 7", "MemberAccount": "sample string 8", "Email": "sample string 9", "Phone": "sample string 10", "TerminalID": 11 }
application/xml, text/xml
Sample:
<ApiReferralsViewModel.SignUp.RequestAccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.ViewModels"> <Email>sample string 9</Email> <FirstName>sample string 6</FirstName> <LastName>sample string 7</LastName> <MemberAccount>sample string 8</MemberAccount> <Phone>sample string 10</Phone> <TerminalID>11</TerminalID> <AcceptSMS>true</AcceptSMS> <AssistedByUserID>559a8a74-d2b8-422b-9040-287cb11a4bc6</AssistedByUserID> <InputBy>sample string 3</InputBy> <LeadSourceChannelID>2</LeadSourceChannelID> <LeadSourceID>1</LeadSourceID> <Password>sample string 4</Password> </ApiReferralsViewModel.SignUp.RequestAccess>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AttemptResponseName | Description | Type | Additional information |
---|---|---|---|
Type | Attempt_ResponseTypes |
None. |
|
Exception | Exception |
None. |
|
ObjectID | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Type": 0, "Exception": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "ObjectID": {}, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<AttemptResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.Utils"> <Exception xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName> <Message i:nil="true" xmlns="" /> <Data i:nil="true" xmlns="" /> <InnerException i:nil="true" xmlns="" /> <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL> <StackTraceString i:nil="true" xmlns="" /> <RemoteStackTraceString i:nil="true" xmlns="" /> <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex> <ExceptionMethod i:nil="true" xmlns="" /> <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult> <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source> <WatsonBuckets i:nil="true" xmlns="" /> </Exception> <Message>sample string 2</Message> <ObjectID /> <Type>Warning</Type> </AttemptResponse>