Upload Documents
POST
uploaddocument
Description
Allows software vendors to create a new service with ACC; the submission of selected documents (in PDF format and up to a maximum size of 20MB) through the addition of set metadata. The documents are a secondary interaction generally linked to a Claim or resulting invoice.
Discussion with your customers will determine which documents would add value and whether they wish to submit the documents at the same time as they submit a claim / invoice or later or both.
The permitted contentType for a specific user group, and sample documents for each document type, are specified on the Developer Resource Centre: https://developer.acc.co.nz/sample-inbound-documents
Resource Summary |
||
Security |
||
Type |
multipart/form-data |
|
URL |
https://apiservicesnpe.acc.co.nz/api/v2/documents |
Supporting Documentation
Header Parameters
Name | Values | Description |
---|---|---|
ACC-CorrelationId
(required) |
Unique UUID to track the incoming requests. |
Body Parameters
Request Body
{
"contentType":"MMEXSPECR", (mandatory)
"fileCreationDateTime":"2020041213113022", (yyyyMMddHHmmss)
"runId":"666666",
"claimReferenceNumber":"AC344433", (mandatory)
"consultingProviderName":"Provider name",
"dateOfConsult":"24-05-2020", (DD-MM-YYYY)
"metaDataForContentType":"Metadata for content type string",
"assessmentType":"Assessment type string",
"bodySite":"Body site string",
"clientNHINumber":"ABC1234",
"clientFirstName":"First name", (mandatory)
"clientLastName":"Last name", (mandatory)
"clientDOB":"12-05-1956", (DD-MM-YYYY, mandatory)
"fileExtension":"PDF" (mandatory)
}