GET api/WebshopDeliveryAddresses/GetWebshopDeliveryAddressByUser

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebshopDeliveryAddress
NameDescriptionTypeAdditional information
WebshopDeliveryAddressId

integer

None.

WebshopDeliveryAddressName

string

String length: inclusive between 0 and 100

WebshopDeliveryAddressCompany

string

String length: inclusive between 0 and 100

WebshopDeliveryAddressStreet

string

String length: inclusive between 0 and 100

WebshopDeliveryAddressPCode

string

String length: inclusive between 0 and 20

WebshopDeliveryAddressCity

string

String length: inclusive between 0 and 100

WebshopDeliveryAddressDepartment

Department

None.

WebshopDeliveryAddressCountryId

integer

None.

WebshopDeliveryAddressCountry

Country

None.

WebshopDeliveryAddressPhoneNumber

string

None.

WebshopDeliveryAddressVatNumber

string

None.

WebshopDeliveryAddressComments

string

None.

WebshopDeliveryAddressEmailAddress

string

Data type: EmailAddress

WebshopDeliveryAddressDateCreated

date

None.

WebshopDeliveryAddressDisplayName

string

None.

UserId

string

None.

WebshopDeliveryAddressInUse

boolean

None.

WebshopDeliveryAddressCountryVatCodeId

integer

None.

WebshopDeliveryAddressCountryVatCode

CountryVatCode

None.

ObjectState

ObjectState

None.

Response Formats

application/json, text/json

Sample:
{
  "webshopDeliveryAddressId": 1,
  "webshopDeliveryAddressName": "sample string 2",
  "webshopDeliveryAddressCompany": "sample string 3",
  "webshopDeliveryAddressStreet": "sample string 4",
  "webshopDeliveryAddressPCode": "sample string 5",
  "webshopDeliveryAddressCity": "sample string 6",
  "webshopDeliveryAddressDepartment": 0,
  "webshopDeliveryAddressCountryId": 1,
  "webshopDeliveryAddressCountry": {
    "countryId": 1,
    "countryName": "sample string 2",
    "countryIsocode": "sample string 3",
    "defaultLanguageId": 4,
    "telephoneCountryPrefix": "sample string 5",
    "objectState": 0
  },
  "webshopDeliveryAddressPhoneNumber": "sample string 7",
  "webshopDeliveryAddressVatNumber": "sample string 8",
  "webshopDeliveryAddressComments": "sample string 9",
  "webshopDeliveryAddressEmailAddress": "sample string 10",
  "webshopDeliveryAddressDateCreated": "2025-12-11T02:02:07.7844475+01:00",
  "webshopDeliveryAddressDisplayName": "sample string 12",
  "userId": "sample string 13",
  "webshopDeliveryAddressInUse": true,
  "webshopDeliveryAddressCountryVatCodeId": 1,
  "webshopDeliveryAddressCountryVatCode": {
    "countryVatCodeId": 1,
    "country": "sample string 2",
    "vatCode": "sample string 3",
    "languageId": 4,
    "objectState": 0
  },
  "objectState": 0
}

application/xml, text/xml

Sample:
<WebshopDeliveryAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models">
  <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState>
  <UserId>sample string 13</UserId>
  <WebshopDeliveryAddressCity>sample string 6</WebshopDeliveryAddressCity>
  <WebshopDeliveryAddressComments>sample string 9</WebshopDeliveryAddressComments>
  <WebshopDeliveryAddressCompany>sample string 3</WebshopDeliveryAddressCompany>
  <WebshopDeliveryAddressCountry>
    <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState>
    <CountryId>1</CountryId>
    <CountryIsocode>sample string 3</CountryIsocode>
    <CountryName>sample string 2</CountryName>
    <DefaultLanguageId>4</DefaultLanguageId>
    <TelephoneCountryPrefix>sample string 5</TelephoneCountryPrefix>
  </WebshopDeliveryAddressCountry>
  <WebshopDeliveryAddressCountryId>1</WebshopDeliveryAddressCountryId>
  <WebshopDeliveryAddressCountryVatCode>
    <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState>
    <Country>sample string 2</Country>
    <CountryVatCodeId>1</CountryVatCodeId>
    <LanguageId>4</LanguageId>
    <VatCode>sample string 3</VatCode>
  </WebshopDeliveryAddressCountryVatCode>
  <WebshopDeliveryAddressCountryVatCodeId>1</WebshopDeliveryAddressCountryVatCodeId>
  <WebshopDeliveryAddressDateCreated>2025-12-11T02:02:07.7844475+01:00</WebshopDeliveryAddressDateCreated>
  <WebshopDeliveryAddressDepartment>Empty</WebshopDeliveryAddressDepartment>
  <WebshopDeliveryAddressDisplayName>sample string 12</WebshopDeliveryAddressDisplayName>
  <WebshopDeliveryAddressEmailAddress>sample string 10</WebshopDeliveryAddressEmailAddress>
  <WebshopDeliveryAddressId>1</WebshopDeliveryAddressId>
  <WebshopDeliveryAddressInUse>true</WebshopDeliveryAddressInUse>
  <WebshopDeliveryAddressName>sample string 2</WebshopDeliveryAddressName>
  <WebshopDeliveryAddressPCode>sample string 5</WebshopDeliveryAddressPCode>
  <WebshopDeliveryAddressPhoneNumber>sample string 7</WebshopDeliveryAddressPhoneNumber>
  <WebshopDeliveryAddressStreet>sample string 4</WebshopDeliveryAddressStreet>
  <WebshopDeliveryAddressVatNumber>sample string 8</WebshopDeliveryAddressVatNumber>
</WebshopDeliveryAddress>