PUT Forms/Binary/{binaryID}?validateOnly={validateOnly}

Update formBinary

Request Information

URI Parameters

NameDescriptionTypeAdditional information
binaryID

BinaryID of FormBinary to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

FormBinary data

BinaryDataDTO
NameDescriptionTypeAdditional information
BinaryID

integer

None.

BinaryKey

string

None.

Data

string

None.

Props

Collection of Object

None.

CompressionType

CompressionType

None.

FileExtension

File Extension

string

None.

FileSize

File Size

integer

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.