0% found this document useful (0 votes)
37 views

Add Api

The document contains address and contact information for a person including their permanent and current addresses, each containing a house number, city, state, country, and two phone numbers. It also includes a unique identifier for the person.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Add Api

The document contains address and contact information for a person including their permanent and current addresses, each containing a house number, city, state, country, and two phone numbers. It also includes a unique identifier for the person.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

"Permanent_Address": {
"House_Number": "sample string 1",
"City": "sample string 2",
"State": "sample string 3",
"Country": "sample string 4",
"PhoneNumber": [
{
"Std_Code": "sample string 1",
"Home": "sample string 2",
"Mobile": "sample string 3"
},
{
"Std_Code": "sample string 1",
"Home": "sample string 2",
"Mobile": "sample string 3"
}
]
},
"Current_Address": {
"House_Number": "sample string 1",
"City": "sample string 2",
"State": "sample string 3",
"Country": "sample string 4",
"PhoneNumber": [
{
"Std_Code": "sample string 1",
"Home": "sample string 2",
"Mobile": "sample string 3"
},
{
"Std_Code": "sample string 1",
"Home": "sample string 2",
"Mobile": "sample string 3"
}
]
},
"stId": "sample string 1"
}

You might also like