PUT api/SearchTerm_Category/{DecisionIdPath}/Breadcrumb?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| DecisionIdPath | string |
None. |
Body Parameters
SearchTerm_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SearchTerm | string |
None. |
|
| CategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SearchTerm": "sample string 2",
"CategoryId": 3
}
text/html
Sample:
{"Id":1,"SearchTerm":"sample string 2","CategoryId":3}
application/xml, text/xml
Sample:
<SearchTerm_Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CPSC.ROBOT.Entities"> <CategoryId>3</CategoryId> <Id>1</Id> <SearchTerm>sample string 2</SearchTerm> </SearchTerm_Category>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.