POST api/member/shallow
Request Information
URI Parameters
None.
Body Parameters
ShallowMemberModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberCurrentTime | date |
None. |
|
| RecentPlaylistTransaction | boolean |
None. |
|
| RecentTransaction | boolean |
None. |
|
| HasTransaction | boolean |
None. |
|
| TotalBundleHours | decimal number |
None. |
|
| CompletedBundleHours | decimal number |
None. |
|
| OutstandingBundleHours | decimal number |
None. |
|
| IsParalegal | boolean |
None. |
|
| ID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MarketingStatus | MemberMarketingStatusEnum |
None. |
|
| PackageType | MemberPackageTypeEnum |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| Identifier | globally unique identifier |
None. |
|
| Bars | Collection of Bar |
None. |
|
| FreeCredits | decimal number |
None. |
|
| PaidCredits | decimal number |
None. |
|
| LiveCredits | decimal number |
None. |
|
| UserLiveEvents | Collection of LiveEventUserHomePageModel |
None. |
|
| PreviousLiveCourses | Collection of integer |
None. |
|
| PopupInterval | integer |
None. |
|
| IsPopupTimeout | boolean |
None. |
|
| HasUnlimited | boolean |
None. |
|
| UnlimitedExpiration | date |
None. |
|
| IsAllInclusive | boolean |
None. |
|
| IsLiveUnlimited | boolean |
None. |
|
| Created | date |
None. |
|
| Bundles | Collection of Bundle |
None. |
|
| AllPracticeAreas | Collection of PracticeAreaModel |
None. |
|
| MyPracticeAreas | Collection of PracticeAreaModel |
None. |
|
| PopularPracticeAreas | Collection of PracticeAreaModel |
None. |
|
| offlineCart | OfflineCart |
None. |
|
| RequiresContact | boolean |
None. |
|
| Contact | MemberContactModel |
None. |
|
| HasContact | boolean |
None. |
|
| IsActiveTeamMember | boolean |
None. |
|
| TeamAccess | boolean |
None. |
|
| Role | string |
None. |
|
| TeamInformation | Collection of Team |
None. |
|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| StackTrace | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |