POST api/WMProUserDeta/DeletePosterMaster

Request Information

URI Parameters

None.

Body Parameters

PosterMasterInputInfo
NameDescriptionTypeAdditional information
PosterID

integer

None.

PosterDesc

string

None.

PosterImage

string

None.

PosterName

string

None.

SystemPoster

integer

None.

CBy

integer

None.

MBy

integer

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:
{
  "PosterID": 1,
  "PosterDesc": "sample string 2",
  "PosterImage": "sample string 3",
  "PosterName": "sample string 4",
  "SystemPoster": 5,
  "CBy": 6,
  "MBy": 7,
  "UserID": "sample string 8",
  "Password": "sample string 9",
  "IFAID": "sample string 10",
  "Token": "sample string 11",
  "DbInUse": "sample string 12",
  "Sourceid": 13,
  "Forgot_UserID": "sample string 14",
  "IsWMPRO": true,
  "LoginUserSessionID": 16,
  "IsMagic": "sample string 17"
}

application/xml, text/xml

Sample:
<PosterMasterInputInfo 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 17</IsMagic>
  <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">false</IsWMPRO>
  <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">16</LoginUserSessionID>
  <DbInUse xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 12</DbInUse>
  <Forgot_UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 14</Forgot_UserID>
  <IFAID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 10</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 9</Password>
  <Sourceid xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">13</Sourceid>
  <Token xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 11</Token>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 8</UserID>
  <CBy>6</CBy>
  <MBy>7</MBy>
  <PosterDesc>sample string 2</PosterDesc>
  <PosterID>1</PosterID>
  <PosterImage>sample string 3</PosterImage>
  <PosterName>sample string 4</PosterName>
  <SystemPoster>5</SystemPoster>
</PosterMasterInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PosterMasterOutputInfo
NameDescriptionTypeAdditional information
listPosterMaster

Collection of PosterMasterModel

None.

ReturnStat

boolean

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:
{
  "listPosterMaster": [
    {
      "PosterID": 1,
      "PosterDesc": "sample string 2",
      "PosterImage": "sample string 3",
      "SystemPoster": 4,
      "CBy": 5,
      "CDate": "2024-07-27T12:19:46.8123848-08:00",
      "MBy": 7,
      "MDate": "2024-07-27T12:19:46.8123848-08:00"
    },
    {
      "PosterID": 1,
      "PosterDesc": "sample string 2",
      "PosterImage": "sample string 3",
      "SystemPoster": 4,
      "CBy": 5,
      "CDate": "2024-07-27T12:19:46.8123848-08:00",
      "MBy": 7,
      "MDate": "2024-07-27T12:19:46.8123848-08:00"
    }
  ],
  "ReturnStat": true,
  "Status": "sample string 2",
  "Message": "sample string 3",
  "MobileOtp": 4,
  "LoginUserSessionID": 5,
  "IsWMPRO": true,
  "IsMagic": "sample string 7"
}

application/xml, text/xml

Sample:
<PosterMasterOutputInfo 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 7</IsMagic>
  <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">true</IsWMPRO>
  <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">5</LoginUserSessionID>
  <Message xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 3</Message>
  <MobileOtp xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">4</MobileOtp>
  <Status xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 2</Status>
  <ReturnStat>true</ReturnStat>
  <listPosterMaster>
    <PosterMasterModel>
      <CBy>5</CBy>
      <CDate>2024-07-27T12:19:46.8123848-08:00</CDate>
      <MBy>7</MBy>
      <MDate>2024-07-27T12:19:46.8123848-08:00</MDate>
      <PosterDesc>sample string 2</PosterDesc>
      <PosterID>1</PosterID>
      <PosterImage>sample string 3</PosterImage>
      <SystemPoster>4</SystemPoster>
    </PosterMasterModel>
    <PosterMasterModel>
      <CBy>5</CBy>
      <CDate>2024-07-27T12:19:46.8123848-08:00</CDate>
      <MBy>7</MBy>
      <MDate>2024-07-27T12:19:46.8123848-08:00</MDate>
      <PosterDesc>sample string 2</PosterDesc>
      <PosterID>1</PosterID>
      <PosterImage>sample string 3</PosterImage>
      <SystemPoster>4</SystemPoster>
    </PosterMasterModel>
  </listPosterMaster>
</PosterMasterOutputInfo>