POST api/Company2Industry/Save

Request Information

URI Parameters

None.

Body Parameters

Company2Industry
NameDescriptionTypeAdditional information
Company2IndustryId

integer

None.

Companyid

integer

None.

IndustryId

integer

None.

OverallCP

integer

None.

OverallCA

integer

None.

Type

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Company2IndustryId": 1,
  "Companyid": 2,
  "IndustryId": 3,
  "OverallCP": 4,
  "OverallCA": 5,
  "Type": 6
}

application/xml, text/xml

Sample:
<Company2Industry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NiceAPI.Managers">
  <Company2IndustryId>1</Company2IndustryId>
  <Companyid>2</Companyid>
  <IndustryId>3</IndustryId>
  <OverallCA>5</OverallCA>
  <OverallCP>4</OverallCP>
  <Type>6</Type>
</Company2Industry>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Company2Industry'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>