GET v1/accounts/get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Core.Model.Account
NameDescriptionTypeAdditional information
domain

string

Required

Range: inclusive between 2 and 256

company

string

Range: inclusive between 2 and 256

street

string

Required

Range: inclusive between 2 and 256

zip

string

Required

Data type: PostalCode

Range: inclusive between 2 and 10

city

string

Required

Range: inclusive between 2 and 256

country

string

Required

Range: inclusive between 2 and 2

website

string

Range: inclusive between 5 and 256

vatid

string

Range: inclusive between 0 and 256

Response Formats

application/json, text/json

Sample:
{
  "domain": "sample string 1",
  "company": "sample string 2",
  "street": "sample string 3",
  "zip": "sample string 4",
  "city": "sample string 5",
  "country": "sample string 6",
  "website": "sample string 7",
  "vatid": "sample string 8"
}