PUT Forms/Binary/{binaryID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
binaryID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
BinaryDataDTOName | Description | Type | Additional information |
---|---|---|---|
BinaryID | integer |
None. |
|
BinaryKey | string |
None. |
|
Data | string |
None. |
|
Props | Collection of Object |
None. |
|
CompressionType | CompressionType |
None. |
|
FileExtension | string |
None. |
|
FileSize | integer |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, application/x-compressed-json
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |