POST presentation_gw/Service/GetUserAddress
Documentation for 'GetUserAddress'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"UserID": "sample string 2",
"Type": "sample string 3",
"Street": "sample string 4",
"Number": "sample string 5",
"City": "sample string 6",
"Province": "sample string 7",
"CAP": "sample string 8",
"Country": "sample string 9",
"LastModified": "sample string 10"
}
application/xml, text/xml
Sample:
<AddressEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs"> <CAP>sample string 8</CAP> <City>sample string 6</City> <Country>sample string 9</Country> <ID>sample string 1</ID> <LastModified>sample string 10</LastModified> <Number>sample string 5</Number> <Province>sample string 7</Province> <Street>sample string 4</Street> <Type>sample string 3</Type> <UserID>sample string 2</UserID> </AddressEntity>