Category links

API Links

Get Co-applicant Details

Action: POST

Endpoint: /api/CoreCredit/AccountManagement/GetCoApplicantDetails

CoreCard allows the Issuer to create an account with a linked co-applicant. Use the API to retrieve data such as PII (personal identification information), contact information, demographic details, and the bankruptcy notification date and indicator (if any). 

Request fields details
Fields Description

Source

string

Source of API Consumer For external system expected sources will be WEB.

Allowable Values:

50

IPAddress

string

Optional

IP Address of Client / Application Hosting Server Example: 10.206.0.204

Allowable Values:

15

DateFormat

string

Optional

Place Holder for Future Use. Values are: 1 : MM/dd/yyyy HH:MM:SS (Default) 2 : MM/dd/yy HH:MM:SS 3 : dd/MM/yyyy HH:MM:SS

Allowable Values:

25

CurrencyCode

string

Optional

Place Holder for Future Use. Currency Code Ex. 840 = US Doller.

Allowable Values:

10

CurrencySymbolType

string

Optional

Place Holder for Future Use. CurrencySymbolType: 1: Currency Sign like $ 2: 3 ALPHA Currency Code like USD

Allowable Values:

10

Language

string

Optional

Place Holder for Future Use. Language == en: means use English ---- es: means Spanish

Allowable Values:

10

ExternalIP

string

IP Address of end user of API

Allowable Values:

50

SessionID

string

Optional

Session identifier of the API Example: 000028;026;1349906692

Allowable Values:

100

APIVersion

string

Version of the API to be invoked. Example: 2.0 API Version Current Version 2.0

CallerID

string

Optional

Caller ID of source from where API is initiated it is End User Caller ID Example: 7204454214 (phone number applicable in Case of IVR)

Allowable Values:

20

CalledID

string

Optional

Called ID of destination for which API is initiated It is Destination Called ID Example: 7314145404 (phone number applicable in Case of IVR)

Allowable Values:

20

RequestTime

datetime

Optional

Request Date Time of API Format: MM/dd/yyyy HH:mm:ss Example:01/15/2020 10:05:23

CustomerID

string

Unique ID associated with Customer Valid Values: 0-9 a-z Format: xxxx Example: abc2123 <required>C</required>

Allowable Values:

25

Source

string

Mandatory

Source of API Consumer For external system expected sources will be WEB.

Allowable Values:

50

IPAddress

string

Optional

IP Address of Client / Application Hosting Server Example: 10.206.0.204

Allowable Values:

15

DateFormat

string

Optional

Place Holder for Future Use. Values are: 1 : MM/dd/yyyy HH:MM:SS (Default) 2 : MM/dd/yy HH:MM:SS 3 : dd/MM/yyyy HH:MM:SS

Allowable Values:

25

CurrencyCode

string

Optional

Currency Code Place Holder for Future Use. Valid Values: Refer Appendix Section - Currency Code Example:840 = US Dollar Condition:If no value is passed, default value = 840

Allowable Values:

10

CurrencySymbolType

string

Optional

Place Holder for Future Use. CurrencySymbolType: 1: Currency Sign like $ 2: 3 ALPHA Currency Code like USD

Allowable Values:

10

Language

string

Optional

Place Holder for Future Use. Language: en: means use English Default: en - English

Allowable Values:

10

ExternalIP

string

Mandatory

IP Address of end user of API

Allowable Values:

50

SessionID

string

Optional

Session identifier of the API Example: 000028;026;1349906692

Allowable Values:

100

APIVersion

string

Mandatory

Version of the API to be invoked. Example: 2.0 API Version Current Version 2.0

Allowable Values:

10

CallerID

string

Optional

Caller ID of source from where API is initiated it is End User Caller ID Example: 7204454214 (phone number applicable in Case of IVR)

Allowable Values:

20

CalledID

string

Optional

Called ID of destination for which API is initiated It is Destination Called ID Example: 7314145404 (phone number applicable in Case of IVR)

Allowable Values:

20

RequestTime

datetime

Optional

Request Date Time of API Format: MM/dd/yyyy HH:mm:ss Example:01/15/2020 10:05:23

AdminNumber

int64

Conditional

Details can be obtained by admin number (Embossing Acctid) Valid Values:0-9 Format:XXXXX Example:12345 Condition: At least one account identifier is required.

AccountNumber

string

Conditional

Account number of cardholder. Valid Values:0-9 Format:XXXXXXXXXX Example:7314145404 Condition: At least one account identifier is required.

Allowable Values:

19

CustomerID

string

Conditional

Unique ID associated with Customer Valid Values: 0-9 a-z Format: xxxx Example: 2123 Condition: At least one account identifier is required.

Allowable Values:

25

Sample request body
{
  "Source": "Web",
  "IPAddress": null,
  "DateFormat": null,
  "CurrencyCode": null,
  "CurrencySymbolType": null,
  "Language": null,
  "ExternalIP": "10.205.0.56",
  "SessionID": null,
  "APIVersion": "2.0",
  "CallerID": null,
  "CalledID": null,
  "RequestTime": null,
  "AdminNumber": null,
  "AccountNumber": null,
  "CustomerID": "167332"
}
Response fields details
Fields Description

CoApplicantTitle

string

Co-applicant Title like MR or MRS. Valid Values:0 to 17 Format: xx Example:01

Allowable Values:

2

CustomerID

string

Unique ID associated with Customer Valid Values: 0-9 a-z Format: xxxx Example: abc2123

Allowable Values:

25

CoApplicantFirstName

string

Co- Applicant’s First Name Valid Values:A-Z,0-9 Format:XXXXX Example:User1

Allowable Values:

40

CoApplicantMiddleName

string

Co-Applicant’s Middle Name Valid Values:A-Z, 0-9 Format:XXXXX Example:Smith

Allowable Values:

40

CoApplicantLastName

string

This tag reflect the co-applicant Last Name Valid Values: 0-9 a-z Format: xxx Example: Tower

Allowable Values:

40

CoApplicantSurnameSuffix

string

CoApplicant’s Surname Suffix e.g. I, II, III, IV Valid Values: a-z Format: xxxx Example: I, II

Allowable Values:

5

CoApplicantAddressLine1

string

Co-applicant Address line1 Valid Values:A-Z, 0-9 Example:123 HWY

Allowable Values:

50

CoApplicantAddressLine2

string

Co-applicant Address line2 Valid Values:A-Z, 0-9 Example:Park Avenue

Allowable Values:

50

CoApplicantCity

string

Co-Applicant’s City Valid Values:A-Z,0-9 Format:XXXXX Example:Chicago

Allowable Values:

25

CoApplicantState

string

This tag reflect the co-applicant State Valid Values: a-z Format: xxx Example: GA

Allowable Values:

3

CoApplicantCountry

string

Co -Applicant's country Valid Values:A-Z, 0-9 Format:XXXXX Example:USA

Allowable Values:

3

CoApplicantPostalCode

string

Postal code of the CoApplicant address. Valid Values: 0-9 Format: xxxx Example: 12345

Allowable Values:

9

CoApplicantHomePhoneNumber

string

Co-applicant Home Phone Number Valid Values:0-9 Format:XXXXXXXXXX Example:7548264758

Allowable Values:

20

CoApplicantWorkPhoneNumber

string

Co-applicant' work pone number Valid Values:0-9 Format:XXXXXXXXX Example:784565412

Allowable Values:

20

CoApplicantMobileNumber

string

CoApplicant's mobile number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantOtherPhoneNumber

string

CoApplicant's Other Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantFaxNumber

string

CoApplicant's Fax number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantCreditFilePhone

string

CoApplicant's Credit File Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantAlternatePhone

string

CoApplicant's Alternate Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantEmailID

string

This tag reflect the co-applicant Email ID Valid Values: 0-9 a-z Format: xxx @xxx.xxx Example: abc @def.com

Allowable Values:

300

CoApplicantMobileCarrier

string

This tag reflect the co-applicant Mobile carrier company Valid Values:A-z, 0-9 Format:XXXXXXXX Example:Vodafone

Allowable Values:

25

CoApplicantOptOutofEmailMarketing

integer

Flag to mark opt out of Email Marketing. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadHomePhoneNUM

integer

Flag to mark bad for home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadMobileNUM

integer

Flag to mark bad for mobile number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadWorkPhoneNUM

integer

Flag to mark bad for work phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadFaxNumber

integer

Flag to mark bad for fax number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadCreditFilePhone

integer

Flag to mark bad for credit file phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadAlternatePhone

integer

Flag to mark bad for alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadOtherPhoneNUM

integer

Flag to mark bad for other phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallHomePhoneNUM

integer

Flag for do not call at home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallMobileNUM

integer

Flag for do not call at Mobile Number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallWorkPhoneNUM

integer

Flag for do not call at work phone Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallOtherPhoneNUM

integer

Flag for do not call at other phone Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallFaxNumber

integer

Flag for do not call at Fax Number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallCreditFilePhone

integer

Flag for do not call at Credit File Phone. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallAlternatePhone

integer

Flag for do not call at Alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingOtherPhoneNUM

integer

Flag to mark opt out text marketing for other phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingWorkPhoneNUM

integer

Flag to mark opt out text marketing for work phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingHomePhoneNUM

integer

Flag to mark opt out text marketing for home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingFaxNumber

integer

Flag to mark opt out text marketing for fax number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingCreditFilePhone

integer

Flag to mark opt out text marketing for credit file phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingAlternatePhone

integer

Flag to mark opt out text marketing for alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDateofBirth

datetime

Co-Applicant’s Date of Birth Valid Values: Format:MM/DD/YYYY Example:01/02/2021

CoApplicantResidenceType

string

Co-applicant residence type Valid Values: a-z Format: xxxx Example: Own

Allowable Values:

50

CoApplicantDurationatAddress

string

Duration of stay on the address. Valid Values: 0-9 Format: xy,ab Example: 10,04

Allowable Values:

4

CoApplicantBadAddress

integer

Flag for Bad Address Valid Values: 0, 1 Format: x Example: 1

CoApplicantBankruptcyNotificationDate

datetime

Date when bankruptcy is notified Valid Values: 0-9 Format: MM/dd/YYYY Example: 10/10/2019

CoApplicantMaritalStatus

integer

Applicant Marital Status Valid Values: 0 - 6 Format: x Example: 1 = Married, 2 = Single, 3 = Divorced, 4 = Seperated, 5 = Common Law, 6 = Unknown

CoApplicantSSN

string

Co-applicant’s Social Security Number Valid Values:0-9 Format:XXXXXXXXX Example:987456321

Allowable Values:

9

CoApplicantConsumerInformationIndicator

string

Bankruptcy code for CoApplicant. Valid Values: 1A, 2A, A to V and Z Format: x Example: 1A

Allowable Values:

2

CoApplicantGender

integer

CoApplicant's Gender Valid Values: 0 - 6 Format: x Example: 0 = No Information, 1 = Male, 2 = Female

CoApplicantCeaseandDesist

integer

Flag for Cease And Desist Indicator Valid Values: 0, 1 Format: x Example: 1

CoApplicantBankruptcy

integer

Flag for Bankruptcy Valid Values: 0, 1 Format: x Example: 1

CoApplicantDeceased

integer

This tag reflects whether the card holder is deceased or not. Valid Values: 0-9 Format: 0 or 1 Example: 0

CoApplicantThreePDM

integer

Flag to mark 3PDM (Third party debt management) Valid Values: 0, 1 Format: x Example: 1

CoApplicantTitle

string

Co-applicant Title like MR or MRS. Valid Values:0 to 17 Format: xx Example:01

Allowable Values:

2

CustomerID

string

Unique ID associated with Customer Valid Values: 0-9 a-z Format: xxxx Example: abc2123

Allowable Values:

25

CoApplicantFirstName

string

Co- Applicant’s First Name Valid Values:A-Z,0-9 Format:XXXXX Example:User1

Allowable Values:

40

CoApplicantMiddleName

string

Co-Applicant’s Middle Name Valid Values:A-Z, 0-9 Format:XXXXX Example:Smith

Allowable Values:

40

CoApplicantLastName

string

This tag reflect the co-applicant Last Name Valid Values: 0-9 a-z Format: xxx Example: Tower

Allowable Values:

40

CoApplicantSurnameSuffix

string

CoApplicant’s Surname Suffix e.g. I, II, III, IV Valid Values: a-z Format: xxxx Example: I, II

Allowable Values:

5

CoApplicantAddressLine1

string

Co-applicant Address line1 Valid Values:A-Z, 0-9 Example:123 HWY

Allowable Values:

50

CoApplicantAddressLine2

string

Co-applicant Address line2 Valid Values:A-Z, 0-9 Example:Park Avenue

Allowable Values:

50

CoApplicantCity

string

Co-Applicant’s City Valid Values:A-Z,0-9 Format:XXXXX Example:Chicago

Allowable Values:

25

CoApplicantState

string

This tag reflect the co-applicant State Valid Values: a-z Format: xxx Example: GA

Allowable Values:

3

CoApplicantCountry

string

Co -Applicant's country Valid Values:A-Z, 0-9 Format:XXXXX Example:USA

Allowable Values:

3

CoApplicantPostalCode

string

Postal code of the CoApplicant address. Valid Values: 0-9 Format: xxxx Example: 12345

Allowable Values:

9

CoApplicantHomePhoneNumber

string

Co-applicant Home Phone Number Valid Values:0-9 Format:XXXXXXXXXX Example:7548264758

Allowable Values:

20

CoApplicantWorkPhoneNumber

string

Co-applicant' work pone number Valid Values:0-9 Format:XXXXXXXXX Example:784565412

Allowable Values:

20

CoApplicantMobileNumber

string

CoApplicant's mobile number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantOtherPhoneNumber

string

CoApplicant's Other Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantFaxNumber

string

CoApplicant's Fax number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantCreditFilePhone

string

CoApplicant's Credit File Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantAlternatePhone

string

CoApplicant's Alternate Phone number Valid Values: 0-9 Format: xxxx Example: 12548795541

Allowable Values:

11

CoApplicantEmailID

string

This tag reflect the co-applicant Email ID Valid Values: 0-9 a-z Format: xxx @xxx.xxx Example: abc @def.com

Allowable Values:

300

CoApplicantMobileCarrier

string

This tag reflect the co-applicant Mobile carrier company Valid Values:A-z, 0-9 Format:XXXXXXXX Example:Vodafone

Allowable Values:

25

CoApplicantOptOutofEmailMarketing

integer

Flag to mark opt out of Email Marketing. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadHomePhoneNUM

integer

Flag to mark bad for home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadMobileNUM

integer

Flag to mark bad for mobile number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadWorkPhoneNUM

integer

Flag to mark bad for work phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadFaxNumber

integer

Flag to mark bad for fax number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadCreditFilePhone

integer

Flag to mark bad for credit file phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadAlternatePhone

integer

Flag to mark bad for alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantBadOtherPhoneNUM

integer

Flag to mark bad for other phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallHomePhoneNUM

integer

Flag for do not call at home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallMobileNUM

integer

Flag for do not call at Mobile Number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallWorkPhoneNUM

integer

Flag for do not call at work phone Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallOtherPhoneNUM

integer

Flag for do not call at other phone Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallFaxNumber

integer

Flag for do not call at Fax Number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallCreditFilePhone

integer

Flag for do not call at Credit File Phone. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDoNotCallAlternatePhone

integer

Flag for do not call at Alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingOtherPhoneNUM

integer

Flag to mark opt out text marketing for other phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingWorkPhoneNUM

integer

Flag to mark opt out text marketing for work phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingHomePhoneNUM

integer

Flag to mark opt out text marketing for home phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingMobileNUM

integer

Optional

Flag to mark opt out text marketing Valid Values: 0,1 Format: x Example: 1

CoApplicantOptOutTextMarketingFaxNumber

integer

Flag to mark opt out text marketing for fax number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingCreditFilePhone

integer

Flag to mark opt out text marketing for credit file phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantOptOutTextMarketingAlternatePhone

integer

Flag to mark opt out text marketing for alternate phone number. Valid Values: 0, 1 Format: x Example: 1

CoApplicantDateofBirth

datetime

Co-Applicant’s Date of Birth Valid Values: Format:MM/DD/YYYY Example:01/02/2021

CoApplicantResidenceType

string

Co-applicant residence type Valid Values: a-z Format: xxxx Example: Own

Allowable Values:

50

CoApplicantDurationatAddress

string

Duration of stay on the address. Valid Values: 0-9 Format: xy,ab Example: 10,04

Allowable Values:

4

CoApplicantBadAddress

integer

Flag for Bad Address Valid Values: 0, 1 Format: x Example: 1

CoApplicantBankruptcyNotificationDate

datetime

Date when bankruptcy is notified Valid Values: 0-9 Format: MM/dd/YYYY Example: 10/10/2019

CoApplicantMaritalStatus

integer

Applicant Marital Status Valid Values: 0 - 6 Format: x Example: 1 = Married, 2 = Single, 3 = Divorced, 4 = Seperated, 5 = Common Law, 6 = Unknown

CoApplicantSSN

string

Co-applicant’s Social Security Number Valid Values:0-9 Format:XXXXXXXXX Example:987456321

Allowable Values:

9

CoApplicantConsumerInformationIndicator

string

Bankruptcy code for CoApplicant. Valid Values: 1A, 2A, A to V and Z Format: x Example: 1A

Allowable Values:

2

CoApplicantGender

integer

CoApplicant's Gender Valid Values: 0 - 6 Format: x Example: 0 = No Information, 1 = Male, 2 = Female

CoApplicantCeaseandDesist

integer

Flag for Cease And Desist Indicator Valid Values: 0, 1 Format: x Example: 1

CoApplicantBankruptcy

integer

Flag for Bankruptcy Valid Values: 0, 1 Format: x Example: 1

CoApplicantDeceased

integer

This tag reflects whether the card holder is deceased or not. Valid Values: 0-9 Format: 0 or 1 Example: 0

CoApplicantThreePDM

integer

Flag to mark 3PDM (Third party debt management) Valid Values: 0, 1 Format: x Example: 1

Sample response body

{
  "Message": "Success.",
  "Status": true,
  "ErrorCode": "Err00017",
  "ResponseData": {
    "CoApplicantTitle": "06",
    "CustomerID": "167308",
    "CoApplicantFirstName": "Richard",
    "CoApplicantMiddleName": "",
    "CoApplicantLastName": "Test",
    "CoApplicantSurnameSuffix": "I",
    "CoApplicantAddressLine1": "161 BERGEN AVE",
    "CoApplicantAddressLine2": "11111111",
    "CoApplicantCity": "YUMA",
    "CoApplicantState": "NJ",
    "CoApplicantCountry": "US",
    "CoApplicantPostalCode": "07621",
    "CoApplicantHomePhoneNumber": "3369249402",
    "CoApplicantWorkPhoneNumber": "4563218536",
    "CoApplicantMobileNumber": "4563218536",
    "CoApplicantOtherPhoneNumber": "4563218536",
    "CoApplicantFaxNumber": "4563218536",
    "CoApplicantCreditFilePhone": "4563218536",
    "CoApplicantAlternatePhone": "4563218536",
    "CoApplicantEmailID": "dsw23213@sds.com",
    "CoApplicantMobileCarrier": "cwemail.com",
    "CoApplicantOptOutofEmailMarketing": 0,
    "CoApplicantBadHomePhoneNUM": 1,
    "CoApplicantBadMobileNUM": 1,
    "CoApplicantBadWorkPhoneNUM": 1,
    "CoApplicantBadFaxNumber": 1,
    "CoApplicantBadCreditFilePhone": 1,
    "CoApplicantBadAlternatePhone": 1,
    "CoApplicantBadOtherPhoneNUM": 1,
    "CoApplicantDoNotCallHomePhoneNUM": 1,
    "CoApplicantDoNotCallMobileNUM": 1,
    "CoApplicantDoNotCallWorkPhoneNUM": 1,
    "CoApplicantDoNotCallOtherPhoneNUM": 1,
    "CoApplicantDoNotCallFaxNumber": 1,
    "CoApplicantDoNotCallCreditFilePhone": 1,
    "CoApplicantDoNotCallAlternatePhone": 1,
    "CoApplicantOptOutTextMarketingOtherPhoneNUM": 1,
    "CoApplicantOptOutTextMarketingWorkPhoneNUM": 1,
    "CoApplicantOptOutTextMarketingHomePhoneNUM": 1,
    "CoApplicantOptOutTextMarketingMobileNUM": null,
    "CoApplicantOptOutTextMarketingFaxNumber": 1,
    "CoApplicantOptOutTextMarketingCreditFilePhone": 1,
    "CoApplicantOptOutTextMarketingAlternatePhone": 1,
    "CoApplicantDateofBirth": "11/07/1937 00:00:00",
    "CoApplicantResidenceType": "O",
    "CoApplicantDurationatAddress": "10",
    "CoApplicantBadAddress": 0,
    "CoApplicantBankruptcyNotificationDate": "11/07/2019 00:00:00",
    "CoApplicantMaritalStatus": null,
    "CoApplicantSSN": null,
    "CoApplicantConsumerInformationIndicator": null,
    "CoApplicantGender": 0,
    "CoApplicantCeaseandDesist": 0,
    "CoApplicantBankruptcy": 0,
    "CoApplicantDeceased": 0,
    "CoApplicantThreePDM": 0
  }
}