POST api/V1/keyword/AddCompanyServiceKeyword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
keyword
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Company_Service_Id": 2,
  "Service_Keyword_Id": 3,
  "Keyword": "sample string 4",
  "KeywordValue": "sample string 5",
  "UserId": 6,
  "IsActive": true,
  "Disposition_Id": 8,
  "Notes": "sample string 9",
  "Version": "sample string 10",
  "Tenant": "sample string 11",
  "ActivityId": "sample string 12"
}

application/xml, text/xml

Sample:
<ServiceKeyword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Service">
  <_x003C_ActivityId_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 12</_x003C_ActivityId_x003E_k__BackingField>
  <_x003C_Tenant_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 11</_x003C_Tenant_x003E_k__BackingField>
  <_x003C_Version_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 10</_x003C_Version_x003E_k__BackingField>
  <Company_Service_Id>2</Company_Service_Id>
  <Disposition_Id>8</Disposition_Id>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <Keyword>sample string 4</Keyword>
  <KeywordValue>sample string 5</KeywordValue>
  <Notes>sample string 9</Notes>
  <Service_Keyword_Id>3</Service_Keyword_Id>
  <UserId>6</UserId>
</ServiceKeyword>

application/x-www-form-urlencoded

Sample:

Sample not available.