GET api/user/form/first-time
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfGetUserFirstTimeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | GetUserFirstTimeResponse |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"memberNum": "sample string 1",
"title": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"prefName": "sample string 5",
"dob": "2025-12-11T04:19:46.9741444+11:00",
"gender": "sample string 6",
"communicationDetails": {
"phoneNumber": "sample string 1",
"mobile": "sample string 2",
"personalEmail": "sample string 3",
"mailTo": "sample string 4",
"postalAddress": {
"address1": "sample string 1",
"address2": "sample string 2",
"suburb": "sample string 3",
"state": "sample string 4",
"postcode": "sample string 5",
"country": "sample string 6"
}
}
},
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":{"memberNum":"sample string 1","title":"sample string 2","firstName":"sample string 3","lastName":"sample string 4","prefName":"sample string 5","dob":"2025-12-11T04:19:46.9741444+11:00","gender":"sample string 6","communicationDetails":{"phoneNumber":"sample string 1","mobile":"sample string 2","personalEmail":"sample string 3","mailTo":"sample string 4","postalAddress":{"address1":"sample string 1","address2":"sample string 2","suburb":"sample string 3","state":"sample string 4","postcode":"sample string 5","country":"sample string 6"}}},"message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfGetUserFirstTimeResponse0rYdRIQV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.FirstTime.Requests">
<d2p1:CommunicationDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.FirstTime">
<d3p1:MailTo>sample string 4</d3p1:MailTo>
<d3p1:Mobile>sample string 2</d3p1:Mobile>
<d3p1:PersonalEmail>sample string 3</d3p1:PersonalEmail>
<d3p1:PhoneNumber>sample string 1</d3p1:PhoneNumber>
<d3p1:PostalAddress xmlns:d4p1="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.FirstTime.DTO">
<d4p1:Address1>sample string 1</d4p1:Address1>
<d4p1:Address2>sample string 2</d4p1:Address2>
<d4p1:Country>sample string 6</d4p1:Country>
<d4p1:Postcode>sample string 5</d4p1:Postcode>
<d4p1:State>sample string 4</d4p1:State>
<d4p1:Suburb>sample string 3</d4p1:Suburb>
</d3p1:PostalAddress>
</d2p1:CommunicationDetails>
<d2p1:Dob>2025-12-11T04:19:46.9741444+11:00</d2p1:Dob>
<d2p1:FirstName>sample string 3</d2p1:FirstName>
<d2p1:Gender>sample string 6</d2p1:Gender>
<d2p1:LastName>sample string 4</d2p1:LastName>
<d2p1:MemberNum>sample string 1</d2p1:MemberNum>
<d2p1:PrefName>sample string 5</d2p1:PrefName>
<d2p1:Title>sample string 2</d2p1:Title>
</Data>
<Message>sample string 1</Message>
</ResponseResultOfGetUserFirstTimeResponse0rYdRIQV>