POST api/Analysis/UnlockedReports2022
Request Information
URI Parameters
None.
Body Parameters
Models_API_UserPurchaseV2Name | Description | Type | Additional information |
---|---|---|---|
LoginID | string |
Required String length: inclusive between 6 and 50 |
|
Token | string |
Required String length: inclusive between 6 and 50 |
|
FriendID | integer |
Required |
|
UnlockedReportID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LoginID": "sample string 1", "Token": "sample string 2", "FriendID": 3, "UnlockedReportID": 4 }
application/xml, text/xml
Sample:
<Models_API_UserPurchaseV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models"> <FriendID>3</FriendID> <LoginID>sample string 1</LoginID> <Token>sample string 2</Token> <UnlockedReportID>4</UnlockedReportID> </Models_API_UserPurchaseV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespondDataObject_V1_2Name | Description | Type | Additional information |
---|---|---|---|
RespondData | Object |
None. |
|
NumbersData | Object |
None. |
|
DescriptionData | Object |
None. |
|
UnlockData | Object |
None. |
|
HasUnlockedData | Object |
None. |
|
UnlockComboData | Object |
None. |
|
Profile | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "RespondData": {}, "NumbersData": {}, "DescriptionData": {}, "UnlockData": {}, "HasUnlockedData": {}, "UnlockComboData": {}, "Profile": {} }
application/xml, text/xml
Sample:
<RespondDataObject_V1_2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models"> <DescriptionData /> <HasUnlockedData /> <NumbersData /> <Profile /> <RespondData /> <UnlockComboData /> <UnlockData /> </RespondDataObject_V1_2>