POST api/WMProUserDeta/EditUpdateLaucherMaster
Request Information
URI Parameters
None.
Body Parameters
LauncherMasterInputInfoName | Description | Type | Additional information |
---|---|---|---|
LogoID | integer |
None. |
|
LogoImage | string |
None. |
|
LauImage | string |
None. |
|
LogoCBy | integer |
None. |
|
LogoCDate | date |
None. |
|
LogoMBy | integer |
None. |
|
LogoMDate | date |
None. |
|
LauCBY | integer |
None. |
|
LauCDate | date |
None. |
|
LauMBy | integer |
None. |
|
LauMDate | date |
None. |
|
UserID | string |
Required |
|
Password | string |
Required |
|
IFAID | string |
Required |
|
Token | string |
Required |
|
DbInUse | string |
None. |
|
Sourceid | integer |
None. |
|
Forgot_UserID | string |
None. |
|
IsWMPRO | boolean |
None. |
|
LoginUserSessionID | integer |
Required |
|
IsMagic | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogoID": 1, "LogoImage": "sample string 2", "LauImage": "sample string 3", "LogoCBy": 4, "LogoCDate": "2024-12-21T21:58:28.9686688-08:00", "LogoMBy": 6, "LogoMDate": "2024-12-21T21:58:28.9686688-08:00", "LauCBY": 8, "LauCDate": "2024-12-21T21:58:28.9686688-08:00", "LauMBy": 10, "LauMDate": "2024-12-21T21:58:28.9686688-08:00", "UserID": "sample string 12", "Password": "sample string 13", "IFAID": "sample string 14", "Token": "sample string 15", "DbInUse": "sample string 16", "Sourceid": 17, "Forgot_UserID": "sample string 18", "IsWMPRO": true, "LoginUserSessionID": 20, "IsMagic": "sample string 21" }
application/xml, text/xml
Sample:
<LauncherMasterInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models.WMPro"> <IsMagic xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 21</IsMagic> <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">false</IsWMPRO> <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">20</LoginUserSessionID> <DbInUse xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 16</DbInUse> <Forgot_UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 18</Forgot_UserID> <IFAID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 14</IFAID> <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">true</IsWMPRO> <Password xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 13</Password> <Sourceid xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">17</Sourceid> <Token xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 15</Token> <UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 12</UserID> <LauCBY>8</LauCBY> <LauCDate>2024-12-21T21:58:28.9686688-08:00</LauCDate> <LauImage>sample string 3</LauImage> <LauMBy>10</LauMBy> <LauMDate>2024-12-21T21:58:28.9686688-08:00</LauMDate> <LogoCBy>4</LogoCBy> <LogoCDate>2024-12-21T21:58:28.9686688-08:00</LogoCDate> <LogoID>1</LogoID> <LogoImage>sample string 2</LogoImage> <LogoMBy>6</LogoMBy> <LogoMDate>2024-12-21T21:58:28.9686688-08:00</LogoMDate> </LauncherMasterInputInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LaucherMasterOutputInfoName | Description | Type | Additional information |
---|---|---|---|
listLaucherMaster | Collection of LaucherMasterModel |
None. |
|
Status | string |
Required |
|
Message | string |
Required |
|
MobileOtp | integer |
None. |
|
LoginUserSessionID | integer |
Required |
|
IsWMPRO | boolean |
None. |
|
IsMagic | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "listLaucherMaster": [ { "LogoID": 1, "LogoImage": "sample string 2", "LauImage": "sample string 3", "LogoCBy": 4, "LogoCDate": "2024-12-21T21:58:28.9842067-08:00", "LogoMBy": 6, "LogoMDate": "2024-12-21T21:58:28.9842067-08:00", "LauCBY": 8, "LauCDate": "2024-12-21T21:58:28.9842067-08:00", "LauMBy": 10, "LauMDate": "2024-12-21T21:58:28.9842067-08:00" }, { "LogoID": 1, "LogoImage": "sample string 2", "LauImage": "sample string 3", "LogoCBy": 4, "LogoCDate": "2024-12-21T21:58:28.9842067-08:00", "LogoMBy": 6, "LogoMDate": "2024-12-21T21:58:28.9842067-08:00", "LauCBY": 8, "LauCDate": "2024-12-21T21:58:28.9842067-08:00", "LauMBy": 10, "LauMDate": "2024-12-21T21:58:28.9842067-08:00" } ], "Status": "sample string 1", "Message": "sample string 2", "MobileOtp": 3, "LoginUserSessionID": 4, "IsWMPRO": true, "IsMagic": "sample string 6" }
application/xml, text/xml
Sample:
<LaucherMasterOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models.WMPro"> <IsMagic xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 6</IsMagic> <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">true</IsWMPRO> <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">4</LoginUserSessionID> <Message xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 2</Message> <MobileOtp xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">3</MobileOtp> <Status xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 1</Status> <listLaucherMaster> <LaucherMasterModel> <LauCBY>8</LauCBY> <LauCDate>2024-12-21T21:58:28.9842067-08:00</LauCDate> <LauImage>sample string 3</LauImage> <LauMBy>10</LauMBy> <LauMDate>2024-12-21T21:58:28.9842067-08:00</LauMDate> <LogoCBy>4</LogoCBy> <LogoCDate>2024-12-21T21:58:28.9842067-08:00</LogoCDate> <LogoID>1</LogoID> <LogoImage>sample string 2</LogoImage> <LogoMBy>6</LogoMBy> <LogoMDate>2024-12-21T21:58:28.9842067-08:00</LogoMDate> </LaucherMasterModel> <LaucherMasterModel> <LauCBY>8</LauCBY> <LauCDate>2024-12-21T21:58:28.9842067-08:00</LauCDate> <LauImage>sample string 3</LauImage> <LauMBy>10</LauMBy> <LauMDate>2024-12-21T21:58:28.9842067-08:00</LauMDate> <LogoCBy>4</LogoCBy> <LogoCDate>2024-12-21T21:58:28.9842067-08:00</LogoCDate> <LogoID>1</LogoID> <LogoImage>sample string 2</LogoImage> <LogoMBy>6</LogoMBy> <LogoMDate>2024-12-21T21:58:28.9842067-08:00</LogoMDate> </LaucherMasterModel> </listLaucherMaster> </LaucherMasterOutputInfo>