POST api/vk-publish-log/wiki-app

Request Information

URI Parameters

None.

Body Parameters

VkWikiAppPublishLogRequest
NameDescriptionTypeAdditional information
Suid

string

None.

SellerId

integer

None.

VkGroupId

integer

None.

VkGroupName

string

None.

Currency

string

None.

ButtonColor

string

None.

ButtonTextId

integer

None.

ButtonText

string

None.

ButtonTypeId

integer

None.

ButtonType

string

None.

IsCustomButton

integer

None.

CustomButtonUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Suid": "sample string 1",
  "SellerId": 2,
  "VkGroupId": 3,
  "VkGroupName": "sample string 4",
  "Currency": "sample string 5",
  "ButtonColor": "sample string 6",
  "ButtonTextId": 7,
  "ButtonText": "sample string 8",
  "ButtonTypeId": 9,
  "ButtonType": "sample string 10",
  "IsCustomButton": 11,
  "CustomButtonUrl": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<VkWikiAppPublishLogRequest>
  <Suid>sample string 1</Suid>
  <SellerId>2</SellerId>
  <VkGroupId>3</VkGroupId>
  <VkGroupName>sample string 4</VkGroupName>
  <Currency>sample string 5</Currency>
  <ButtonColor>sample string 6</ButtonColor>
  <ButtonTextId>7</ButtonTextId>
  <ButtonText>sample string 8</ButtonText>
  <ButtonTypeId>9</ButtonTypeId>
  <ButtonType>sample string 10</ButtonType>
  <IsCustomButton>11</IsCustomButton>
  <CustomButtonUrl>sample string 12</CustomButtonUrl>
</VkWikiAppPublishLogRequest>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.