PUT api/v1/orgs/{orgid}/CompetitorCompanies/{CompetitorCompanyID}

Update Competitor Company information for a Client.

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID

Define this parameter in the request URI.

CompetitorCompanyID
Value of Competitor Company ID

Define this parameter in the request URI.

request
{
            "CompanyName": "Sample",
            "WebsiteURL": "http://www.sample.com/"
            }

None.

jb
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />

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 'Object'.