POST api/Company2Industry/UpdateCompany2IndustryMarkets
Request Information
URI Parameters
None.
Body Parameters
Company2Industry| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.