POST api/ModuleAdv/Log?adv_id={adv_id}&operation={operation}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| adv_id | string | None. | |
| operation | string | Default value is Update | 
Body Parameters
Dictionary of string [key] and Dictionary of string [key] and Object [value] [value]Request Formats
application/json, text/json
            Sample:
        
{
  "sample string 1": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "sample string 2": {
    "sample string 1": {},
    "sample string 3": {}
  }
}
        application/xml, text/xml
            Sample:
        
<ArrayOfKeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1>
    <Key>sample string 1</Key>
    <Value>
      <KeyValueOfstringanyType>
        <Key>sample string 1</Key>
        <Value />
      </KeyValueOfstringanyType>
      <KeyValueOfstringanyType>
        <Key>sample string 3</Key>
        <Value />
      </KeyValueOfstringanyType>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1>
  <KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1>
    <Key>sample string 2</Key>
    <Value>
      <KeyValueOfstringanyType>
        <Key>sample string 1</Key>
        <Value />
      </KeyValueOfstringanyType>
      <KeyValueOfstringanyType>
        <Key>sample string 3</Key>
        <Value />
      </KeyValueOfstringanyType>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfKeyValueOfstringanyTypety7Ep6D1>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
            Sample:
        1
application/xml, text/xml
            Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>