---
title: "POST /your-endpoint-url"
method: POST
path: "/your-endpoint-url"
---

# POST /your-endpoint-url

`POST /your-endpoint-url`

## Request body

- OnExPolicyStatusPayload — Payload for On-Exchange Sync Events
  - `transaction_id` integer, required — Unique confirmation ID from the managed application
  - `policy_status` 'effectuated' | 'cancelled' | 'terminated', nullable — Status of the FFM policy
  - `event_type` 'sync', required — Type of event being processed
  - `event_timestamp` string, date-time, nullable, required — Timestamp of the last EDE synchronization
  - `external_id` string, nullable — External identifier for the enrollment lead
  - `policy_aor_npn` string, nullable — National Producer Number (NPN) on defined assistor for the policy
  - `submitter_npn` string, nullable — National Producer Number (NPN) of the agent
  - `npn_used_at_submission` string, nullable — National Producer Number (NPN) used during application submission
  - `issuer_member_id` string, nullable — Carrier-assigned member ID from the active health policy's external policy record. Null if the carrier has not yet assigned or shared a member ID.
  - `payment` Payment, nullable — Payment information for a policy. The payment key is always present (set to null if no payment data is available).
    - `payment_status` 'unpaid_binder' | 'paid_binder' | 'paid' | 'past_due' — Current payment status of the policy
    - `payment_status_updated_date` string, nullable — Date when payment status was last updated (MM/DD/YYYY format)
    - `grace_period_start_date` string, nullable — Start date of grace period, if applicable (MM/DD/YYYY format)
    - `paid_through_date` string, nullable — Date through which the policy is paid (MM/DD/YYYY format)
    - `past_due_member_responsibility_balance_due` string — Past due balance amount (decimal string with 2 decimal places, e.g., "150.00")
    - `current_member_responsibility_balance_due` string — Current balance amount (decimal string with 2 decimal places, e.g., "50.50")
    - `autopay_indicator` boolean, nullable — Whether automatic payment is enabled for this policy

## Response `200`

Successful response

---

[API](https://skmtc.net/healthsherpa/apis/health-insurance-quotes-api.md) · [All operations](https://skmtc.net/healthsherpa/apis/health-insurance-quotes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/healthsherpa/health-insurance-quotes-api/revisions/3cbfff4e5929/schema)
