Get Exchange Area details

Prev Next
Get
/exchange-areas/{id}

Operation is used to retrieve full details of given Exchange Area id. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Exchange Area

Responses
200

Exchange Area

object

Exchange Area

id
integer

Primary key

name
string

Area name

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error