Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
title<open-registry-person> example representation
<?xml version="1.0" encoding="UTF-8"?>
<open-registry-person sor="TEST" sor-person-id="123" first-name="John" last-name="Doe" email="j@gmail.com" phone="7326543322"134" >
    <dob>1964-02-10</dob>
    <ssn>123456789</ssn>
    <gender>F</gender>
    <names>
       <name type="FORMAL" first="Cindy" last="Simon" />
    <dob>1977-06-11</dob></names>
    <ssn>123223456</ssn><reconciliation>
	<emails>
		<email>simon@gmail</email>
        <gender>male</gender></emails>
        <address>
                <address-line1>123 Main stSt.</address-line1>
                <address-line2>suiteline2>Suite 5</address-line2>
                <city>New Brunswick</city>
                <region>NJ</region>
                <postal-code>23458<code>08819</postal-code>
        </address>
        <phones>
                <phone>908-445-3355</phone>
        </phones>
        <identifiers>
                <identifier type="NETID">CS101010</identifier>
        </identifiers>
   </reconciliation>
</open-registry-person>

Response for: Add Person's 409 response code

...

Code Block
title<open-registry-modify-person> example representation
<?xml version="1.0" encoding="UTF-8"?>
<open-registry-modify-person>
    <dob>1978-03-11</dob>
    <ssn>195534444<<ssn>123456789</ssn>
    <gender>m<<gender>F</gender>
    <names>
  
       <name type="FORMAL">                  <prefix>Mr.</prefix>
                 <first-name>Joseph</first-name>
                  <middle-name>John</middle-name>
                 <last-name>Jackson</last-name>
first="Cindy" last="Simon" middle="E"/>
          </name>
     </names>
</open-registry-modify-person>