POST api/UserStyleCategory/DeleteCategory
Request Information
URI Parameters
None.
Body Parameters
UserStyleCategoryManageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCategoryExists | boolean |
None. |
|
| SaveSuccess | boolean |
None. |
|
| JobInProgress | boolean |
None. |
|
| DeleteAll | boolean |
None. |
|
| ContinueDeleteAll | boolean |
None. |
|
| CategoryInJob | boolean |
None. |
|
| DeleteCategory | boolean |
None. |
|
| Category | LookupDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"isCategoryExists": true,
"saveSuccess": true,
"jobInProgress": true,
"deleteAll": true,
"continueDeleteAll": true,
"categoryInJob": true,
"deleteCategory": true,
"category": {
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "adcb4053-850b-478d-ae53-ef36d378db69",
"parentUid": "1ec3a019-e34a-45ae-a4c5-393891b12e4f",
"clientDefaultContactUid": "1e7539af-f677-46dd-8b3e-9e8fc4ca39df"
}
}
application/xml, text/xml
Sample:
<UserStyleCategoryManageViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<Category xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>1e7539af-f677-46dd-8b3e-9e8fc4ca39df</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>1ec3a019-e34a-45ae-a4c5-393891b12e4f</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>adcb4053-850b-478d-ae53-ef36d378db69</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</Category>
<CategoryInJob>true</CategoryInJob>
<ContinueDeleteAll>true</ContinueDeleteAll>
<DeleteAll>true</DeleteAll>
<DeleteCategory>true</DeleteCategory>
<IsCategoryExists>true</IsCategoryExists>
<JobInProgress>true</JobInProgress>
<SaveSuccess>true</SaveSuccess>
</UserStyleCategoryManageViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserStyleCategoryMainViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Categories | Collection of LookupDto |
None. |
|
| Properties | Collection of UserStylePropertyViewModel |
None. |
|
| ManageViewModel | UserStyleCategoryManageViewModel |
None. |
|
| SelectedIndex | integer |
None. |
|
| NewButton | CommandButtonDto |
None. |
|
| DeleteButton | CommandButtonDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"newButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"deleteButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"categories": [
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "95bb7978-b591-42b7-aa66-5a05e8133610",
"parentUid": "b20614bc-59d6-4447-a907-47aae0b0c7fb",
"clientDefaultContactUid": "9b28dada-9f49-44a4-9aab-02a146580411"
},
{
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "95bb7978-b591-42b7-aa66-5a05e8133610",
"parentUid": "b20614bc-59d6-4447-a907-47aae0b0c7fb",
"clientDefaultContactUid": "9b28dada-9f49-44a4-9aab-02a146580411"
}
],
"properties": [
{
"rowIndex": 1,
"property": "sample string 2",
"value": "sample string 3",
"lookup": [
"sample string 1",
"sample string 2"
]
},
{
"rowIndex": 1,
"property": "sample string 2",
"value": "sample string 3",
"lookup": [
"sample string 1",
"sample string 2"
]
}
],
"manageViewModel": {
"isCategoryExists": true,
"saveSuccess": true,
"jobInProgress": true,
"deleteAll": true,
"continueDeleteAll": true,
"categoryInJob": true,
"deleteCategory": true,
"category": {
"id": 1,
"idString": "sample string 2",
"name": "sample string 3",
"parentId": "sample string 4",
"description": "sample string 5",
"selected": true,
"sortIndex": 7,
"uniqueId": "95bb7978-b591-42b7-aa66-5a05e8133610",
"parentUid": "b20614bc-59d6-4447-a907-47aae0b0c7fb",
"clientDefaultContactUid": "9b28dada-9f49-44a4-9aab-02a146580411"
}
},
"selectedIndex": 1
}
application/xml, text/xml
Sample:
<UserStyleCategoryMainViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<Categories xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>9b28dada-9f49-44a4-9aab-02a146580411</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>b20614bc-59d6-4447-a907-47aae0b0c7fb</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>95bb7978-b591-42b7-aa66-5a05e8133610</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
<d2p1:LookupDto>
<d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>9b28dada-9f49-44a4-9aab-02a146580411</d2p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField>
<d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField>
<d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField>
<d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField>
<d2p1:_x003C_ParentUid_x003E_k__BackingField>b20614bc-59d6-4447-a907-47aae0b0c7fb</d2p1:_x003C_ParentUid_x003E_k__BackingField>
<d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField>
<d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField>
<d2p1:_x003C_UniqueId_x003E_k__BackingField>95bb7978-b591-42b7-aa66-5a05e8133610</d2p1:_x003C_UniqueId_x003E_k__BackingField>
</d2p1:LookupDto>
</Categories>
<DeleteButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</DeleteButton>
<ManageViewModel>
<Category xmlns:d3p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d3p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>9b28dada-9f49-44a4-9aab-02a146580411</d3p1:_x003C_ClientDefaultContactUid_x003E_k__BackingField>
<d3p1:_x003C_Description_x003E_k__BackingField>sample string 5</d3p1:_x003C_Description_x003E_k__BackingField>
<d3p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d3p1:_x003C_IdString_x003E_k__BackingField>
<d3p1:_x003C_Id_x003E_k__BackingField>1</d3p1:_x003C_Id_x003E_k__BackingField>
<d3p1:_x003C_Name_x003E_k__BackingField>sample string 3</d3p1:_x003C_Name_x003E_k__BackingField>
<d3p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d3p1:_x003C_ParentId_x003E_k__BackingField>
<d3p1:_x003C_ParentUid_x003E_k__BackingField>b20614bc-59d6-4447-a907-47aae0b0c7fb</d3p1:_x003C_ParentUid_x003E_k__BackingField>
<d3p1:_x003C_Selected_x003E_k__BackingField>true</d3p1:_x003C_Selected_x003E_k__BackingField>
<d3p1:_x003C_SortIndex_x003E_k__BackingField>7</d3p1:_x003C_SortIndex_x003E_k__BackingField>
<d3p1:_x003C_UniqueId_x003E_k__BackingField>95bb7978-b591-42b7-aa66-5a05e8133610</d3p1:_x003C_UniqueId_x003E_k__BackingField>
</Category>
<CategoryInJob>true</CategoryInJob>
<ContinueDeleteAll>true</ContinueDeleteAll>
<DeleteAll>true</DeleteAll>
<DeleteCategory>true</DeleteCategory>
<IsCategoryExists>true</IsCategoryExists>
<JobInProgress>true</JobInProgress>
<SaveSuccess>true</SaveSuccess>
</ManageViewModel>
<NewButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</NewButton>
<Properties>
<UserStylePropertyViewModel>
<Lookup xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</Lookup>
<Property>sample string 2</Property>
<RowIndex>1</RowIndex>
<Value>sample string 3</Value>
</UserStylePropertyViewModel>
<UserStylePropertyViewModel>
<Lookup xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</Lookup>
<Property>sample string 2</Property>
<RowIndex>1</RowIndex>
<Value>sample string 3</Value>
</UserStylePropertyViewModel>
</Properties>
<SelectedIndex>1</SelectedIndex>
</UserStyleCategoryMainViewModel>