POST api/v1/Members
Update a member or Add a member to the database. If the member has an id, it will be updated. If the member does not have an id, it will be added.
Request Information
URI Parameters
Body Parameters
Member object
MemberName | Description | Type | Additional information |
---|---|---|---|
Id |
Database ID for the member |
integer | |
clientName | string | ||
MemberUniqueKey |
Unique key for the member across all Tula Systems |
globally unique identifier | |
MemberUID | string | ||
ClientId |
Client ID for the member |
integer | |
ClientMemberId |
ClientMemberId for the member |
string | |
LegacyMemberId | string |
String length: inclusive between 0 and 100 |
|
SponsorName | string | ||
GroupId | string | ||
StatusId |
Status ID for the member. This is a nullable field. |
TMemberStatus | |
StatusReasonId | TMemberStatusReasonCode | ||
StatusDateTime |
Status DateTime for the member |
date | |
MemberTypeId | TMemberType | ||
PrimaryMemberId | integer | ||
FirstName |
First name of the member |
string |
Required |
LastName |
Last name of the member |
string |
Required |
PreferredName |
Preferred name of the member |
string | |
Birthdate |
Birthdate of the member |
date | |
Gender |
Gender of the member |
string | |
SSNLastFour |
Last four of the SSN for the member. Used for security purposes. |
string | |
TimeZone |
Timezone for the member. To avoid communications at odd hours. |
string | |
PreferredLanguage |
Preferred language for the member. Used for communications. |
string | |
IsEligible |
Is the member eligible for the program |
boolean | |
EligibilityDate |
Date the member became eligible |
date | |
EligibilityNotificationDate |
Date Tula was notified of the member's eligibility |
date | |
IsBillable |
Is the member billable |
boolean | |
TNCAcceptDateTime |
Terms and Conditions acceptance date |
date | |
IsUserOptedOut |
Has the user opted out of the program |
boolean | |
OptOutDateTime |
User opt out date |
date | |
DoNotContact | boolean | ||
BetaAgreementRequired | boolean | ||
BetaAgreementDateTime | date | ||
A1C | string | ||
A1CDate | date | ||
DiabeticDiscovery | boolean | ||
DiabeticDiscoveryDateTime | date | ||
DiabetesDiagnosis | boolean | ||
DiabetesDiagnosisDate | date | ||
Email address for the member |
string | ||
Phone |
Phone number for the member |
string | |
MobilePhone |
Mobile phone number for the member |
string | |
HomeAddress1 |
Home address for the member |
string | |
HomeAddress2 |
Home address for the member |
string | |
HomeAddress3 |
public string HomeAddress2 { get; set; } = string.Empty; |
string | |
HomeCity |
Home city for the member |
string | |
HomeState |
public string HomeCity { get; set; } = string.Empty; |
string | |
HomeZip |
Home zip code for the member |
string | |
ShipAddress1 |
Street address for the member |
string | |
ShipAddress2 |
Street address for the member |
string | |
ShipAddress3 |
Street address for the member |
string | |
ShipCity |
City for the member |
string | |
ShipState |
State for the member |
string | |
ShipZip |
Zip code for the member |
string | |
ResupplyDate | date | ||
LastInvoiceDate | date | ||
NextInvoiceDate | date | ||
LastActivityDate | date | ||
InvoiceDiscountAmount | decimal number | ||
Orders | Collection of Order | ||
OrderTemplates | Collection of OrderTemplate | ||
ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Request Formats
application/json, text/json
{ "id": 1, "clientName": "sample string 2", "memberUniqueKey": "0f5b66c1-a9fc-4285-ae70-c109087dea47", "memberUID": "sample string 4", "clientId": 5, "clientMemberId": "sample string 6", "legacyMemberId": "sample string 7", "sponsorName": "sample string 8", "groupId": "sample string 9", "statusId": "Unknown", "statusReasonId": "Unknown", "statusDateTime": "2025-08-14T01:26:05.4258392+00:00", "memberTypeId": "Unknown", "primaryMemberId": 1, "firstName": "sample string 11", "lastName": "sample string 12", "preferredName": "sample string 13", "birthdate": "2025-08-14T01:26:05.4258392+00:00", "gender": "sample string 15", "ssnLastFour": "sample string 16", "timeZone": "sample string 17", "preferredLanguage": "sample string 18", "isEligible": true, "eligibilityDate": "2025-08-14T01:26:05.4258392+00:00", "eligibilityNotificationDate": "2025-08-14T01:26:05.4258392+00:00", "isBillable": true, "tncAcceptDateTime": "2025-08-14T01:26:05.4258392+00:00", "isUserOptedOut": true, "optOutDateTime": "2025-08-14T01:26:05.4258392+00:00", "doNotContact": true, "betaAgreementRequired": true, "betaAgreementDateTime": "2025-08-14T01:26:05.4258392+00:00", "a1C": "sample string 25", "a1CDate": "2025-08-14T01:26:05.4258392+00:00", "diabeticDiscovery": true, "diabeticDiscoveryDateTime": "2025-08-14T01:26:05.4258392+00:00", "diabetesDiagnosis": true, "diabetesDiagnosisDate": "2025-08-14T01:26:05.4258392+00:00", "email": "sample string 26", "phone": "sample string 27", "mobilePhone": "sample string 28", "homeAddress1": "sample string 29", "homeAddress2": "sample string 30", "homeAddress3": "sample string 31", "homeCity": "sample string 32", "homeState": "sample string 33", "homeZip": "sample string 34", "shipAddress1": "sample string 35", "shipAddress2": "sample string 36", "shipAddress3": "sample string 37", "shipCity": "sample string 38", "shipState": "sample string 39", "shipZip": "sample string 40", "resupplyDate": "2025-08-14T01:26:05.4258392+00:00", "lastInvoiceDate": "2025-08-14T01:26:05.4258392+00:00", "nextInvoiceDate": "2025-08-14T01:26:05.4258392+00:00", "lastActivityDate": "2025-08-14T01:26:05.4258392+00:00", "invoiceDiscountAmount": 41.0, "memberHealthDetails": [ { "id": 1, "memberId": 2, "billingPeriodBegin": "2025-08-14T01:26:05.4258392+00:00", "billingPeriodEnd": "2025-08-14T01:26:05.4258392+00:00", "active": true, "healthCoachInboundCalls": 6.0, "healthCoachInboundCallsComplete": 7.0, "healthCoachInboundCallsMax": 8.0, "clinicalCalls": 9.0, "clinicalCallsMax": 10.0, "clinicalCallsComplete": 11.0, "activityMonth": 12, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 15, "txID": "sample string 16" }, { "id": 1, "memberId": 2, "billingPeriodBegin": "2025-08-14T01:26:05.4258392+00:00", "billingPeriodEnd": "2025-08-14T01:26:05.4258392+00:00", "active": true, "healthCoachInboundCalls": 6.0, "healthCoachInboundCallsComplete": 7.0, "healthCoachInboundCallsMax": 8.0, "clinicalCalls": 9.0, "clinicalCallsMax": 10.0, "clinicalCallsComplete": 11.0, "activityMonth": 12, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 15, "txID": "sample string 16" } ], "orders": [ { "id": 1, "shortOrderNumber": "sample string 3", "clientId": 4, "memberId": 5, "orderTypeId": "Unknown", "orderStatusId": "Unknown", "orderDate": "2025-08-14T01:26:05.4258392+00:00", "orderTemplateId": 1, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "email": "sample string 15", "shippingServiceLevel": "sample string 16", "preferredShipMethod": "sample string 17", "packslipMessage": "sample string 18", "mustShipByDate": "2025-08-14T01:26:05.4258392+00:00", "orderItems": [ { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" }, { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" } ], "orderShipments": [ { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.4258392+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 18, "txID": "sample string 19" }, { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.4258392+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 18, "txID": "sample string 19" } ], "client": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "code": "sample string 4", "active": true, "parentClient": "sample string 6", "description": "sample string 7", "erpId": "sample string 8", "erpNumber": "sample string 9", "address1": "sample string 10", "address2": "sample string 11", "city": "sample string 12", "state": "sample string 13", "zip": "sample string 14", "email": "sample string 15", "phone": "sample string 16", "clientContracts": [ { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.4258392+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.4258392+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 12, "txID": "sample string 13" }, { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.4258392+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.4258392+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 12, "txID": "sample string 13" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 19, "txID": "sample string 20" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 22, "txID": "sample string 23" }, { "id": 1, "shortOrderNumber": "sample string 3", "clientId": 4, "memberId": 5, "orderTypeId": "Unknown", "orderStatusId": "Unknown", "orderDate": "2025-08-14T01:26:05.4258392+00:00", "orderTemplateId": 1, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "email": "sample string 15", "shippingServiceLevel": "sample string 16", "preferredShipMethod": "sample string 17", "packslipMessage": "sample string 18", "mustShipByDate": "2025-08-14T01:26:05.4258392+00:00", "orderItems": [ { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" }, { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" } ], "orderShipments": [ { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.4258392+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 18, "txID": "sample string 19" }, { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.4258392+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.4258392+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.4258392+00:00", "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 18, "txID": "sample string 19" } ], "client": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "code": "sample string 4", "active": true, "parentClient": "sample string 6", "description": "sample string 7", "erpId": "sample string 8", "erpNumber": "sample string 9", "address1": "sample string 10", "address2": "sample string 11", "city": "sample string 12", "state": "sample string 13", "zip": "sample string 14", "email": "sample string 15", "phone": "sample string 16", "clientContracts": [ { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.4258392+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.4258392+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 12, "txID": "sample string 13" }, { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.4258392+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.4258392+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 12, "txID": "sample string 13" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 19, "txID": "sample string 20" }, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 22, "txID": "sample string 23" } ], "orderTemplates": [ { "id": 1, "clientId": 2, "memberId": 3, "estimatedShipDate": "2025-08-14T01:26:05.4258392+00:00", "templateNextCreateDate": "2025-08-14T01:26:05.4258392+00:00", "templateEndDate": "2025-08-14T01:26:05.4258392+00:00", "templateGenerationCount": 6, "templateType": "sample string 7", "shipName": "sample string 8", "shipAddress1": "sample string 9", "shipAddress2": "sample string 10", "shipAddress3": "sample string 11", "shipCity": "sample string 12", "shipState": "sample string 13", "shipZip": "sample string 14", "shipPhone": "sample string 15", "email": "sample string 16", "shippingServiceLevel": "sample string 17", "preferredShipMethod": "sample string 18", "packslipMessage": "sample string 19", "mustShipByDate": "2025-08-14T01:26:05.4258392+00:00", "orderTemplateItems": [ { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" }, { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 23, "txID": "sample string 24" }, { "id": 1, "clientId": 2, "memberId": 3, "estimatedShipDate": "2025-08-14T01:26:05.4258392+00:00", "templateNextCreateDate": "2025-08-14T01:26:05.4258392+00:00", "templateEndDate": "2025-08-14T01:26:05.4258392+00:00", "templateGenerationCount": 6, "templateType": "sample string 7", "shipName": "sample string 8", "shipAddress1": "sample string 9", "shipAddress2": "sample string 10", "shipAddress3": "sample string 11", "shipCity": "sample string 12", "shipState": "sample string 13", "shipZip": "sample string 14", "shipPhone": "sample string 15", "email": "sample string 16", "shippingServiceLevel": "sample string 17", "preferredShipMethod": "sample string 18", "packslipMessage": "sample string 19", "mustShipByDate": "2025-08-14T01:26:05.4258392+00:00", "orderTemplateItems": [ { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" }, { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 8, "txID": "sample string 9" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 23, "txID": "sample string 24" } ], "modifiedDateTime": "2025-08-14T01:26:05.4258392+00:00", "executionTime": 43, "txID": "sample string 44" }
application/x-www-form-urlencoded
Id=1&ClientName=sample+string+1&MemberUniqueKey=1e42617d-f357-482f-bb29-22c273538346&MemberUID=sample+string+1&ClientId=1&ClientMemberId=sample+string+1&LegacyMemberId=sample+string+1&SponsorName=sample+string+1&GroupId=sample+string+1&StatusId=Unknown&StatusReasonId=Unknown&StatusDateTime=8%2f13%2f2025+10%3a11%3a55+AM&MemberTypeId=Unknown&PrimaryMemberId=1&FirstName=sample+string+1&LastName=sample+string+1&PreferredName=sample+string+1&Birthdate=8%2f13%2f2025+10%3a11%3a55+AM&Gender=sample+string+1&SSNLastFour=sample+string+1&TimeZone=sample+string+1&PreferredLanguage=sample+string+1&IsEligible=True&EligibilityDate=8%2f13%2f2025+10%3a11%3a55+AM&EligibilityNotificationDate=8%2f13%2f2025+10%3a11%3a55+AM&IsBillable=True&TNCAcceptDateTime=8%2f13%2f2025+10%3a11%3a55+AM&IsUserOptedOut=True&OptOutDateTime=8%2f13%2f2025+10%3a11%3a55+AM&DoNotContact=True&BetaAgreementRequired=True&BetaAgreementDateTime=8%2f13%2f2025+10%3a11%3a55+AM&A1C=sample+string+1&A1CDate=8%2f13%2f2025+10%3a11%3a55+AM&DiabeticDiscovery=True&DiabeticDiscoveryDateTime=8%2f13%2f2025+10%3a11%3a55+AM&DiabetesDiagnosis=True&DiabetesDiagnosisDate=8%2f13%2f2025+10%3a11%3a55+AM&Email=sample+string+1&Phone=sample+string+1&MobilePhone=sample+string+1&HomeAddress1=sample+string+1&HomeAddress2=sample+string+1&HomeAddress3=sample+string+1&HomeCity=sample+string+1&HomeState=sample+string+1&HomeZip=sample+string+1&ShipAddress1=sample+string+1&ShipAddress2=sample+string+1&ShipAddress3=sample+string+1&ShipCity=sample+string+1&ShipState=sample+string+1&ShipZip=sample+string+1&ResupplyDate=8%2f13%2f2025+10%3a11%3a55+AM&LastInvoiceDate=8%2f13%2f2025+10%3a11%3a55+AM&NextInvoiceDate=8%2f13%2f2025+10%3a11%3a55+AM&LastActivityDate=8%2f13%2f2025+10%3a11%3a55+AM&InvoiceDiscountAmount=1&Client=TulaERP.Contract.Models.Client&MemberHealthDetails=System.Collections.Generic.List%601%5bTulaERP.Contract.Models.MemberHealthDetail%5d&MemberStatus=TulaERP.Contract.Models.MemberStatus&State=TulaERP.Contract.Models.State&UserSession=TulaERP.Contract.Models.UserSession&ClientROIDetails=System.Collections.Generic.List%601%5bTulaERP.Contract.Models.ClientROIDetail%5d&Orders=System.Collections.Generic.List%601%5bTulaERP.Contract.Models.Order%5d&OrderTemplates=System.Collections.Generic.List%601%5bTulaERP.Contract.Models.OrderTemplate%5d&DBStatus=Unknown&ModifiedDateTime=8%2f13%2f2025+10%3a11%3a56+AM&ExecutionTime=1&TxID=sample+string+1&ResultMessage=sample+string+1&ResultCode=1&ModifiedSessionId=1&RowVersion=System.Byte%5b%5d
application/xml
Sample not available.
text/xml
Sample not available.
Response Information
Resource Description
Newly saved member object
MemberName | Description | Type | Additional information |
---|---|---|---|
Id |
Database ID for the member |
integer | |
clientName | string | ||
MemberUniqueKey |
Unique key for the member across all Tula Systems |
globally unique identifier | |
MemberUID | string | ||
ClientId |
Client ID for the member |
integer | |
ClientMemberId |
ClientMemberId for the member |
string | |
LegacyMemberId | string |
String length: inclusive between 0 and 100 |
|
SponsorName | string | ||
GroupId | string | ||
StatusId |
Status ID for the member. This is a nullable field. |
TMemberStatus | |
StatusReasonId | TMemberStatusReasonCode | ||
StatusDateTime |
Status DateTime for the member |
date | |
MemberTypeId | TMemberType | ||
PrimaryMemberId | integer | ||
FirstName |
First name of the member |
string |
Required |
LastName |
Last name of the member |
string |
Required |
PreferredName |
Preferred name of the member |
string | |
Birthdate |
Birthdate of the member |
date | |
Gender |
Gender of the member |
string | |
SSNLastFour |
Last four of the SSN for the member. Used for security purposes. |
string | |
TimeZone |
Timezone for the member. To avoid communications at odd hours. |
string | |
PreferredLanguage |
Preferred language for the member. Used for communications. |
string | |
IsEligible |
Is the member eligible for the program |
boolean | |
EligibilityDate |
Date the member became eligible |
date | |
EligibilityNotificationDate |
Date Tula was notified of the member's eligibility |
date | |
IsBillable |
Is the member billable |
boolean | |
TNCAcceptDateTime |
Terms and Conditions acceptance date |
date | |
IsUserOptedOut |
Has the user opted out of the program |
boolean | |
OptOutDateTime |
User opt out date |
date | |
DoNotContact | boolean | ||
BetaAgreementRequired | boolean | ||
BetaAgreementDateTime | date | ||
A1C | string | ||
A1CDate | date | ||
DiabeticDiscovery | boolean | ||
DiabeticDiscoveryDateTime | date | ||
DiabetesDiagnosis | boolean | ||
DiabetesDiagnosisDate | date | ||
Email address for the member |
string | ||
Phone |
Phone number for the member |
string | |
MobilePhone |
Mobile phone number for the member |
string | |
HomeAddress1 |
Home address for the member |
string | |
HomeAddress2 |
Home address for the member |
string | |
HomeAddress3 |
public string HomeAddress2 { get; set; } = string.Empty; |
string | |
HomeCity |
Home city for the member |
string | |
HomeState |
public string HomeCity { get; set; } = string.Empty; |
string | |
HomeZip |
Home zip code for the member |
string | |
ShipAddress1 |
Street address for the member |
string | |
ShipAddress2 |
Street address for the member |
string | |
ShipAddress3 |
Street address for the member |
string | |
ShipCity |
City for the member |
string | |
ShipState |
State for the member |
string | |
ShipZip |
Zip code for the member |
string | |
ResupplyDate | date | ||
LastInvoiceDate | date | ||
NextInvoiceDate | date | ||
LastActivityDate | date | ||
InvoiceDiscountAmount | decimal number | ||
Orders | Collection of Order | ||
OrderTemplates | Collection of OrderTemplate | ||
ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
{ "id": 1, "clientName": "sample string 2", "memberUniqueKey": "f297cf53-18d6-4262-afb1-81960cba12d7", "memberUID": "sample string 4", "clientId": 5, "clientMemberId": "sample string 6", "legacyMemberId": "sample string 7", "sponsorName": "sample string 8", "groupId": "sample string 9", "statusId": "Unknown", "statusReasonId": "Unknown", "statusDateTime": "2025-08-14T01:26:05.503942+00:00", "memberTypeId": "Unknown", "primaryMemberId": 1, "firstName": "sample string 11", "lastName": "sample string 12", "preferredName": "sample string 13", "birthdate": "2025-08-14T01:26:05.503942+00:00", "gender": "sample string 15", "ssnLastFour": "sample string 16", "timeZone": "sample string 17", "preferredLanguage": "sample string 18", "isEligible": true, "eligibilityDate": "2025-08-14T01:26:05.503942+00:00", "eligibilityNotificationDate": "2025-08-14T01:26:05.503942+00:00", "isBillable": true, "tncAcceptDateTime": "2025-08-14T01:26:05.503942+00:00", "isUserOptedOut": true, "optOutDateTime": "2025-08-14T01:26:05.503942+00:00", "doNotContact": true, "betaAgreementRequired": true, "betaAgreementDateTime": "2025-08-14T01:26:05.503942+00:00", "a1C": "sample string 25", "a1CDate": "2025-08-14T01:26:05.503942+00:00", "diabeticDiscovery": true, "diabeticDiscoveryDateTime": "2025-08-14T01:26:05.503942+00:00", "diabetesDiagnosis": true, "diabetesDiagnosisDate": "2025-08-14T01:26:05.503942+00:00", "email": "sample string 26", "phone": "sample string 27", "mobilePhone": "sample string 28", "homeAddress1": "sample string 29", "homeAddress2": "sample string 30", "homeAddress3": "sample string 31", "homeCity": "sample string 32", "homeState": "sample string 33", "homeZip": "sample string 34", "shipAddress1": "sample string 35", "shipAddress2": "sample string 36", "shipAddress3": "sample string 37", "shipCity": "sample string 38", "shipState": "sample string 39", "shipZip": "sample string 40", "resupplyDate": "2025-08-14T01:26:05.503942+00:00", "lastInvoiceDate": "2025-08-14T01:26:05.503942+00:00", "nextInvoiceDate": "2025-08-14T01:26:05.503942+00:00", "lastActivityDate": "2025-08-14T01:26:05.503942+00:00", "invoiceDiscountAmount": 41.0, "memberHealthDetails": [ { "id": 1, "memberId": 2, "billingPeriodBegin": "2025-08-14T01:26:05.503942+00:00", "billingPeriodEnd": "2025-08-14T01:26:05.503942+00:00", "active": true, "healthCoachInboundCalls": 6.0, "healthCoachInboundCallsComplete": 7.0, "healthCoachInboundCallsMax": 8.0, "clinicalCalls": 9.0, "clinicalCallsMax": 10.0, "clinicalCallsComplete": 11.0, "activityMonth": 12, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 15, "txID": "sample string 16" }, { "id": 1, "memberId": 2, "billingPeriodBegin": "2025-08-14T01:26:05.503942+00:00", "billingPeriodEnd": "2025-08-14T01:26:05.503942+00:00", "active": true, "healthCoachInboundCalls": 6.0, "healthCoachInboundCallsComplete": 7.0, "healthCoachInboundCallsMax": 8.0, "clinicalCalls": 9.0, "clinicalCallsMax": 10.0, "clinicalCallsComplete": 11.0, "activityMonth": 12, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 15, "txID": "sample string 16" } ], "orders": [ { "id": 1, "shortOrderNumber": "sample string 3", "clientId": 4, "memberId": 5, "orderTypeId": "Unknown", "orderStatusId": "Unknown", "orderDate": "2025-08-14T01:26:05.503942+00:00", "orderTemplateId": 1, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "email": "sample string 15", "shippingServiceLevel": "sample string 16", "preferredShipMethod": "sample string 17", "packslipMessage": "sample string 18", "mustShipByDate": "2025-08-14T01:26:05.503942+00:00", "orderItems": [ { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" }, { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" } ], "orderShipments": [ { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.503942+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 18, "txID": "sample string 19" }, { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.503942+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 18, "txID": "sample string 19" } ], "client": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "code": "sample string 4", "active": true, "parentClient": "sample string 6", "description": "sample string 7", "erpId": "sample string 8", "erpNumber": "sample string 9", "address1": "sample string 10", "address2": "sample string 11", "city": "sample string 12", "state": "sample string 13", "zip": "sample string 14", "email": "sample string 15", "phone": "sample string 16", "clientContracts": [ { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.503942+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.503942+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 12, "txID": "sample string 13" }, { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.503942+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.503942+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 12, "txID": "sample string 13" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 19, "txID": "sample string 20" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 22, "txID": "sample string 23" }, { "id": 1, "shortOrderNumber": "sample string 3", "clientId": 4, "memberId": 5, "orderTypeId": "Unknown", "orderStatusId": "Unknown", "orderDate": "2025-08-14T01:26:05.503942+00:00", "orderTemplateId": 1, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "email": "sample string 15", "shippingServiceLevel": "sample string 16", "preferredShipMethod": "sample string 17", "packslipMessage": "sample string 18", "mustShipByDate": "2025-08-14T01:26:05.503942+00:00", "orderItems": [ { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" }, { "itemCode": "sample string 4", "quantity": 5, "item": { "id": 1, "itemCode": "sample string 2", "alternateItemCode": "sample string 3", "mfgItemCode": "sample string 4", "harmonizedCode": "sample string 5", "erpId": "sample string 6", "description": "sample string 7", "itemTypeId": "Unknown", "image": "QEA=", "itemStatusId": "Inactive", "itemUoM": "sample string 8", "upcCode": "sample string 9", "billingCode": "sample string 10", "weight": 12.0, "weightUoM": "sample string 13", "prop65": true, "dimLength": 15.0, "dimWidth": 16.0, "dimHeight": 17.0, "dimUoM": "sample string 18", "itemPrice": 19.0, "lotControlled": true, "volume": 1.0, "volumeUoM": "sample string 21", "cost": 22.0, "barCodeNumber": "sample string 23", "itemKits": [ { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "itemId": 2, "itemCode": "sample string 3", "componentItemId": 4, "componentItemCode": "sample string 5", "componentQuantity": 6.0, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "vendor": { "name": "sample string 2" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 26, "txID": "sample string 27" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" } ], "orderShipments": [ { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.503942+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 18, "txID": "sample string 19" }, { "id": 1, "orderId": 2, "shortOrderNumber": "sample string 3", "orderShipmentDate": "2025-08-14T01:26:05.503942+00:00", "orderShipmentPackageNumber": 5, "orderShipmentStatusId": "Unknown", "warehouseId": 6, "shipName": "sample string 7", "shipAddress1": "sample string 8", "shipAddress2": "sample string 9", "shipAddress3": "sample string 10", "shipCity": "sample string 11", "shipState": "sample string 12", "shipZip": "sample string 13", "shipPhone": "sample string 14", "weight": 15.0, "orderShipmentItems": [ { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" }, { "id": 1, "orderShipmentId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "locationName": "sample string 6", "pickedQuantity": 1, "pickedDateTime": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 9, "txID": "sample string 10" } ], "orderShipmentPackages": [ { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" }, { "id": 1, "orderShipmentId": 2, "packageNumber": 3, "actualShipWeight": 1.0, "shipCarrier": "sample string 4", "trackingNumber1": "sample string 5", "trackingNumber2": "sample string 6", "deliveryStatus": "sample string 7", "carrierReceiveDate": "2025-08-14T01:26:05.503942+00:00", "transitDays": 9.0, "deliveryDate": "2025-08-14T01:26:05.503942+00:00", "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 13, "txID": "sample string 14" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 18, "txID": "sample string 19" } ], "client": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "code": "sample string 4", "active": true, "parentClient": "sample string 6", "description": "sample string 7", "erpId": "sample string 8", "erpNumber": "sample string 9", "address1": "sample string 10", "address2": "sample string 11", "city": "sample string 12", "state": "sample string 13", "zip": "sample string 14", "email": "sample string 15", "phone": "sample string 16", "clientContracts": [ { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.503942+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.503942+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 12, "txID": "sample string 13" }, { "id": 1, "clientId": 2, "effectiveDateStart": "2025-08-14T01:26:05.503942+00:00", "effectiveDateEnd": "2025-08-14T01:26:05.503942+00:00", "planName": "sample string 5", "planBillingCode": "sample string 6", "itemId": 7, "price": 8.0, "discountAmount": 9.0, "clientContractDetails": [ { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" }, { "id": 1, "clientContractId": 2, "healthCoachInboundCalls": 3.0, "healthCoachInboundCallsMax": 4.0, "additionalHealthCoachCallPrice": 5.0, "additionalHealthCoachCallDiscountAmount": 6.0, "additionalHealthCoachCallItemId": 7, "clinicalCalls": 8.0, "clinicalCallsMax": 9.0, "additionalDieticianCallPrice": 10.0, "additionalDieticianCallDiscountAmount": 11.0, "additionalDieticianCallItemId": 12, "additionalNurseCallPrice": 13.0, "additionalNurseCallDiscountAmount": 14.0, "additionalNurseCallItemId": 15, "reportingType": "sample string 16", "collectBiometricData": true, "rewardsProgram": true, "nutritionPlans": true, "resupplyGoal": 20.0, "resupplyLimit": 21.0, "replacementWelcomeKitPrice": 22.0, "replacementWelcomeKitItemId": 23, "replacementGlucometerPrice": 24.0, "replacementGlucometerItemId": 25, "replacementDeviceBandPrice": 26.0, "replacementDeviceBandItemId": 27, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 30, "txID": "sample string 31" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 12, "txID": "sample string 13" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 19, "txID": "sample string 20" }, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 22, "txID": "sample string 23" } ], "orderTemplates": [ { "id": 1, "clientId": 2, "memberId": 3, "estimatedShipDate": "2025-08-14T01:26:05.503942+00:00", "templateNextCreateDate": "2025-08-14T01:26:05.503942+00:00", "templateEndDate": "2025-08-14T01:26:05.503942+00:00", "templateGenerationCount": 6, "templateType": "sample string 7", "shipName": "sample string 8", "shipAddress1": "sample string 9", "shipAddress2": "sample string 10", "shipAddress3": "sample string 11", "shipCity": "sample string 12", "shipState": "sample string 13", "shipZip": "sample string 14", "shipPhone": "sample string 15", "email": "sample string 16", "shippingServiceLevel": "sample string 17", "preferredShipMethod": "sample string 18", "packslipMessage": "sample string 19", "mustShipByDate": "2025-08-14T01:26:05.503942+00:00", "orderTemplateItems": [ { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" }, { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 23, "txID": "sample string 24" }, { "id": 1, "clientId": 2, "memberId": 3, "estimatedShipDate": "2025-08-14T01:26:05.503942+00:00", "templateNextCreateDate": "2025-08-14T01:26:05.503942+00:00", "templateEndDate": "2025-08-14T01:26:05.503942+00:00", "templateGenerationCount": 6, "templateType": "sample string 7", "shipName": "sample string 8", "shipAddress1": "sample string 9", "shipAddress2": "sample string 10", "shipAddress3": "sample string 11", "shipCity": "sample string 12", "shipState": "sample string 13", "shipZip": "sample string 14", "shipPhone": "sample string 15", "email": "sample string 16", "shippingServiceLevel": "sample string 17", "preferredShipMethod": "sample string 18", "packslipMessage": "sample string 19", "mustShipByDate": "2025-08-14T01:26:05.503942+00:00", "orderTemplateItems": [ { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" }, { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 8, "txID": "sample string 9" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 23, "txID": "sample string 24" } ], "modifiedDateTime": "2025-08-14T01:26:05.503942+00:00", "executionTime": 43, "txID": "sample string 44" }
application/xml
Sample not available.
text/xml
Sample not available.