POST api/ProcessMA
No documentation available.
Request Information
Parameters
Name | Description | Additional 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:
<ProcessMADataModel 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> </ProcessMADataModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.