PUT api/v1/orgs/{orgid}/Clients/{Clientid}

Update Client information and add new competitor companies and new industries( While adding new competitor companies and new industries need to send old competitor companies and industries json ), if you don't know ATS client ID leave blank.

Request Information

Parameters

NameDescriptionAdditional information
orgid
Value of Arya Organization ID

Define this parameter in the request URI.

Clientid
Value of Arya Client ID

Define this parameter in the request URI.

request
{
             "AryaOrgID": 1,
             "ATSClientID": "1234567",
             "ClientName": "test",
             "SubsidiaryCompanies": "Samplesubsidiary1,Samplesubsidiary2,Samplesubsidiary3",
             "ClientPrimaryContact": "test",
             "ClientEmailAddress": "test@test.com",
             "ClientAddress": "test",
             "ClientPhone": "123456789",
             "ClientWorkPhone": "1364545",
            	"ClientIndustries": [
            	{
            		"Industry": "Sample1"
            	},
            	{
            		"Industry": "Sample2"
            }
            ],
            "ClientCompetitorCompanies": [
            	{
            		"CompanyName": "Sample1",
            		"WebsiteURL": "Sample1.com"
            	},
            	{
            		"CompanyName": "Sample2",
            		"WebsiteURL": "Sample2.com"
            	}
            ],
            "WebsiteURL": "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'.