Generate
Generate a Google Documents service request.
Path parameters
serviceRequestIdstringRequired
The service request ID.
Body
Some information on who to share the new service request with.
shareWithstring[]Optional
An array of users to share the document with.
Responses
200
Various links to Google Docs for quick access to the service request.
application/json
400
Invalid value or unsuccessful operation.
application/json
post
POST //service-requests/{serviceRequestId}/generate HTTP/1.1
Host: api.ecosuite.io
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"shareWith": [
"text"
]
}
{
"serviceRequestFolder": "text",
"uri": "text",
"data": "text"
}