POST School/SaveMAppIOSVersions
Request Information
URI Parameters
None.
Body Parameters
AppVersionData| Name | Description | Type | Additional information |
|---|---|---|---|
| VersionNo | string |
None. |
|
| PackageName | string |
None. |
|
| ForcibleUpdate | integer |
None. |
|
| Remarks | string |
None. |
|
| CreatedBy | string |
None. |
|
| DBName | string |
None. |
|
| OrganisationID | integer |
None. |
|
| OrganisationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VersionNo": "sample string 1",
"PackageName": "sample string 2",
"ForcibleUpdate": 3,
"Remarks": "sample string 4",
"CreatedBy": "sample string 5",
"DBName": "sample string 6",
"OrganisationID": 7,
"OrganisationName": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.