GET api/PersonAddress/GetOne?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PersonAddressDto
NameDescriptionTypeAdditional information
key

PersonAddressKey

None.

addressId

integer

None.

isDefault

boolean

None.

categoryEnumName

string

None.

address

AddressDto

None.

name

string

None.

categoryEnum

AddressCategoryEnum

None.

personId

integer

None.

id

PersonAddressKey

None.

isNew

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.