This method is used to upload a document to Plaza and attach it to a work order.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"documentSummary": {
"description": "Attachment 1 for Request WO-00000005",
"creationDateTime": "2017-02-21T07:25:55.098",
"lastUpdateDateTime": "2017-02-21T07:25:55.098",
"uploaderLoginId": "user@example.com",
"location": {
"referenceNumber": "00000051",
"url": "/document/00000051"
},
"documentType": "CONTRACT",
"uploaderActorType": "CUSTOMER"
}
}
}
Field Descriptions