Divorce Decree

A divorce decree details the terms and conditions of a divorce.

The form_type parameter DIVORCE_DECREE for the Upload PDF endpoint is required for this Form Type.

Field descriptions

The following fields are available on this form type:

JSON AttributeData TypeDescription
divorce_decree-Part1-General:effectiveDateDateEffective Date
divorce_decree-Part1-General:petitioner(Plaintiff)TextPetitioner (Plaintiff)
divorce_decree-Part1-General:responder(Respondent)TextResponder (Respondent)
divorce_decree-Part1-General:address:addressLine1TextAddress
divorce_decree-Part1-General:address:addressLine2TextAddress
divorce_decree-Part1-General:address:cityCityAddress
divorce_decree-Part1-General:address:stateStateAddress
divorce_decree-Part1-General:address:zipCodeZIP CodeAddress

Sample form

Sample JSON result

{
   "status":200,
   "response":{
      "pk":30309534,
      "uuid":"c7cecaea-dec4-4b67-84af-92edb3b55001",
      "name":"DIVORCE_DECREE",
      "created":"2023-03-06T15:42:21Z",
      "created_ts":"2023-03-06T15:42:21Z",
      "verified_pages_count":1,
      "book_status":"ACTIVE",
      "id":30309534,
      "forms":[
         {
            "pk":44709923,
            "uuid":"0d1ddd25-271a-4b7e-a30f-7d590efe8cc1",
            "uploaded_doc_pk":52498346,
            "form_type":"DIVORCE_DECREE",
            "raw_fields":{
               "divorce_decree-Part1-General:address:city":{
                  "value":"FAKE CITY",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:address:state":{
                  "value":"NY",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:effectiveDate":{
                  "value":"12/12/2022",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:address:zipCode":{
                  "value":"12345",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:address:addressLine1":{
                  "value":"123 FAKE MEMORIAL STREET",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:address:addressLine2":{
                  "value":"",
                  "is_empty":true,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:petitioner(Plaintiff)":{
                  "value":"JOHN SAMPLE",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               },
               "divorce_decree-Part1-General:responder(Respondent)":{
                  "value":"SAMPLE DOE",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"DIVORCE_DECREE - API Sample (1).pdf"
               }
            },
            "form_config_pk":141323,
            "tables":[
               
            ]
         }
      ],
      "book_is_complete":true
   },
   "message":"OK"
}