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_idslist of stringsRequired

Response

Successful Response
created_invoice_line_item_countinteger>=0
failed_order_countinteger>=0
skipped_order_countinteger>=0
succeeded_order_countinteger>=0
total_order_countinteger>=0
resultslist of objectsOptional

Errors

422
Rate Sheet Line Items Generate Many V1request Unprocessable Entity Error