scottvonduhn
09/06/2019, 4:21 PM{
id: "50001"
first: "Martin",
last: "Hayes",
address: {
street: "123 Main St",
city: "Anytown"
}
}
to:
<request>
<first>Martin</first>
<last>Hayes</last>
<address>
<street>123 Main St</street>
<city>Anytown</city>
</address>
</request>
response
from:
<response>
<id>50001</id>
<status>SUCCESS</status>
</response>
to:
{
id: "50001",
status: "SUCCESS"
}