POST contractwizard/profiletemplateselection/update
Request Information
URI Parameters
None.
Body Parameters
ProfileTemplateSelection| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| SelectionID | integer |
None. |
|
| PropertyId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| SelectionOrder | integer |
None. |
|
| SelectionValue | string |
None. |
|
| SelectionDesc | string |
None. |
|
| HasLink | boolean |
None. |
|
| LinkId | integer |
None. |
|
| HasFunctions | boolean |
None. |
|
| UseServiceQty | boolean |
None. |
|
| ChargeId | integer |
None. |
|
| ChargeName | string |
None. |
|
| IncludeOnInvoice | boolean |
None. |
|
| InvoiceDesc | string |
None. |
|
| OverrideStockItem | boolean |
None. |
|
| StockID | integer |
None. |
|
| Qst_GroupId | integer |
None. |
|
| DisableService | boolean |
None. |
|
| QtyUnitDesc | string |
None. |
|
| AllowPercentage | boolean |
None. |
|
| IsDiscount | boolean |
None. |
|
| TOSOURCE | string |
None. |
|
| Qst_GroupValue | string |
None. |
|
| LinkValue | string |
None. |
|
| ProfileTypeId | integer |
None. |
|
| ProfileTemplateId | integer |
None. |
|
| ProfileServiceId | integer |
None. |
|
| HasQuantityLinkId | boolean |
None. |
|
| QuantityLinkId | integer |
None. |
|
| HasSelectionValueLink | boolean |
None. |
|
| LinkName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"SelectionID": 2,
"PropertyId": 3,
"IsActive": true,
"SelectionOrder": 5,
"SelectionValue": "sample string 6",
"SelectionDesc": "sample string 7",
"HasLink": true,
"LinkId": 1,
"HasFunctions": true,
"UseServiceQty": true,
"ChargeId": 1,
"ChargeName": "sample string 8",
"IncludeOnInvoice": true,
"InvoiceDesc": "sample string 9",
"OverrideStockItem": true,
"StockID": 1,
"Qst_GroupId": 1,
"DisableService": true,
"QtyUnitDesc": "sample string 10",
"AllowPercentage": true,
"IsDiscount": true,
"TOSOURCE": "sample string 13",
"Qst_GroupValue": "sample string 14",
"LinkValue": "sample string 15",
"ProfileTypeId": 16,
"ProfileTemplateId": 17,
"ProfileServiceId": 18,
"HasQuantityLinkId": true,
"QuantityLinkId": 1,
"HasSelectionValueLink": true,
"LinkName": "sample string 21"
}
text/html
Sample:
{"TenantId":1,"SelectionID":2,"PropertyId":3,"IsActive":true,"SelectionOrder":5,"SelectionValue":"sample string 6","SelectionDesc":"sample string 7","HasLink":true,"LinkId":1,"HasFunctions":true,"UseServiceQty":true,"ChargeId":1,"ChargeName":"sample string 8","IncludeOnInvoice":true,"InvoiceDesc":"sample string 9","OverrideStockItem":true,"StockID":1,"Qst_GroupId":1,"DisableService":true,"QtyUnitDesc":"sample string 10","AllowPercentage":true,"IsDiscount":true,"TOSOURCE":"sample string 13","Qst_GroupValue":"sample string 14","LinkValue":"sample string 15","ProfileTypeId":16,"ProfileTemplateId":17,"ProfileServiceId":18,"HasQuantityLinkId":true,"QuantityLinkId":1,"HasSelectionValueLink":true,"LinkName":"sample string 21"}
application/xml, text/xml
Sample:
<ProfileTemplateSelection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard"> <AllowPercentage>true</AllowPercentage> <ChargeId>1</ChargeId> <ChargeName>sample string 8</ChargeName> <DisableService>true</DisableService> <HasFunctions>true</HasFunctions> <HasLink>true</HasLink> <HasQuantityLinkId>true</HasQuantityLinkId> <HasSelectionValueLink>true</HasSelectionValueLink> <IncludeOnInvoice>true</IncludeOnInvoice> <InvoiceDesc>sample string 9</InvoiceDesc> <IsActive>true</IsActive> <IsDiscount>true</IsDiscount> <LinkId>1</LinkId> <LinkName>sample string 21</LinkName> <LinkValue>sample string 15</LinkValue> <OverrideStockItem>true</OverrideStockItem> <ProfileServiceId>18</ProfileServiceId> <ProfileTemplateId>17</ProfileTemplateId> <ProfileTypeId>16</ProfileTypeId> <PropertyId>3</PropertyId> <Qst_GroupId>1</Qst_GroupId> <Qst_GroupValue>sample string 14</Qst_GroupValue> <QtyUnitDesc>sample string 10</QtyUnitDesc> <QuantityLinkId>1</QuantityLinkId> <SelectionDesc>sample string 7</SelectionDesc> <SelectionID>2</SelectionID> <SelectionOrder>5</SelectionOrder> <SelectionValue>sample string 6</SelectionValue> <StockID>1</StockID> <TOSOURCE>sample string 13</TOSOURCE> <TenantId>1</TenantId> <UseServiceQty>true</UseServiceQty> </ProfileTemplateSelection>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.