PUT api/external/v1/TagKind?CreateDataNotFound={CreateDataNotFound}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDataNotFound | boolean |
Default value is False |
Body Parameters
Collection of SFE.Common.PublicEntities.TagKindVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 1"
},
{
"id": 1,
"name": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfTagKindVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
<TagKindVM>
<Id>1</Id>
<Name>sample string 1</Name>
</TagKindVM>
<TagKindVM>
<Id>1</Id>
<Name>sample string 1</Name>
</TagKindVM>
</ArrayOfTagKindVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.