PUT api/uye/notification

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
apiKey

string

None.

uyeID

integer

None.

bildirim

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "apiKey": "sample string 1",
  "uyeID": 2,
  "bildirim": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true