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
PushNotificationAdı | 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. |
İ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" }
application/x-www-form-urlencoded
Örnek:
Örnek bulunmuyor.
Cevap Bilgisi
Kaynak Açıklaması
HttpResponseMessageAdı | 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. |