POST v1/SportsClubs/test/push/{appId}/{apiKey}
İstek Bilgisi
URL Parametreleri
| Adı | Açıklaması | Türü | Ek Bilgi |
|---|---|---|---|
| appId | string |
Required |
|
| apiKey | string |
Required |
Body Parametreleri
PushNotification| Adı | Açıklaması | Türü | Ek Bilgi |
|---|---|---|---|
| pushTokens | Collection of string |
Yok. |
|
| memberId | Collection of string |
Yok. |
|
| messageText | string |
Yok. |
|
| header | string |
Yok. |
|
| userName | string |
Yok. |
|
| link | string |
Yok. |
|
| menuId | string |
Yok. |
|
| referenceId | integer |
Yok. |
|
| referenceNo | string |
Yok. |
|
| IsManagerApp | boolean |
Yok. |
|
| subject | string |
Yok. |
İstek Formatı
application/json, text/json
Örnek:
{
"pushTokens": [
"sample string 1",
"sample string 2"
],
"memberId": [
"sample string 1",
"sample string 2"
],
"messageText": "sample string 1",
"header": "sample string 2",
"userName": "sample string 3",
"link": "sample string 4",
"menuId": "sample string 5",
"referenceId": 6,
"referenceNo": "sample string 7",
"isManagerApp": true,
"subject": "sample string 9"
}
application/x-www-form-urlencoded
Örnek:
Örnek bulunmuyor.
Cevap Bilgisi
Kaynak Açıklaması
HttpResponseMessage| Adı | Açıklaması | Türü | Ek Bilgi |
|---|---|---|---|
| Version | Version |
Yok. |
|
| Content | HttpContent |
Yok. |
|
| StatusCode | HttpStatusCode |
Yok. |
|
| ReasonPhrase | string |
Yok. |
|
| Headers | Collection of Object |
Yok. |
|
| RequestMessage | HttpRequestMessage |
Yok. |
|
| IsSuccessStatusCode | boolean |
Yok. |