PUT api/v1/orgs/{orgid}/ClientIndustries/{ClientIndustryID}
Update Industry information for a Client.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
| ClientIndustryID | Value of Industry Company ID |
Define this parameter in the request URI. |
| request | {
"Industry": "sample"
} |
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: