Newer Version Available

This content describes an older version of this product. View Latest

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
Type
reference
Description
Required. The ID of the service appointment, work order, or work order line item that the service report is created for.
templateId
Type
reference
Description
Required. The ID of the standard or custom service report template that is used to create the service report.

Usage

Sample Input
1
2       {
3         "inputs" : [ {
4           "entityId" : "08pxx00000000Nt",
5           "templateId" : "0SLxx00000000Nt"
6         } ]
7       } 
8