POST api/Usafis/UpdateFileByClass
Request Information
URI Parameters
None.
Body Parameters
FileResultsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DataBase64String | string |
None. |
|
FileName | string |
None. |
|
FileData | Collection of byte |
None. |
|
TypeOfID | TypeOfID |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "DataBase64String": "sample string 2", "FileName": "sample string 3", "FileData": "QEA=", "TypeOfID": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true