Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Generate URL with type person.SSNtax_id

3. For each $.declaration_request.person.documents:

...

  • Generate URL with type confidant_person.{confidant_person.type}.SSNtax_id

5. For each $.declaration_request.person.confidant_person.[:].documents_person:

...

Code Block
languagexml
{
   "documents":[
      {
         "type":"person.SSNtax_id",
		 "url": "https://storage.googleapis.com/..."
      }
   ]
}

...