POST api/JpushUser/InsertJpushUser

新增和修改推送用户

Request Information

Parameters

NameDescriptionAdditional information
JpushUser
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "UserId": "sample string 2",
  "JpushId": "sample string 3",
  "ServerTime": "2026-03-25T19:06:05.1662655+08:00"
}

application/xml, text/xml

Sample:
<App_JpushUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Entity">
  <JpushId>sample string 3</JpushId>
  <ServerTime>2026-03-25T19:06:05.1662655+08:00</ServerTime>
  <UserId>sample string 2</UserId>
  <id>sample string 1</id>
</App_JpushUser>

application/x-www-form-urlencoded

Sample:

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