The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/AgentContractCompanyNBCRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
Content-Length: length
{
AgentId: 0,
RecordId: 0,
Fields:
{
String: String
},
ContractCompanyDescription: String,
Type: String,
Status: 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
}
]
},
AgentContracting:
[
{
HasRequiredDocuments: False,
HasConversation: False,
HasAgentMsg: False,
HasAdminMsg: False,
Reminder:
[
{
ReminderId: 00000000000000000000000000000000,
TableName: String,
FieldName: String,
RecordId: 0,
ReminderDate: 0001-01-01,
ReminderNote: String,
CreatedDate: 0001-01-01,
CreatedBy: String,
CompletedDate: 0001-01-01
}
],
Attachment:
[
{
AttachmentId: 00000000000000000000000000000000,
TableName: String,
FieldName: String,
RecordId: 0,
AttachmentName: String,
MimeType: String,
AttachmentData: AA==,
FileSizeInKB: 0,
CreatedDate: 0001-01-01,
CreatedBy: String,
NeedsOCR: False,
OCRDate: 0001-01-01,
IsSecurities: False
}
],
AgentFirstName: String,
AgentLastName: String,
AgentID: 0,
AgentUpline1FirstName: String,
AgentUpline1LastName: String,
AgentUpline2FirstName: String,
AgentUpline2LastName: String,
AgentCreatedDate: 0001-01-01,
Id: 0,
AgentContractCompanyId: 00000000000000000000000000000000,
ContractCompanyDescription: String,
ContractCompanyTypeId: 0,
AgentCode: String,
ContractDoneDate: 0001-01-01,
SentAgentLinkDate: 0001-01-01,
SentToCarrierDate: 0001-01-01,
AddedBy: String,
Flagged: False,
Notes: String,
RequestDate: 0001-01-01,
EOExpirationDate: 0001-01-01,
AMLDoneDate: 0001-01-01,
Status: String,
Type: String
}
]
}