Newer Version Available
Create Service Report Actions
Creates a service report for a service appointment, work order, or work order line
item.
This object is available in API version 39.0 and later.
Supported REST HTTP Methods
- URI
- /vXX.X/actions/standard/createServiceReport
- Formats
- JSON
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| entityId |
|
| templateId |
|
Usage
- Sample Input
-
1 2 { 3 "inputs" : [ { 4 "entityId" : "08pxx00000000Nt", 5 "templateId" : "0SLxx00000000Nt" 6 } ] 7 } 8