POST api/DoNotShowAgain/AddNewDoNotShowAgain

Documentation for 'AddNewDoNotShowAgain'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "item": {
    "itemType": "sample string 1",
    "itemID": "sample string 2",
    "memberID": "sample string 3",
    "createdDate": "2025-01-09T12:02:22.531683+08:00"
  }
}

application/xml, text/xml

Sample:
<DoNotShowAgainRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SISVServices.Models">
  <item xmlns:d2p1="http://schemas.datacontract.org/2004/07/SISVServicesDA.Models">
    <d2p1:createdDate>2025-01-09T12:02:22.531683+08:00</d2p1:createdDate>
    <d2p1:itemID>sample string 2</d2p1:itemID>
    <d2p1:itemType>sample string 1</d2p1:itemType>
    <d2p1:memberID>sample string 3</d2p1:memberID>
  </item>
</DoNotShowAgainRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'DoNotShowAgainRequest'.