POST api/MobileApp/UpdateApp
Request Information
URI Parameters
None.
Body Parameters
MobileApp| Name | Description | Type | Additional information |
|---|---|---|---|
| RowID | integer |
None. |
|
| AppCode | string |
None. |
|
| AppName | string |
None. |
|
| Description | string |
None. |
|
| Status | boolean |
None. |
|
| Str_Ver_Android | string |
None. |
|
| Number_Ver_Android | string |
None. |
|
| Str_Ver_IOS | string |
None. |
|
| Number_Ver_IOS | string |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedBy | integer |
None. |
|
| IsRequireUpdate_Android | boolean |
None. |
|
| IsRequireUpdate_IOS | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RowID": 1,
"AppCode": "sample string 2",
"AppName": "sample string 3",
"Description": "sample string 4",
"Status": true,
"Str_Ver_Android": "sample string 6",
"Number_Ver_Android": "sample string 7",
"Str_Ver_IOS": "sample string 8",
"Number_Ver_IOS": "sample string 9",
"CreatedDate": "sample string 10",
"CreatedBy": 11,
"IsRequireUpdate_Android": true,
"IsRequireUpdate_IOS": true
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| data | Object |
None. |
|
| page | PageModel |
None. |
|
| error | ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"data": {},
"page": {
"Page": 1,
"AllPage": 2,
"Size": 3,
"TotalCount": 4
},
"error": {
"message": "sample string 1",
"code": "sample string 2",
"page": {
"Page": 1,
"AllPage": 2,
"Size": 3,
"TotalCount": 4
}
}
}
application/xml, text/xml
Sample: