GET api/Addresses
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfListOfAddressTypeName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
Data | Collection of AddressType |
None. |
Response Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "Data": [ { "Name": "sample string 1", "Id": 2.0 }, { "Name": "sample string 1", "Id": 2.0 } ] }
application/xml, text/xml
Sample:
<ResponseDataOfArrayOfAddressTypeNdVm6wV7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sts.Vas.ProcessesDebitor.Models"> <d2p1:AddressType> <d2p1:Id>2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:AddressType> <d2p1:AddressType> <d2p1:Id>2</d2p1:Id> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:AddressType> </Data> <Token>sample string 1</Token> </ResponseDataOfArrayOfAddressTypeNdVm6wV7>