Get a specific reference data source

get/reference-data-sources/{reference_data_source_id}
SecuritybearerAuth
Request
path Parameters
reference_data_source_id
required
integer <int64> (IdParam) >= 1

Reference data source identifier

Example: 1
Responses
200

Reference data source found

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Response samples
application/json
{
  • "id": 1,
  • "name": "string",
  • "locale": {
    • "id": 1,
    • "country": {
      • "code": "GB",
      • "name": "United Kingdom"
      },
    • "currency": {
      • "id": 1,
      • "code": "GBP",
      • "symbol": "s",
      • "majorCurrencyName": "string",
      • "minorCurrencyName": "string",
      • "majorCurrencyFormat": "string",
      • "minorCurrencyFormat": "string",
      • "salesTaxName": "string"
      }
    },
  • "siMaintained": true
}