post https://dc1demogwext.paylocity.com/documents/v1/companies//documents//downloads
Summary Description
This will create a new document downloadURL for the specified company ID.
Responses
401Unauthorized
Summary Description
This will create a new document downloadURL for the specified company ID.
401Unauthorized
xxxxxxxxxx
curl --request POST \
--url https://dc1demogwext.paylocity.com/documents/v1/companies/companyId/documents/documentId/downloads \
--header 'accept: application/json'
xxxxxxxxxx
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"downloadUrl": "string",
"expiresIn": 0
}