POST api/RecruitStudent/SaveAttachmentInfo
Request Information
URI Parameters
None.
Body Parameters
UploadList| Name | Description | Type | Additional information |
|---|---|---|---|
| FileInfo | Collection of UploadModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileInfo": [
{
"ExamineeAttachmentID": 1,
"ExamineeBaseInfoID": 2,
"Description": "sample string 3",
"FileType": 1,
"FileName": "sample string 4"
},
{
"ExamineeAttachmentID": 1,
"ExamineeBaseInfoID": 2,
"Description": "sample string 3",
"FileType": 1,
"FileName": "sample string 4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.