POST api/Merchant/KnockOffAppNotification?ID={ID}&EmpId={EmpId}&TransID={TransID}&IsVideoCompleted={IsVideoCompleted}&IsFormCompleted={IsFormCompleted}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

Required

EmpId

integer

Required

TransID

integer

Required

IsVideoCompleted

boolean

Required

IsFormCompleted

boolean

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfListOfFSTSWebAPIAppNotificationMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

Collection of FSTSWebAPIAppNotificationMDL

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": [
    {
      "ID": 1,
      "TransID": 2,
      "VideoTitle": "sample string 3",
      "IsMandatory": true,
      "VideoLink": "sample string 5",
      "IsVideoCompleted": true,
      "FormLink": "sample string 7",
      "IsFormCompleted": true,
      "EmpID": 9,
      "CreatedDatetime": "sample string 10"
    },
    {
      "ID": 1,
      "TransID": 2,
      "VideoTitle": "sample string 3",
      "IsMandatory": true,
      "VideoLink": "sample string 5",
      "IsVideoCompleted": true,
      "FormLink": "sample string 7",
      "IsFormCompleted": true,
      "EmpID": 9,
      "CreatedDatetime": "sample string 10"
    }
  ],
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfArrayOfFSTSWebAPIAppNotificationMDLpVHpxC82 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data>
    <FSTSWebAPIAppNotificationMDL>
      <CreatedDatetime>sample string 10</CreatedDatetime>
      <EmpID>9</EmpID>
      <FormLink>sample string 7</FormLink>
      <ID>1</ID>
      <IsFormCompleted>true</IsFormCompleted>
      <IsMandatory>true</IsMandatory>
      <IsVideoCompleted>true</IsVideoCompleted>
      <TransID>2</TransID>
      <VideoLink>sample string 5</VideoLink>
      <VideoTitle>sample string 3</VideoTitle>
    </FSTSWebAPIAppNotificationMDL>
    <FSTSWebAPIAppNotificationMDL>
      <CreatedDatetime>sample string 10</CreatedDatetime>
      <EmpID>9</EmpID>
      <FormLink>sample string 7</FormLink>
      <ID>1</ID>
      <IsFormCompleted>true</IsFormCompleted>
      <IsMandatory>true</IsMandatory>
      <IsVideoCompleted>true</IsVideoCompleted>
      <TransID>2</TransID>
      <VideoLink>sample string 5</VideoLink>
      <VideoTitle>sample string 3</VideoTitle>
    </FSTSWebAPIAppNotificationMDL>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfArrayOfFSTSWebAPIAppNotificationMDLpVHpxC82>