For more information on using API

POST http://webapi.mymarketing.co.il/api/account/encodehtml

POST HTML encoded value of string

Request Information

URI Parameters

Body Parameters

SimpleStringStructure

Name

Description

Type

Additional information

Value

string

Request Formats

application/json, text/json

Sample:
{
  "Value": "sample string 1"
}

application/xml, text/xml

Sample:
<SimpleStringStructure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <Value>sample string 1</Value>
</SimpleStringStructure>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SimpleStringStructure

Name

Description

Type

Additional information

Value

string

Response Formats

application/json, text/json

Sample:
{
  "Value": "sample string 1"
}

application/xml, text/xml

Sample:
<SimpleStringStructure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <Value>sample string 1</Value>
</SimpleStringStructure>