POST {language}/notification/NotificationUpdateRead

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

NotificationUpdateReadRequest
NameDescriptionTypeAdditional information
NotificationStatus

string

None.

listObject

Collection of datalist

None.

RecordState

integer

None.

EmployeeId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationStatus": "sample string 1",
  "listObject": [
    {
      "Type": "sample string 1",
      "ObjectId": "b5ef71e6-82b8-4eaf-988a-e8017545b841"
    },
    {
      "Type": "sample string 1",
      "ObjectId": "b5ef71e6-82b8-4eaf-988a-e8017545b841"
    }
  ],
  "RecordState": 2,
  "EmployeeId": "93776c3f-e29b-4ac3-aa73-741df593aecb"
}

application/xml, text/xml

Sample:
<NotificationUpdateReadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <EmployeeId>93776c3f-e29b-4ac3-aa73-741df593aecb</EmployeeId>
  <NotificationStatus>sample string 1</NotificationStatus>
  <RecordState>2</RecordState>
  <listObject>
    <NotificationUpdateReadRequest.datalist>
      <ObjectId>b5ef71e6-82b8-4eaf-988a-e8017545b841</ObjectId>
      <Type>sample string 1</Type>
    </NotificationUpdateReadRequest.datalist>
    <NotificationUpdateReadRequest.datalist>
      <ObjectId>b5ef71e6-82b8-4eaf-988a-e8017545b841</ObjectId>
      <Type>sample string 1</Type>
    </NotificationUpdateReadRequest.datalist>
  </listObject>
</NotificationUpdateReadRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.