POST api/MA
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "2025-12-25T18:35:16.7849657+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>2025-12-25T18:35:16.7849657+00:00</LastUpdated> <MagicKey>sample string 3</MagicKey> <UserId>1</UserId> <UserName>sample string 2</UserName> </MAModelGet>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.