POST api/ProcessMA2022

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
processMADataModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "returnReponseData": true,
  "preview": true,
  "userID": "sample string 4"
}

text/xml

Sample:
<ProcessMA2022DataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models">
  <Key>sample string 1</Key>
  <preview>true</preview>
  <returnReponseData>true</returnReponseData>
  <userID>sample string 4</userID>
</ProcessMA2022DataModel>

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

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.