POST api/RegisterMA2022
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| registerMADataModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"transmissionTime": "2025-12-25T18:33:59.6837569+00:00",
"userID": "sample string 1",
"userName": "sample string 2",
"token": "sample string 3",
"onetimecode": "sample string 4",
"alertzy": "sample string 5"
}
text/xml
Sample:
<RegisterMA2022DataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models"> <alertzy>sample string 5</alertzy> <onetimecode>sample string 4</onetimecode> <token>sample string 3</token> <transmissionTime>2025-12-25T18:33:59.6837569+00:00</transmissionTime> <userID>sample string 1</userID> <userName>sample string 2</userName> </RegisterMA2022DataModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.