GET api/trustedorg/orgs/package/{id}?oId={oId}&obId={obId}&oMId={oMId}&epochtime={epochtime}
org packages assigned by org member
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
logged in user id. |
integer |
Required |
| oId |
org id assigned to org member |
integer |
Required |
| obId |
org branch id assigned to org member for specific branch |
integer |
Required |
| oMId |
org member id to connect |
integer |
Required |
| epochtime |
Used to avoid old records. Used for offline mode |
decimal number |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, returns org, member details On failure, return Lifetrons standard responses codes.
OrgPackagesResp| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgPackages |
org packages list |
Collection of OrgPackage |
None. |
| resp_code |
Lifetrons response code |
string |
None. |
| resp_msg |
Lifetrons response message |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrgPackages": [
{
"Id": 1,
"PackageName": "sample string 2",
"Description": "sample string 3",
"Tags": "sample string 4",
"PayStatus": 1,
"OrgId": 5,
"OrgBranchId": 1,
"OrgMemberId": 1,
"UserId": 1,
"ProfileId": 1,
"IsCurrentPlan": true,
"IsMaster": true,
"IsPublic": true,
"IsDeleted": true,
"StartDate": 1.1,
"EndDate": 1.1,
"CreatedOn": 7.1,
"UpdatedOn": 1.1,
"tele_client": {
"org_id": 1,
"org_branch_id": 2,
"org_member_id": 3,
"user_id": 4,
"mapping_id": "sample string 5",
"uid": "sample string 6",
"display_name": "sample string 7",
"gender": "sample string 8",
"country_code": "sample string 9",
"mobile_number": "sample string 10",
"email": "sample string 11",
"image_url": "sample string 12",
"time_zone": "sample string 13",
"steps": true,
"activity": true,
"heartrate": true,
"sleep": true,
"water": true,
"bodystats": true,
"food": true,
"medical": true,
"bs": true,
"bp": true,
"whr": true,
"body_measurements": true,
"body_transformation": true,
"is_active": true,
"is_deleted": true,
"permanent_deleted": true,
"created_on": 31.1,
"last_update": 33.1,
"activated_on": 35.1,
"dateOfBirth": 1.1,
"age": 1,
"height": 1.1,
"goal": {
"goal_id": "sample string 1",
"user_id": 2,
"org_member_id": 3,
"goal_type": "sample string 4",
"steps": 5,
"weight": 6.0,
"water_intake": 7.0,
"calories": 8,
"distance": 9.0,
"sleep": 10,
"bodyfat": 11,
"no_of_days_goal": 12,
"avg_weight_per_week": 13.0,
"current_weight": 14.0,
"request_status": "sample string 15",
"created_on": 17.1,
"updated_on": 19.1,
"accepted_on": 21.1
},
"migrate_status": 1,
"assigned_to_org_member": "sample string 36",
"user_activities": [
{
"id": 1,
"user_id": 1,
"activity_type": "sample string 2",
"date_str": "sample string 3",
"date_of_activity": 5.1,
"json_data": "sample string 6",
"Country": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"IsUploaded": 11,
"IsDeleted": true
},
{
"id": 1,
"user_id": 1,
"activity_type": "sample string 2",
"date_str": "sample string 3",
"date_of_activity": 5.1,
"json_data": "sample string 6",
"Country": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"IsUploaded": 11,
"IsDeleted": true
}
]
},
"walkin": {
"profile_id": 1,
"org_id": 2,
"org_branch_id": 3,
"org_member_id": 4,
"name": "sample string 5",
"date_Of_birth": 7.1,
"gender": "sample string 8",
"height": 9,
"country_code": "sample string 10",
"mobile_number": "sample string 11",
"inserted_on": 13.1,
"updated_on": 15.1,
"is_deleted": true,
"goal": {
"goal_id": 1,
"profile_id": 1,
"goal_type": "sample string 2",
"steps": 3,
"weight": 4.0,
"water_intake": 5.0,
"calories": 6,
"distance": 7.0,
"sleep": 8,
"bodyfat": 9,
"no_of_days_goal": 10,
"avg_weight_per_week": 11.0,
"current_weight": 12.0,
"org_member_id": 13,
"created_on": 14.1,
"updated_on": 16.1
},
"no_of_edits": 17,
"migrate_status": 1,
"ref_by": "sample string 18",
"assigned_to_org_member": "sample string 19",
"client_status": "sample string 20",
"notes": "sample string 21"
},
"OrgPackageFeatures": [
{
"Id": 1,
"PackageId": 2,
"FeatureText": "sample string 3",
"Sequence": 1,
"IsDeleted": true,
"CreatedOn": 5.1,
"UpdatedOn": 1.1
},
{
"Id": 1,
"PackageId": 2,
"FeatureText": "sample string 3",
"Sequence": 1,
"IsDeleted": true,
"CreatedOn": 5.1,
"UpdatedOn": 1.1
}
],
"OrgPackageRegions": [
{
"Id": 1,
"PackageId": 2,
"RegionKey": "sample string 3",
"CountryCodeIsoCC": "sample string 4",
"CurrencyCode": "sample string 5",
"CurrencySymbol": "sample string 6",
"MrpPrice": 7.0,
"DiscountPer": 1.0,
"FinalPrice": 1.0,
"TotalDays": 8,
"PartPay": true,
"OnlinePay": true,
"OnlinePayTermsAcceptOn": 1.1,
"OnlinePayTerms": "sample string 9",
"CreatedOn": 10.1,
"UpdatedOn": 1.1,
"IsDeleted": true
},
{
"Id": 1,
"PackageId": 2,
"RegionKey": "sample string 3",
"CountryCodeIsoCC": "sample string 4",
"CurrencyCode": "sample string 5",
"CurrencySymbol": "sample string 6",
"MrpPrice": 7.0,
"DiscountPer": 1.0,
"FinalPrice": 1.0,
"TotalDays": 8,
"PartPay": true,
"OnlinePay": true,
"OnlinePayTermsAcceptOn": 1.1,
"OnlinePayTerms": "sample string 9",
"CreatedOn": 10.1,
"UpdatedOn": 1.1,
"IsDeleted": true
}
],
"OrgPackagePayments": [
{
"Id": 1,
"PackageId": 2,
"OrderId": "sample string 3",
"PaymentId": "sample string 4",
"PaidAmount": 5.0,
"Notes": "sample string 6",
"GSTIN": "sample string 7",
"Fees": 1.0,
"Tax": 1.0,
"RouteFee": 1.0,
"RouteFeeTax": 1.0,
"OrderStatus": "sample string 8",
"TransferStatus": "sample string 9",
"TransactionDate": 1.1,
"IsDeleted": true,
"CreatedOn": 1.1,
"UpdatedOn": 1.1
},
{
"Id": 1,
"PackageId": 2,
"OrderId": "sample string 3",
"PaymentId": "sample string 4",
"PaidAmount": 5.0,
"Notes": "sample string 6",
"GSTIN": "sample string 7",
"Fees": 1.0,
"Tax": 1.0,
"RouteFee": 1.0,
"RouteFeeTax": 1.0,
"OrderStatus": "sample string 8",
"TransferStatus": "sample string 9",
"TransactionDate": 1.1,
"IsDeleted": true,
"CreatedOn": 1.1,
"UpdatedOn": 1.1
}
]
},
{
"Id": 1,
"PackageName": "sample string 2",
"Description": "sample string 3",
"Tags": "sample string 4",
"PayStatus": 1,
"OrgId": 5,
"OrgBranchId": 1,
"OrgMemberId": 1,
"UserId": 1,
"ProfileId": 1,
"IsCurrentPlan": true,
"IsMaster": true,
"IsPublic": true,
"IsDeleted": true,
"StartDate": 1.1,
"EndDate": 1.1,
"CreatedOn": 7.1,
"UpdatedOn": 1.1,
"tele_client": {
"org_id": 1,
"org_branch_id": 2,
"org_member_id": 3,
"user_id": 4,
"mapping_id": "sample string 5",
"uid": "sample string 6",
"display_name": "sample string 7",
"gender": "sample string 8",
"country_code": "sample string 9",
"mobile_number": "sample string 10",
"email": "sample string 11",
"image_url": "sample string 12",
"time_zone": "sample string 13",
"steps": true,
"activity": true,
"heartrate": true,
"sleep": true,
"water": true,
"bodystats": true,
"food": true,
"medical": true,
"bs": true,
"bp": true,
"whr": true,
"body_measurements": true,
"body_transformation": true,
"is_active": true,
"is_deleted": true,
"permanent_deleted": true,
"created_on": 31.1,
"last_update": 33.1,
"activated_on": 35.1,
"dateOfBirth": 1.1,
"age": 1,
"height": 1.1,
"goal": {
"goal_id": "sample string 1",
"user_id": 2,
"org_member_id": 3,
"goal_type": "sample string 4",
"steps": 5,
"weight": 6.0,
"water_intake": 7.0,
"calories": 8,
"distance": 9.0,
"sleep": 10,
"bodyfat": 11,
"no_of_days_goal": 12,
"avg_weight_per_week": 13.0,
"current_weight": 14.0,
"request_status": "sample string 15",
"created_on": 17.1,
"updated_on": 19.1,
"accepted_on": 21.1
},
"migrate_status": 1,
"assigned_to_org_member": "sample string 36",
"user_activities": [
{
"id": 1,
"user_id": 1,
"activity_type": "sample string 2",
"date_str": "sample string 3",
"date_of_activity": 5.1,
"json_data": "sample string 6",
"Country": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"IsUploaded": 11,
"IsDeleted": true
},
{
"id": 1,
"user_id": 1,
"activity_type": "sample string 2",
"date_str": "sample string 3",
"date_of_activity": 5.1,
"json_data": "sample string 6",
"Country": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"IsUploaded": 11,
"IsDeleted": true
}
]
},
"walkin": {
"profile_id": 1,
"org_id": 2,
"org_branch_id": 3,
"org_member_id": 4,
"name": "sample string 5",
"date_Of_birth": 7.1,
"gender": "sample string 8",
"height": 9,
"country_code": "sample string 10",
"mobile_number": "sample string 11",
"inserted_on": 13.1,
"updated_on": 15.1,
"is_deleted": true,
"goal": {
"goal_id": 1,
"profile_id": 1,
"goal_type": "sample string 2",
"steps": 3,
"weight": 4.0,
"water_intake": 5.0,
"calories": 6,
"distance": 7.0,
"sleep": 8,
"bodyfat": 9,
"no_of_days_goal": 10,
"avg_weight_per_week": 11.0,
"current_weight": 12.0,
"org_member_id": 13,
"created_on": 14.1,
"updated_on": 16.1
},
"no_of_edits": 17,
"migrate_status": 1,
"ref_by": "sample string 18",
"assigned_to_org_member": "sample string 19",
"client_status": "sample string 20",
"notes": "sample string 21"
},
"OrgPackageFeatures": [
{
"Id": 1,
"PackageId": 2,
"FeatureText": "sample string 3",
"Sequence": 1,
"IsDeleted": true,
"CreatedOn": 5.1,
"UpdatedOn": 1.1
},
{
"Id": 1,
"PackageId": 2,
"FeatureText": "sample string 3",
"Sequence": 1,
"IsDeleted": true,
"CreatedOn": 5.1,
"UpdatedOn": 1.1
}
],
"OrgPackageRegions": [
{
"Id": 1,
"PackageId": 2,
"RegionKey": "sample string 3",
"CountryCodeIsoCC": "sample string 4",
"CurrencyCode": "sample string 5",
"CurrencySymbol": "sample string 6",
"MrpPrice": 7.0,
"DiscountPer": 1.0,
"FinalPrice": 1.0,
"TotalDays": 8,
"PartPay": true,
"OnlinePay": true,
"OnlinePayTermsAcceptOn": 1.1,
"OnlinePayTerms": "sample string 9",
"CreatedOn": 10.1,
"UpdatedOn": 1.1,
"IsDeleted": true
},
{
"Id": 1,
"PackageId": 2,
"RegionKey": "sample string 3",
"CountryCodeIsoCC": "sample string 4",
"CurrencyCode": "sample string 5",
"CurrencySymbol": "sample string 6",
"MrpPrice": 7.0,
"DiscountPer": 1.0,
"FinalPrice": 1.0,
"TotalDays": 8,
"PartPay": true,
"OnlinePay": true,
"OnlinePayTermsAcceptOn": 1.1,
"OnlinePayTerms": "sample string 9",
"CreatedOn": 10.1,
"UpdatedOn": 1.1,
"IsDeleted": true
}
],
"OrgPackagePayments": [
{
"Id": 1,
"PackageId": 2,
"OrderId": "sample string 3",
"PaymentId": "sample string 4",
"PaidAmount": 5.0,
"Notes": "sample string 6",
"GSTIN": "sample string 7",
"Fees": 1.0,
"Tax": 1.0,
"RouteFee": 1.0,
"RouteFeeTax": 1.0,
"OrderStatus": "sample string 8",
"TransferStatus": "sample string 9",
"TransactionDate": 1.1,
"IsDeleted": true,
"CreatedOn": 1.1,
"UpdatedOn": 1.1
},
{
"Id": 1,
"PackageId": 2,
"OrderId": "sample string 3",
"PaymentId": "sample string 4",
"PaidAmount": 5.0,
"Notes": "sample string 6",
"GSTIN": "sample string 7",
"Fees": 1.0,
"Tax": 1.0,
"RouteFee": 1.0,
"RouteFeeTax": 1.0,
"OrderStatus": "sample string 8",
"TransferStatus": "sample string 9",
"TransactionDate": 1.1,
"IsDeleted": true,
"CreatedOn": 1.1,
"UpdatedOn": 1.1
}
]
}
],
"resp_code": "sample string 1",
"resp_msg": "sample string 2"
}
application/xml, text/xml
Sample:
<OrgPackagesResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifetronsPhoneApi.Domain.ResponseAgg">
<resp_code xmlns="http://schemas.datacontract.org/2004/07/LifetronsPhoneApi.Models">sample string 1</resp_code>
<resp_msg xmlns="http://schemas.datacontract.org/2004/07/LifetronsPhoneApi.Models">sample string 2</resp_msg>
<OrgPackages xmlns:d2p1="http://schemas.datacontract.org/2004/07/CommonClasses.Org">
<d2p1:OrgPackage>
<d2p1:CreatedOn>7.1</d2p1:CreatedOn>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EndDate>1.1</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCurrentPlan>true</d2p1:IsCurrentPlan>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsMaster>true</d2p1:IsMaster>
<d2p1:IsPublic>true</d2p1:IsPublic>
<d2p1:OrgBranchId>1</d2p1:OrgBranchId>
<d2p1:OrgId>5</d2p1:OrgId>
<d2p1:OrgMemberId>1</d2p1:OrgMemberId>
<d2p1:OrgPackageFeatures>
<d2p1:OrgPackageFeature>
<d2p1:CreatedOn>5.1</d2p1:CreatedOn>
<d2p1:FeatureText>sample string 3</d2p1:FeatureText>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:Sequence>1</d2p1:Sequence>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageFeature>
<d2p1:OrgPackageFeature>
<d2p1:CreatedOn>5.1</d2p1:CreatedOn>
<d2p1:FeatureText>sample string 3</d2p1:FeatureText>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:Sequence>1</d2p1:Sequence>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageFeature>
</d2p1:OrgPackageFeatures>
<d2p1:OrgPackagePayments>
<d2p1:OrgPackagePayment>
<d2p1:CreatedOn>1.1</d2p1:CreatedOn>
<d2p1:Fees>1</d2p1:Fees>
<d2p1:GSTIN>sample string 7</d2p1:GSTIN>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Notes>sample string 6</d2p1:Notes>
<d2p1:OrderId>sample string 3</d2p1:OrderId>
<d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PaidAmount>5</d2p1:PaidAmount>
<d2p1:PaymentId>sample string 4</d2p1:PaymentId>
<d2p1:RouteFee>1</d2p1:RouteFee>
<d2p1:RouteFeeTax>1</d2p1:RouteFeeTax>
<d2p1:Tax>1</d2p1:Tax>
<d2p1:TransactionDate>1.1</d2p1:TransactionDate>
<d2p1:TransferStatus>sample string 9</d2p1:TransferStatus>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackagePayment>
<d2p1:OrgPackagePayment>
<d2p1:CreatedOn>1.1</d2p1:CreatedOn>
<d2p1:Fees>1</d2p1:Fees>
<d2p1:GSTIN>sample string 7</d2p1:GSTIN>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Notes>sample string 6</d2p1:Notes>
<d2p1:OrderId>sample string 3</d2p1:OrderId>
<d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PaidAmount>5</d2p1:PaidAmount>
<d2p1:PaymentId>sample string 4</d2p1:PaymentId>
<d2p1:RouteFee>1</d2p1:RouteFee>
<d2p1:RouteFeeTax>1</d2p1:RouteFeeTax>
<d2p1:Tax>1</d2p1:Tax>
<d2p1:TransactionDate>1.1</d2p1:TransactionDate>
<d2p1:TransferStatus>sample string 9</d2p1:TransferStatus>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackagePayment>
</d2p1:OrgPackagePayments>
<d2p1:OrgPackageRegions>
<d2p1:OrgPackageRegion>
<d2p1:CountryCodeIsoCC>sample string 4</d2p1:CountryCodeIsoCC>
<d2p1:CreatedOn>10.1</d2p1:CreatedOn>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencySymbol>sample string 6</d2p1:CurrencySymbol>
<d2p1:DiscountPer>1</d2p1:DiscountPer>
<d2p1:FinalPrice>1</d2p1:FinalPrice>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:MrpPrice>7</d2p1:MrpPrice>
<d2p1:OnlinePay>true</d2p1:OnlinePay>
<d2p1:OnlinePayTerms>sample string 9</d2p1:OnlinePayTerms>
<d2p1:OnlinePayTermsAcceptOn>1.1</d2p1:OnlinePayTermsAcceptOn>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PartPay>true</d2p1:PartPay>
<d2p1:RegionKey>sample string 3</d2p1:RegionKey>
<d2p1:TotalDays>8</d2p1:TotalDays>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageRegion>
<d2p1:OrgPackageRegion>
<d2p1:CountryCodeIsoCC>sample string 4</d2p1:CountryCodeIsoCC>
<d2p1:CreatedOn>10.1</d2p1:CreatedOn>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencySymbol>sample string 6</d2p1:CurrencySymbol>
<d2p1:DiscountPer>1</d2p1:DiscountPer>
<d2p1:FinalPrice>1</d2p1:FinalPrice>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:MrpPrice>7</d2p1:MrpPrice>
<d2p1:OnlinePay>true</d2p1:OnlinePay>
<d2p1:OnlinePayTerms>sample string 9</d2p1:OnlinePayTerms>
<d2p1:OnlinePayTermsAcceptOn>1.1</d2p1:OnlinePayTermsAcceptOn>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PartPay>true</d2p1:PartPay>
<d2p1:RegionKey>sample string 3</d2p1:RegionKey>
<d2p1:TotalDays>8</d2p1:TotalDays>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageRegion>
</d2p1:OrgPackageRegions>
<d2p1:PackageName>sample string 2</d2p1:PackageName>
<d2p1:PayStatus>1</d2p1:PayStatus>
<d2p1:ProfileId>1</d2p1:ProfileId>
<d2p1:StartDate>1.1</d2p1:StartDate>
<d2p1:Tags>sample string 4</d2p1:Tags>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:tele_client>
<d2p1:activated_on>35.1</d2p1:activated_on>
<d2p1:activity>true</d2p1:activity>
<d2p1:age>1</d2p1:age>
<d2p1:assigned_to_org_member>sample string 36</d2p1:assigned_to_org_member>
<d2p1:body_measurements>true</d2p1:body_measurements>
<d2p1:body_transformation>true</d2p1:body_transformation>
<d2p1:bodystats>true</d2p1:bodystats>
<d2p1:bp>true</d2p1:bp>
<d2p1:bs>true</d2p1:bs>
<d2p1:country_code>sample string 9</d2p1:country_code>
<d2p1:created_on>31.1</d2p1:created_on>
<d2p1:dateOfBirth>1.1</d2p1:dateOfBirth>
<d2p1:display_name>sample string 7</d2p1:display_name>
<d2p1:email>sample string 11</d2p1:email>
<d2p1:food>true</d2p1:food>
<d2p1:gender>sample string 8</d2p1:gender>
<d2p1:goal xmlns:d5p1="http://schemas.datacontract.org/2004/07/CommonClasses.user">
<d5p1:accepted_on>21.1</d5p1:accepted_on>
<d5p1:avg_weight_per_week>13</d5p1:avg_weight_per_week>
<d5p1:bodyfat>11</d5p1:bodyfat>
<d5p1:calories>8</d5p1:calories>
<d5p1:created_on>17.1</d5p1:created_on>
<d5p1:current_weight>14</d5p1:current_weight>
<d5p1:distance>9</d5p1:distance>
<d5p1:goal_id>sample string 1</d5p1:goal_id>
<d5p1:goal_type>sample string 4</d5p1:goal_type>
<d5p1:no_of_days_goal>12</d5p1:no_of_days_goal>
<d5p1:org_member_id>3</d5p1:org_member_id>
<d5p1:request_status>sample string 15</d5p1:request_status>
<d5p1:sleep>10</d5p1:sleep>
<d5p1:steps>5</d5p1:steps>
<d5p1:updated_on>19.1</d5p1:updated_on>
<d5p1:user_id>2</d5p1:user_id>
<d5p1:water_intake>7</d5p1:water_intake>
<d5p1:weight>6</d5p1:weight>
</d2p1:goal>
<d2p1:heartrate>true</d2p1:heartrate>
<d2p1:height>1.1</d2p1:height>
<d2p1:image_url>sample string 12</d2p1:image_url>
<d2p1:is_active>true</d2p1:is_active>
<d2p1:is_deleted>true</d2p1:is_deleted>
<d2p1:last_update>33.1</d2p1:last_update>
<d2p1:mapping_id>sample string 5</d2p1:mapping_id>
<d2p1:medical>true</d2p1:medical>
<d2p1:migrate_status>1</d2p1:migrate_status>
<d2p1:mobile_number>sample string 10</d2p1:mobile_number>
<d2p1:org_branch_id>2</d2p1:org_branch_id>
<d2p1:org_id>1</d2p1:org_id>
<d2p1:org_member_id>3</d2p1:org_member_id>
<d2p1:permanent_deleted>true</d2p1:permanent_deleted>
<d2p1:sleep>true</d2p1:sleep>
<d2p1:steps>true</d2p1:steps>
<d2p1:time_zone>sample string 13</d2p1:time_zone>
<d2p1:uid>sample string 6</d2p1:uid>
<d2p1:user_activities xmlns:d5p1="http://schemas.datacontract.org/2004/07/CommonClasses.user">
<d5p1:UserActivity>
<d5p1:City>sample string 8</d5p1:City>
<d5p1:Country>sample string 7</d5p1:Country>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
<d5p1:IsUploaded>11</d5p1:IsUploaded>
<d5p1:PinCode>sample string 10</d5p1:PinCode>
<d5p1:State>sample string 9</d5p1:State>
<d5p1:activity_type>sample string 2</d5p1:activity_type>
<d5p1:date_of_activity>5.1</d5p1:date_of_activity>
<d5p1:date_str>sample string 3</d5p1:date_str>
<d5p1:id>1</d5p1:id>
<d5p1:json_data>sample string 6</d5p1:json_data>
<d5p1:user_id>1</d5p1:user_id>
</d5p1:UserActivity>
<d5p1:UserActivity>
<d5p1:City>sample string 8</d5p1:City>
<d5p1:Country>sample string 7</d5p1:Country>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
<d5p1:IsUploaded>11</d5p1:IsUploaded>
<d5p1:PinCode>sample string 10</d5p1:PinCode>
<d5p1:State>sample string 9</d5p1:State>
<d5p1:activity_type>sample string 2</d5p1:activity_type>
<d5p1:date_of_activity>5.1</d5p1:date_of_activity>
<d5p1:date_str>sample string 3</d5p1:date_str>
<d5p1:id>1</d5p1:id>
<d5p1:json_data>sample string 6</d5p1:json_data>
<d5p1:user_id>1</d5p1:user_id>
</d5p1:UserActivity>
</d2p1:user_activities>
<d2p1:user_id>4</d2p1:user_id>
<d2p1:water>true</d2p1:water>
<d2p1:whr>true</d2p1:whr>
</d2p1:tele_client>
<d2p1:walkin>
<d2p1:assigned_to_org_member>sample string 19</d2p1:assigned_to_org_member>
<d2p1:client_status>sample string 20</d2p1:client_status>
<d2p1:country_code>sample string 10</d2p1:country_code>
<d2p1:date_Of_birth>7.1</d2p1:date_Of_birth>
<d2p1:gender>sample string 8</d2p1:gender>
<d2p1:goal>
<d2p1:avg_weight_per_week>11</d2p1:avg_weight_per_week>
<d2p1:bodyfat>9</d2p1:bodyfat>
<d2p1:calories>6</d2p1:calories>
<d2p1:created_on>14.1</d2p1:created_on>
<d2p1:current_weight>12</d2p1:current_weight>
<d2p1:distance>7</d2p1:distance>
<d2p1:goal_id>1</d2p1:goal_id>
<d2p1:goal_type>sample string 2</d2p1:goal_type>
<d2p1:no_of_days_goal>10</d2p1:no_of_days_goal>
<d2p1:org_member_id>13</d2p1:org_member_id>
<d2p1:profile_id>1</d2p1:profile_id>
<d2p1:sleep>8</d2p1:sleep>
<d2p1:steps>3</d2p1:steps>
<d2p1:updated_on>16.1</d2p1:updated_on>
<d2p1:water_intake>5</d2p1:water_intake>
<d2p1:weight>4</d2p1:weight>
</d2p1:goal>
<d2p1:height>9</d2p1:height>
<d2p1:inserted_on>13.1</d2p1:inserted_on>
<d2p1:is_deleted>true</d2p1:is_deleted>
<d2p1:migrate_status>1</d2p1:migrate_status>
<d2p1:mobile_number>sample string 11</d2p1:mobile_number>
<d2p1:name>sample string 5</d2p1:name>
<d2p1:no_of_edits>17</d2p1:no_of_edits>
<d2p1:notes>sample string 21</d2p1:notes>
<d2p1:org_branch_id>3</d2p1:org_branch_id>
<d2p1:org_id>2</d2p1:org_id>
<d2p1:org_member_id>4</d2p1:org_member_id>
<d2p1:profile_id>1</d2p1:profile_id>
<d2p1:ref_by>sample string 18</d2p1:ref_by>
<d2p1:updated_on>15.1</d2p1:updated_on>
</d2p1:walkin>
</d2p1:OrgPackage>
<d2p1:OrgPackage>
<d2p1:CreatedOn>7.1</d2p1:CreatedOn>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EndDate>1.1</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCurrentPlan>true</d2p1:IsCurrentPlan>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:IsMaster>true</d2p1:IsMaster>
<d2p1:IsPublic>true</d2p1:IsPublic>
<d2p1:OrgBranchId>1</d2p1:OrgBranchId>
<d2p1:OrgId>5</d2p1:OrgId>
<d2p1:OrgMemberId>1</d2p1:OrgMemberId>
<d2p1:OrgPackageFeatures>
<d2p1:OrgPackageFeature>
<d2p1:CreatedOn>5.1</d2p1:CreatedOn>
<d2p1:FeatureText>sample string 3</d2p1:FeatureText>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:Sequence>1</d2p1:Sequence>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageFeature>
<d2p1:OrgPackageFeature>
<d2p1:CreatedOn>5.1</d2p1:CreatedOn>
<d2p1:FeatureText>sample string 3</d2p1:FeatureText>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:Sequence>1</d2p1:Sequence>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageFeature>
</d2p1:OrgPackageFeatures>
<d2p1:OrgPackagePayments>
<d2p1:OrgPackagePayment>
<d2p1:CreatedOn>1.1</d2p1:CreatedOn>
<d2p1:Fees>1</d2p1:Fees>
<d2p1:GSTIN>sample string 7</d2p1:GSTIN>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Notes>sample string 6</d2p1:Notes>
<d2p1:OrderId>sample string 3</d2p1:OrderId>
<d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PaidAmount>5</d2p1:PaidAmount>
<d2p1:PaymentId>sample string 4</d2p1:PaymentId>
<d2p1:RouteFee>1</d2p1:RouteFee>
<d2p1:RouteFeeTax>1</d2p1:RouteFeeTax>
<d2p1:Tax>1</d2p1:Tax>
<d2p1:TransactionDate>1.1</d2p1:TransactionDate>
<d2p1:TransferStatus>sample string 9</d2p1:TransferStatus>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackagePayment>
<d2p1:OrgPackagePayment>
<d2p1:CreatedOn>1.1</d2p1:CreatedOn>
<d2p1:Fees>1</d2p1:Fees>
<d2p1:GSTIN>sample string 7</d2p1:GSTIN>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Notes>sample string 6</d2p1:Notes>
<d2p1:OrderId>sample string 3</d2p1:OrderId>
<d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PaidAmount>5</d2p1:PaidAmount>
<d2p1:PaymentId>sample string 4</d2p1:PaymentId>
<d2p1:RouteFee>1</d2p1:RouteFee>
<d2p1:RouteFeeTax>1</d2p1:RouteFeeTax>
<d2p1:Tax>1</d2p1:Tax>
<d2p1:TransactionDate>1.1</d2p1:TransactionDate>
<d2p1:TransferStatus>sample string 9</d2p1:TransferStatus>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackagePayment>
</d2p1:OrgPackagePayments>
<d2p1:OrgPackageRegions>
<d2p1:OrgPackageRegion>
<d2p1:CountryCodeIsoCC>sample string 4</d2p1:CountryCodeIsoCC>
<d2p1:CreatedOn>10.1</d2p1:CreatedOn>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencySymbol>sample string 6</d2p1:CurrencySymbol>
<d2p1:DiscountPer>1</d2p1:DiscountPer>
<d2p1:FinalPrice>1</d2p1:FinalPrice>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:MrpPrice>7</d2p1:MrpPrice>
<d2p1:OnlinePay>true</d2p1:OnlinePay>
<d2p1:OnlinePayTerms>sample string 9</d2p1:OnlinePayTerms>
<d2p1:OnlinePayTermsAcceptOn>1.1</d2p1:OnlinePayTermsAcceptOn>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PartPay>true</d2p1:PartPay>
<d2p1:RegionKey>sample string 3</d2p1:RegionKey>
<d2p1:TotalDays>8</d2p1:TotalDays>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageRegion>
<d2p1:OrgPackageRegion>
<d2p1:CountryCodeIsoCC>sample string 4</d2p1:CountryCodeIsoCC>
<d2p1:CreatedOn>10.1</d2p1:CreatedOn>
<d2p1:CurrencyCode>sample string 5</d2p1:CurrencyCode>
<d2p1:CurrencySymbol>sample string 6</d2p1:CurrencySymbol>
<d2p1:DiscountPer>1</d2p1:DiscountPer>
<d2p1:FinalPrice>1</d2p1:FinalPrice>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:MrpPrice>7</d2p1:MrpPrice>
<d2p1:OnlinePay>true</d2p1:OnlinePay>
<d2p1:OnlinePayTerms>sample string 9</d2p1:OnlinePayTerms>
<d2p1:OnlinePayTermsAcceptOn>1.1</d2p1:OnlinePayTermsAcceptOn>
<d2p1:PackageId>2</d2p1:PackageId>
<d2p1:PartPay>true</d2p1:PartPay>
<d2p1:RegionKey>sample string 3</d2p1:RegionKey>
<d2p1:TotalDays>8</d2p1:TotalDays>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
</d2p1:OrgPackageRegion>
</d2p1:OrgPackageRegions>
<d2p1:PackageName>sample string 2</d2p1:PackageName>
<d2p1:PayStatus>1</d2p1:PayStatus>
<d2p1:ProfileId>1</d2p1:ProfileId>
<d2p1:StartDate>1.1</d2p1:StartDate>
<d2p1:Tags>sample string 4</d2p1:Tags>
<d2p1:UpdatedOn>1.1</d2p1:UpdatedOn>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:tele_client>
<d2p1:activated_on>35.1</d2p1:activated_on>
<d2p1:activity>true</d2p1:activity>
<d2p1:age>1</d2p1:age>
<d2p1:assigned_to_org_member>sample string 36</d2p1:assigned_to_org_member>
<d2p1:body_measurements>true</d2p1:body_measurements>
<d2p1:body_transformation>true</d2p1:body_transformation>
<d2p1:bodystats>true</d2p1:bodystats>
<d2p1:bp>true</d2p1:bp>
<d2p1:bs>true</d2p1:bs>
<d2p1:country_code>sample string 9</d2p1:country_code>
<d2p1:created_on>31.1</d2p1:created_on>
<d2p1:dateOfBirth>1.1</d2p1:dateOfBirth>
<d2p1:display_name>sample string 7</d2p1:display_name>
<d2p1:email>sample string 11</d2p1:email>
<d2p1:food>true</d2p1:food>
<d2p1:gender>sample string 8</d2p1:gender>
<d2p1:goal xmlns:d5p1="http://schemas.datacontract.org/2004/07/CommonClasses.user">
<d5p1:accepted_on>21.1</d5p1:accepted_on>
<d5p1:avg_weight_per_week>13</d5p1:avg_weight_per_week>
<d5p1:bodyfat>11</d5p1:bodyfat>
<d5p1:calories>8</d5p1:calories>
<d5p1:created_on>17.1</d5p1:created_on>
<d5p1:current_weight>14</d5p1:current_weight>
<d5p1:distance>9</d5p1:distance>
<d5p1:goal_id>sample string 1</d5p1:goal_id>
<d5p1:goal_type>sample string 4</d5p1:goal_type>
<d5p1:no_of_days_goal>12</d5p1:no_of_days_goal>
<d5p1:org_member_id>3</d5p1:org_member_id>
<d5p1:request_status>sample string 15</d5p1:request_status>
<d5p1:sleep>10</d5p1:sleep>
<d5p1:steps>5</d5p1:steps>
<d5p1:updated_on>19.1</d5p1:updated_on>
<d5p1:user_id>2</d5p1:user_id>
<d5p1:water_intake>7</d5p1:water_intake>
<d5p1:weight>6</d5p1:weight>
</d2p1:goal>
<d2p1:heartrate>true</d2p1:heartrate>
<d2p1:height>1.1</d2p1:height>
<d2p1:image_url>sample string 12</d2p1:image_url>
<d2p1:is_active>true</d2p1:is_active>
<d2p1:is_deleted>true</d2p1:is_deleted>
<d2p1:last_update>33.1</d2p1:last_update>
<d2p1:mapping_id>sample string 5</d2p1:mapping_id>
<d2p1:medical>true</d2p1:medical>
<d2p1:migrate_status>1</d2p1:migrate_status>
<d2p1:mobile_number>sample string 10</d2p1:mobile_number>
<d2p1:org_branch_id>2</d2p1:org_branch_id>
<d2p1:org_id>1</d2p1:org_id>
<d2p1:org_member_id>3</d2p1:org_member_id>
<d2p1:permanent_deleted>true</d2p1:permanent_deleted>
<d2p1:sleep>true</d2p1:sleep>
<d2p1:steps>true</d2p1:steps>
<d2p1:time_zone>sample string 13</d2p1:time_zone>
<d2p1:uid>sample string 6</d2p1:uid>
<d2p1:user_activities xmlns:d5p1="http://schemas.datacontract.org/2004/07/CommonClasses.user">
<d5p1:UserActivity>
<d5p1:City>sample string 8</d5p1:City>
<d5p1:Country>sample string 7</d5p1:Country>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
<d5p1:IsUploaded>11</d5p1:IsUploaded>
<d5p1:PinCode>sample string 10</d5p1:PinCode>
<d5p1:State>sample string 9</d5p1:State>
<d5p1:activity_type>sample string 2</d5p1:activity_type>
<d5p1:date_of_activity>5.1</d5p1:date_of_activity>
<d5p1:date_str>sample string 3</d5p1:date_str>
<d5p1:id>1</d5p1:id>
<d5p1:json_data>sample string 6</d5p1:json_data>
<d5p1:user_id>1</d5p1:user_id>
</d5p1:UserActivity>
<d5p1:UserActivity>
<d5p1:City>sample string 8</d5p1:City>
<d5p1:Country>sample string 7</d5p1:Country>
<d5p1:IsDeleted>true</d5p1:IsDeleted>
<d5p1:IsUploaded>11</d5p1:IsUploaded>
<d5p1:PinCode>sample string 10</d5p1:PinCode>
<d5p1:State>sample string 9</d5p1:State>
<d5p1:activity_type>sample string 2</d5p1:activity_type>
<d5p1:date_of_activity>5.1</d5p1:date_of_activity>
<d5p1:date_str>sample string 3</d5p1:date_str>
<d5p1:id>1</d5p1:id>
<d5p1:json_data>sample string 6</d5p1:json_data>
<d5p1:user_id>1</d5p1:user_id>
</d5p1:UserActivity>
</d2p1:user_activities>
<d2p1:user_id>4</d2p1:user_id>
<d2p1:water>true</d2p1:water>
<d2p1:whr>true</d2p1:whr>
</d2p1:tele_client>
<d2p1:walkin>
<d2p1:assigned_to_org_member>sample string 19</d2p1:assigned_to_org_member>
<d2p1:client_status>sample string 20</d2p1:client_status>
<d2p1:country_code>sample string 10</d2p1:country_code>
<d2p1:date_Of_birth>7.1</d2p1:date_Of_birth>
<d2p1:gender>sample string 8</d2p1:gender>
<d2p1:goal>
<d2p1:avg_weight_per_week>11</d2p1:avg_weight_per_week>
<d2p1:bodyfat>9</d2p1:bodyfat>
<d2p1:calories>6</d2p1:calories>
<d2p1:created_on>14.1</d2p1:created_on>
<d2p1:current_weight>12</d2p1:current_weight>
<d2p1:distance>7</d2p1:distance>
<d2p1:goal_id>1</d2p1:goal_id>
<d2p1:goal_type>sample string 2</d2p1:goal_type>
<d2p1:no_of_days_goal>10</d2p1:no_of_days_goal>
<d2p1:org_member_id>13</d2p1:org_member_id>
<d2p1:profile_id>1</d2p1:profile_id>
<d2p1:sleep>8</d2p1:sleep>
<d2p1:steps>3</d2p1:steps>
<d2p1:updated_on>16.1</d2p1:updated_on>
<d2p1:water_intake>5</d2p1:water_intake>
<d2p1:weight>4</d2p1:weight>
</d2p1:goal>
<d2p1:height>9</d2p1:height>
<d2p1:inserted_on>13.1</d2p1:inserted_on>
<d2p1:is_deleted>true</d2p1:is_deleted>
<d2p1:migrate_status>1</d2p1:migrate_status>
<d2p1:mobile_number>sample string 11</d2p1:mobile_number>
<d2p1:name>sample string 5</d2p1:name>
<d2p1:no_of_edits>17</d2p1:no_of_edits>
<d2p1:notes>sample string 21</d2p1:notes>
<d2p1:org_branch_id>3</d2p1:org_branch_id>
<d2p1:org_id>2</d2p1:org_id>
<d2p1:org_member_id>4</d2p1:org_member_id>
<d2p1:profile_id>1</d2p1:profile_id>
<d2p1:ref_by>sample string 18</d2p1:ref_by>
<d2p1:updated_on>15.1</d2p1:updated_on>
</d2p1:walkin>
</d2p1:OrgPackage>
</OrgPackages>
</OrgPackagesResp>