PATCH api/Requests/{id}/Attachments

Добавляет вложения к заявке

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Номер заявки

integer

Required

Body Parameters

None.

Response Information

Success Resource Description

Возвращает результат добавления вложений

AttachmentsResultModel
NameDescriptionTypeAdditional information
Id

Идентификатор сущности (заявки, задачи)

integer

None.

LastModifiedDate

Дата последнего изменения

date

None.

Attachments

Результат добавления пакета вложений

Collection of AttachmentResult

None.

Error Resource Description (Реализовано не везде)

OperationResult
NameDescriptionTypeAdditional information
Target

Возвращаемый объект

Object

None.

Status

Статус операции

ResultStatus

None.

Error

Детализация ошибки

Error

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.