POST api/Cart?PurchaseTranactionID={PurchaseTranactionID}&purhasedLiveCreds={purhasedLiveCreds}&TeamsAddSeats={TeamsAddSeats}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseTranactionID | integer |
Required |
|
| purhasedLiveCreds | decimal number |
Default value is 0 |
|
| TeamsAddSeats | boolean |
Default value is False |
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
KlaviyoReciptEmailInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| body | string |
None. |
|
| subject | string |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"body": "sample string 1",
"subject": "sample string 2",
"message": "sample string 3"
}