POST contractwizard/profiletemplateclientgrouping/create
Request Information
URI Parameters
None.
Body Parameters
ProfileTemplateClientGrouping| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| ProfileClientGroupId | integer |
None. |
|
| ProfileTypeId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| ClassificationId | integer |
None. |
|
| AreaId | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| TOSOURCE | string |
None. |
|
| ClientClassificationValue | string |
None. |
|
| AreaValue | string |
None. |
|
| ClientGroupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"ProfileClientGroupId": 2,
"ProfileTypeId": 3,
"IsActive": true,
"ClassificationId": 1,
"AreaId": 1,
"IsDefault": true,
"TOSOURCE": "sample string 5",
"ClientClassificationValue": "sample string 6",
"AreaValue": "sample string 7",
"ClientGroupId": 1
}
text/html
Sample:
{"TenantId":1,"ProfileClientGroupId":2,"ProfileTypeId":3,"IsActive":true,"ClassificationId":1,"AreaId":1,"IsDefault":true,"TOSOURCE":"sample string 5","ClientClassificationValue":"sample string 6","AreaValue":"sample string 7","ClientGroupId":1}
application/xml, text/xml
Sample:
<ProfileTemplateClientGrouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard"> <AreaId>1</AreaId> <AreaValue>sample string 7</AreaValue> <ClassificationId>1</ClassificationId> <ClientClassificationValue>sample string 6</ClientClassificationValue> <ClientGroupId>1</ClientGroupId> <IsActive>true</IsActive> <IsDefault>true</IsDefault> <ProfileClientGroupId>2</ProfileClientGroupId> <ProfileTypeId>3</ProfileTypeId> <TOSOURCE>sample string 5</TOSOURCE> <TenantId>1</TenantId> </ProfileTemplateClientGrouping>
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.