POST api/PostMobile/fileUploadFromMobile
Request Information
URI Parameters
None.
Body Parameters
Collection of FileuploadFromMobileCls| Name | Description | Type | Additional information |
|---|---|---|---|
| PostedFile | HttpPostedFileBase |
None. |
|
| imageData | string |
None. |
|
| type | string |
None. |
|
| school | string |
None. |
|
| stateid | string |
None. |
|
| studentid | string |
None. |
|
| imagepath | string |
None. |
|
| flag | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PostedFile": null,
"imageData": "sample string 1",
"type": "sample string 2",
"school": "sample string 3",
"stateid": "sample string 4",
"studentid": "sample string 5",
"imagepath": "sample string 6",
"flag": "sample string 7"
},
{
"PostedFile": null,
"imageData": "sample string 1",
"type": "sample string 2",
"school": "sample string 3",
"stateid": "sample string 4",
"studentid": "sample string 5",
"imagepath": "sample string 6",
"flag": "sample string 7"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}