MapItemAction


JSON Response Example

{
  "Name": "StringValue",
  "ActionUrl": "StringValue",
  "HttpMethod": "StringValue",
  "HttpBody": "StringValue",
  "BasicAuthUserName": "StringValue",
  "BasicAuthPassword": "StringValue",
  "IsRestCall": false,
  "IsInput": false
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<MapItemAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>StringValue</Name>
  <ActionUrl>StringValue</ActionUrl>
  <HttpMethod>StringValue</HttpMethod>
  <HttpBody>StringValue</HttpBody>
  <BasicAuthUserName>StringValue</BasicAuthUserName>
  <BasicAuthPassword>StringValue</BasicAuthPassword>
  <IsRestCall>false</IsRestCall>
  <IsInput>false</IsInput>
</MapItemAction>