Skip to main content
Update an existing incident.
External DocumentationTo learn more, visit the Oracle Service Cloud documentation.

Basic Parameters

ParameterDescription
Account - Lookup NameThe lookup name of the account to assign the incident to.
Application ContextThe application context information to attach as OSvC-CREST-Application-Context request header. For more information, please refer to Oracle documentation.
Assign Primary AccountSelect the attribute used to identify the primary contact.

Note: A primary contact must be assigned to the created incident. This can be done using the contact’s ID or Lookup Name.
Assign To AccountSelect to fill account details to assign the incident to.

Note: To represent an account - one of ID or Lookup Name is required.
Assign To Staff GroupSelect to fill staff group details to assign the incident to.

Note: To represent a staff group - one of ID or Lookup Name is required.
Assignment - Account IDThe ID of the account to assign the incident to.
Incident IDThe ID of the incident to update.
Lookup NameThe lookup name of the incident. Maximum length is 255.
Primary Contact - IDThe ID of the primary contact to assign the incident to.
Primary Contact - Lookup NameThe lookup name of the primary contact to assign the incident to.
Staff Group - IDThe ID of the staff group to assign the incident to.
Staff Group - Lookup NameThe lookup name of the staff group to assign the incident to.
SubjectThe subject of the incident. Maximum length is 240.

Advanced Parameters

ParameterDescription
File AttachmentsA list of file objects to attach to the incident.

For example:
[
{
“updatedTime”: “2025-01-10T12:45:00Z”,
“contentType”: “text/plain”,
“name”: “Log File”,
“uRL”: “https://example.com/files/12345”,
“description”: “System-generated log file attachment.”,
“private”: false,
“fileName”: “system_log.txt”,
“createdTime”: “2025-01-10T12:30:00Z”,
“data”: “VGhpcyBpcyBhIHNhbXBsZSBsb2cgZmlsZS4=”,
“id”: 12345,
“size”: 2048
}
]
LanguageSelect to fill language details.

Note: To represent a language - one of ID or Lookup Name is required.
Language - Lookup NameThe lookup name of the language. Maximum length is 255.
Language IDThe ID of the language. Valid range is 1-9223372036854776000.
Next Request AfterThe time (in milliseconds) that must elapse before subsequent API calls will be executed. This value will be attached as osvc-crest-next-request-after request header. For more information, please refer to Oracle documentation.

Example Output

{
	"id": 67,
	"lookupName": "160128-000000",
	"statusWithType": {
		"status": {
			"id": 1,
			"lookupName": "Unresolved"
		},
		"statusType": {
			"id": 1,
			"lookupName": "Unresolved"
		}
	},
	"subject": "FishPhone STILL not working"
}

Workflow Library Example

Update Incident with Oracle Service Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop