The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/SunFireRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
Content-Length: length
{
Agent NPN: String,
Plan Name: String,
Sunfire Personal Code: String,
Medicare ID Number: String,
Policy Type: String,
old part a: String,
old part b: String,
Medicaid number: String,
Carrier Name: String,
Agent Name: String,
Agent Email: String,
Election Code: String,
PCP ID: String,
Wish to designate PCP: String,
LTC address line 1: String,
Agent username: String,
Carrier Id: String,
LTC address city: String,
Has other drug coverage: String,
PCP - Is established patient: String,
WritingId: String,
Has other group coverage: String,
SunFire plan ID: String,
Plan type: String,
LTC address state: String,
Can email the enrollee: String,
Payment type: String,
IPAddress: String,
LTC phone: String,
Language: String,
Primary Care Doctor: String,
DOB: String,
Medicare #: String,
Full Address: String,
Gender: String,
Contract ID: String,
Plan ID: String,
AgentID: String,
Plan year: String,
Effective Date: String,
App Submit Date: String,
Submit Time: String,
Election period: String,
SEP Reason Code: String,
Lead Vendor: String,
CMS plan ID: String,
Confirmation Number: String,
Applicant Email Address: String,
first_name: String,
last_name: String,
full_name: String,
address1: String,
city: String,
state: String,
postal_code: String,
attributionSource: String,
agentContractType: String,
P2P Check: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}