Generate rate-sheet line items for orders
Generate rate-sheet line items for orders
Resolves all matching CHRT-ground provider rate sheets for each unique Order and independently replaces that Order's rate-sheet-derived line items on draft invoices. Orders without matching rate sheets are skipped, expected per-Order failures are returned without stopping later Orders, and invoice approval or finalization is not performed. | authz: allowed_org_types=[provider], min_org_role=operator | authz_personas=[coordinator_org_operators] | (OrderRateSheetLineItemsGenerateManyReq) -> (OrderRateSheetLineItemsGenerateManyRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
order_ids
Response
Successful Response
created_invoice_line_item_count
failed_order_count
skipped_order_count
succeeded_order_count
total_order_count
results
Errors
422
Rate Sheet Line Items Generate Many V1request Unprocessable Entity Error

