Hello Again; Im not sure what the issue is here; If the URI is something like /companies/foobar you get a “200 OK Unknown activity alias: foobar” response not the 403 Forbidden error below…
Request:
parameters = {‘parent’:892394, ‘data’:{‘responsible’:228808, ‘valuecurrency’:‘USD’, ‘valueunit’:100, ‘valueinterval’:‘fixed price’, ‘stage’:50, ‘probability’:50, ‘closingdate’:‘2010-01-01’, ‘status’:‘Pending’}}
connection.request(“POST”, “/companies/opportunity”, json.dumps(parameters), headers)
Response:
403 Forbidden {“errors”:{“activitytypenotsupported”:“Specified activity type is not supported”},“status”:“failed”}
