Skip to main content

Revalue FIFO Layer

POST 

/api/cogs-revaluation/501/revalue

Revalues a single FIFO layer to a new unit cost, creating an InventoryRevaluation record.

Authentication: Requires Bearer token.

Fields (CreateInventoryRevaluationData):

  • cogs_source (required, CogsSourceEnum): the source for the new cost (e.g., purchase_order)
  • new_unit_cost (required, float): the new per-unit cost
  • reason (optional, InventoryRevaluationReasonEnum): reason for revaluation
  • reason_notes (optional, string): free-text notes

Request

Responses

Successful response