Upload DocumentCopy Pagepost http://localhost:{port}/Upload a document associated with a specific customer or customer account. Only FCCORE_attachment document type is currently supported.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsThe request body must include a FileUpload object in application/json format. For customer-level documents, provide FCCID and file. For account-specific documents, provide FCCID, FCAID, and file so the document is linked to the customer account. The nested file object must include name and contentType. Metadata fields like description, source, and tags are optional. helpdesk is also optional and defaults to true; set it to false when the uploaded document should not be visible in the customer portal.Information required to be able to upload a file.FCCIDuuidrequired^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$The unique identifier for the CustomerFCAIDuuid^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$The unique identifier for the AccounthelpdeskbooleanDefaults to trueControls customer portal visibility. Mapped to customerPortalAccess.truetruefalsefileobjectrequiredFile metadataFile objectResponses 200Successful Response 403User is missing the required documents:upload role. 404Not found 422Validation Error 429Too Many requests 500Internal Server ErrorUpdated 3 months ago Did this page help you?YesNo