POST api/MA2022

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelGet
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userId": 1,
  "userName": "sample string 2",
  "token": "sample string 3",
  "alertzy": "sample string 4",
  "lastUpdated": "2024-11-18T05:52:27.7331797+00:00"
}

text/xml

Sample:
<MA2022ModelGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models">
  <Alertzy>sample string 4</Alertzy>
  <LastUpdated>2024-11-18T05:52:27.7331797+00:00</LastUpdated>
  <Token>sample string 3</Token>
  <UserId>1</UserId>
  <UserName>sample string 2</UserName>
</MA2022ModelGet>

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 'MA2022ModelGet'.

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.