POST api/MA

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",
  "magicKey": "sample string 3",
  "lastUpdated": "2024-11-18T05:56:53.8239672+00:00"
}

text/xml

Sample:
<MAModelGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models">
  <LastUpdated>2024-11-18T05:56:53.8239672+00:00</LastUpdated>
  <MagicKey>sample string 3</MagicKey>
  <UserId>1</UserId>
  <UserName>sample string 2</UserName>
</MAModelGet>

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

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.