# Read sales type by ID **GET /salestypes/{id}** Read details of a specific sales type by its ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer(int32)) The ID of the sales type to retrieve. ## Responses ### 200 #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (object) - **id** (integer) The unique identifier of the sales type. - **name** (string) The name of the sales type. - **account** (object) The associated account within the Finago Office accounting module for this sales type. [Powered by Bump.sh](https://bump.sh)