Difference between revisions of "Template:Json Request Insurance"
From Updox API
(Created page with " { companyName: "companyName", phoneNumber: "phoneNumber", address1: "address1", address2: "address2", city: "city", ...") |
|||
Line 1: | Line 1: | ||
− | + | { | |
− | + | companyName: "companyName", | |
− | + | phoneNumber: "phoneNumber", | |
− | + | address1: "address1", | |
− | + | address2: "address2", | |
− | + | city: "city", | |
− | + | state: "state", | |
− | + | zip: "zip", | |
− | + | policyNumber: "policyNumber", | |
− | + | groupNumber: "groupNumber", | |
− | + | planName: "planName", | |
− | + | groupName: "groupName", | |
− | + | effectiveDate: "effectiveDate", | |
− | + | expirationDate: "expirationDate", | |
− | + | guarantorRelationship: "guarantorRelationship", | |
− | + | guarantorName: "guarantorName", | |
− | + | guarantorFirstName: "guarantorFirstName", | |
− | + | guarantorMiddleName: "guarantorMiddleName", | |
− | + | guarantorLastName: "guarantorLastName", | |
− | + | guarantorDob: "guarantorDob", | |
− | + | guarantorGender: "guarantorGender", | |
− | + | copayAmount: "copayAmount" | |
− | + | } |
Revision as of 15:08, 7 December 2015
{ companyName: "companyName", phoneNumber: "phoneNumber", address1: "address1", address2: "address2", city: "city", state: "state", zip: "zip", policyNumber: "policyNumber", groupNumber: "groupNumber", planName: "planName", groupName: "groupName", effectiveDate: "effectiveDate", expirationDate: "expirationDate", guarantorRelationship: "guarantorRelationship", guarantorName: "guarantorName", guarantorFirstName: "guarantorFirstName", guarantorMiddleName: "guarantorMiddleName", guarantorLastName: "guarantorLastName", guarantorDob: "guarantorDob", guarantorGender: "guarantorGender", copayAmount: "copayAmount" }