Skip to main content

Update Cost Entry Type

PUT 

/api/cost-entry-types/:costEntryType

Updates the name of an existing cost entry type. Cost entries already assigned to the type keep their assignment and reflect the new name.

Required scope: purchase-orders:write

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

Fields:

  • name (required, string, max 100 characters): the new display name.

Returns the updated cost entry type.

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

Request

Responses

OK

Response Headers
    Content-Type