Upload a manually generated agency pay invoice.
This endpoint allows internal team members to upload agency pay invoices that were generated manually outside the system.
POST
/api/v1/files/agency_pay_invoices/upload
curl \
--request POST 'https://api.1099policy.com/api/v1/files/agency_pay_invoices/upload' \
--header "Content-Type: multipart/form-data" \
--form "generation_reason=string" \
--form "invoice_content=string" \
--form "invoice_file=@file" \
--form "invoice_number=string" \
--form "job_ids=string" \
--form "purchase_order_id=string"
Response examples (201)
{
"agency_pay_invoice_id": "string",
"invoice_pdf_url": "string",
"message": "string"
}