{
  "$result_object_key":  {
    "dietician_organization_id":  "123450",
    "dietitian_email_address":  "drfleming@example.com",
    "dietitian_first_name":  "Alexander",
    "dietitian_id":  "100070",
    "dietitian_last_name":  "Alexander",
    "dietitian_organization_id":  "123450",
    "id":  "57211",
    "patient_id":  "121250",
    "updated_at":  "2024-05-10T08:46:04Z"
  }
}
{
  "$result_object_key":  {
    "dietician_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
    "dietitian_email_address":  "Email address of the User's (Patient's) registered dietitian",
    "dietitian_first_name":  "First name of the User's (Patient's) registered dietitian",
    "dietitian_id":  "ID of the User's (Patient's) registered dietitian",
    "dietitian_last_name":  "Last name of the User's (Patient's) registered dietitian",
    "dietitian_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
    "id":  "Billing Item object ID",
    "patient_id":  "Patient's ID",
    "updated_at":  "Billing Item updated at"
  }
}

Parameters

Action
Parameters
Created At
timing.v1.Timestamp

This field maps to the destination API created_at field.

Amount Paid
float64 (double)
required

This field maps to the destination API amount_paid field.

Note
string

This field maps to the destination API note field.

Patient ID
string

ID This field maps to the destination API sender_id field.

Recipient ID
string

ID This field maps to the destination API recipient_id field.

Payment Medium
string

This field maps to the destination API payment_medium field.

Offering Coupon ID
string

This field maps to the destination API offering_coupon_id field.

Offering ID
string

This field maps to the destination API offering_id field.

Should Charge
bool

This field maps to the destination API should_charge field.

Stripe Customer Detail ID
string

ID This field maps to the destination API stripe_customer_detail_id field.

Requested Payment ID
string

This field maps to the destination API requested_payment_id field.

User Package Selection ID
string

This field maps to the destination API user_package_selection_id field.

{
  "$result_object_key":  {
    "dietician_organization_id":  "123450",
    "dietitian_email_address":  "drfleming@example.com",
    "dietitian_first_name":  "Alexander",
    "dietitian_id":  "100070",
    "dietitian_last_name":  "Alexander",
    "dietitian_organization_id":  "123450",
    "id":  "57211",
    "patient_id":  "121250",
    "updated_at":  "2024-05-10T08:46:04Z"
  }
}
{
  "$result_object_key":  {
    "dietician_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
    "dietitian_email_address":  "Email address of the User's (Patient's) registered dietitian",
    "dietitian_first_name":  "First name of the User's (Patient's) registered dietitian",
    "dietitian_id":  "ID of the User's (Patient's) registered dietitian",
    "dietitian_last_name":  "Last name of the User's (Patient's) registered dietitian",
    "dietitian_organization_id":  "Organization ID for the User's (Patient's) registered dietitian",
    "id":  "Billing Item object ID",
    "patient_id":  "Patient's ID",
    "updated_at":  "Billing Item updated at"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions.

Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.

Here we demonstrate how to refer to this data using the prefix $result_object_key.

BillingItem
Fetch Action Response Object
id
string
required

Billing Item object ID

CEL
$result_object_key.id
Example
"57211"
patient_id
string
required

ID Patient’s ID

CEL
$result_object_key.patient_id
Example
"121250"
dietician_organization_id
string

Organization ID for the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietician_organization_id
Example
"123450"
updated_at
timing.v1.Timestamp
required

Billing Item updated at

CEL
$result_object_key.updated_at
Example
"2024-05-10T08:46:04Z"
dietitian_organization_id
string

Organization ID for the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietitian_organization_id
Example
"123450"
dietitian_first_name
string

First name of the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietitian_first_name
Example
"Alexander"
dietitian_last_name
string

Last name of the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietitian_last_name
Example
"Alexander"
dietitian_email_address
string

Email address of the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietitian_email_address
Example
"drfleming@example.com"
dietitian_id
string

ID of the User’s (Patient’s) registered dietitian

CEL
$result_object_key.dietitian_id
Example
"100070"