POST WebShop/HandlePricePolicy

Request Information

URI Parameters

None.

Body Parameters

HandlePricePolicyRequest
NameDescriptionTypeAdditional information
PolicyID

string

None.

ActionType

string

None.

TenantCode

string

None.

Name

string

None.

UserRoleName

string

None.

BusinessTypeName

string

None.

RegionName

string

None.

PropertyTypeName

string

None.

PolicyType

string

None.

Total

string

None.

TermValidityName

string

None.

Price

string

None.

Describe

string

None.

Sort

string

None.

Enabled

boolean

None.

Remarks

string

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyID": "sample string 1",
  "ActionType": "sample string 2",
  "TenantCode": "sample string 3",
  "Name": "sample string 4",
  "UserRoleName": "sample string 5",
  "BusinessTypeName": "sample string 6",
  "RegionName": "sample string 7",
  "PropertyTypeName": "sample string 8",
  "PolicyType": "sample string 9",
  "Total": "sample string 10",
  "TermValidityName": "sample string 11",
  "Price": "sample string 12",
  "Describe": "sample string 13",
  "Sort": "sample string 14",
  "Enabled": true,
  "Remarks": "sample string 16",
  "UserID": "sample string 17"
}

application/xml, text/xml

Sample:
<HandlePricePolicyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.WebShop">
  <ActionType>sample string 2</ActionType>
  <BusinessTypeName>sample string 6</BusinessTypeName>
  <Describe>sample string 13</Describe>
  <Enabled>true</Enabled>
  <Name>sample string 4</Name>
  <PolicyID>sample string 1</PolicyID>
  <PolicyType>sample string 9</PolicyType>
  <Price>sample string 12</Price>
  <PropertyTypeName>sample string 8</PropertyTypeName>
  <RegionName>sample string 7</RegionName>
  <Remarks>sample string 16</Remarks>
  <Sort>sample string 14</Sort>
  <TenantCode>sample string 3</TenantCode>
  <TermValidityName>sample string 11</TermValidityName>
  <Total>sample string 10</Total>
  <UserID>sample string 17</UserID>
  <UserRoleName>sample string 5</UserRoleName>
</HandlePricePolicyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfBoolean
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": true
}

application/xml, text/xml

Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>true</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfboolean>