Create line items from amount
Creates optionally order-attributed line items from an amount and attaches them to a draft invoice. | authz: allowed_org_types=[provider], min_org_role=operator | authz_personas=[coordinator_org_operators, order_executor_org_operators, task_group_coordinator_operators, executor_org_operators] when order-attributed | (CreateInvoiceLineItemsFromAmountReq) -> (CreateInvoiceLineItemsFromAmountRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
amount
currency_code
description
invoice_type
Allowed values:
line_item_type
account_ids
counterparty_off_chrt_org_data_id
counterparty_org_id
Must be a string starting with org_
invoice_id
order_id
task_group_id
tax_percentage
Response
Successful Response
created_invoice_line_item_count
invoice_id
Errors
422
Invoice Line Items Create from Amount V1request Unprocessable Entity Error

