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