Attachment removed

(this action may only be performed by a customer)

Customer's application has ability to remove attached files from a work order. Each time happens, your WebHook receives notification about removed attachments.

Refer Working with attachments for more information.

Fields

Field

Value Type

Verification

Description

Header

MessageHeader

Mandatory

Complex object that contains important information about the request.

AttachmentId

string

Mandatory,
Maximum length 36

Unique identifier from Customer API.

Example notification: attachment removed

{
	"AttachmentId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
	"Header": {
		"WorkOrderId": 42,
		"BranchId": 492042,
		"Sender": {
			"Name": "Tyrion Lannister",
			"Phone": "+12025556632",
			"Type": "Customer"
		},
		"Action": "AttachmentRemoved",
		"ActionDate": "2017-10-04T08:29:11.4362613Z",
		"ApiVersion": "1.0",
		"MessageId": "5c7f1cfc-feee-49af-82a0-10523a7108fd"
	}
}