POST api/edit/ShareConfig

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ShareConfigInfoAPPDTO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Description": "sample string 1",
  "Name": "sample string 2",
  "Channel": 1,
  "cinput": "sample string 3",
  "ddate": "2025-12-09T18:50:48.7664375+08:00",
  "Frequency": 1
}

application/xml, text/xml

Sample:
<ShareConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <Description>sample string 1</Description>
  <Name>sample string 2</Name>
  <Channel>1</Channel>
  <cinput>sample string 3</cinput>
  <ddate>2025-12-09T18:50:48.7664375+08:00</ddate>
  <Frequency>1</Frequency>
</ShareConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>