Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emburse Entity Type API

Entity Type Controller

Emburse Entity Type API is one of 48 APIs that Emburse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Entity Type. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 9 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://service.chromeriver.com.

9 operations 5 paths 3 schemas 2 DELETE3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.emburse.com/v1/
License
Terms of Service
Resource Areas
1

Paths & Operations 9

Across 5 paths, the API surfaces 9 operations — 2 DELETE, 3 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Entity Type 9

Entity Type Controller

GET
/v1/entity-types
Gets list of Entity Types
getEntityTypesUsingGET 3 params → 200400503
POST
/v1/entity-types
Create an Entity Type
createEntityTypeUsingPOST 3 params body → 200400410422500503
GET
/v1/entity-types/{code}
Get Entity Type by Code
getEntityTypeByCodeUsingGET 4 params → 200400404503
PUT
/v1/entity-types/{code}
Put Entity Type by Code
replaceEntityTypeByCodeUsingPUT 4 params body → 200400422503
DELETE
/v1/entity-types/{entityTypeCode}
Delete an entity-type
deleteEntityTypeByCodeUsingDELETE 4 params → 200400404410500503
GET
/v1/entity-types/{entityTypeCode}/languages
Gets list of language translations for the EntityType
getLanguagesUsingGET 4 params → 200404503
POST
/v1/entity-types/{entityTypeCode}/languages
Add a language to an EntityType
addLanguageUsingPOST 4 params body → 200201404422503
PUT
/v1/entity-types/{entityTypeCode}/languages/{languageCode}
Modify a language to EntityType
updateLanguageUsingPUT 5 params body → 200404422503
DELETE
/v1/entity-types/{entityTypeCode}/languages/{languageCode}
Delete a language fromEntityType
deleteLanguageUsingDELETE 5 params → 200404503

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are EntityType (6 properties), EntityTypeModel (5 properties), EntityTypeLanguage (3 properties). Each schema is shown below with its type and property counts.

EntityTypeModel
object
5 properties 3 required
EntityType
object
6 properties 3 required
EntityTypeLanguage
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emburse-entity-type-api-openapi.yml Raw ↑

Other APIs Emburse publishes across the network.

Emburse Professional API
Emburse Spend API
Emburse Accounts API
Emburse allocation-api-controller-v-1 API
Emburse allocation-api-controller-v-2 API
Emburse allocation-api-controller-v-3 API
Emburse Allowances API
Emburse Cards API
Emburse Categories API
Emburse Company API
Emburse Departments API
Emburse Entity (V1) API