Skip to main content

Create Cost Entry Type

POST 

/api/cost-entry-types

Creates a new cost entry type.

Required scope: purchase-orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Fields:

  • name (required, string, max 100 characters): display name of the category, e.g. "Freight", "Duty" or "Warehousing".

Returns the created cost entry type. Note that this endpoint returns HTTP 200 (not 201) on success.

Authentication: Requires Bearer token. Scope: purchase-orders (read/write).

Request

Responses

OK

Response Headers
    Content-Type