MCPcopy Create free account
hub / github.com/GearPlug/dynamics365crm-python / _patch

Method _patch

dynamics365crm/client.py:69–70  ·  view source on GitHub ↗
(self, endpoint, data=None, json=None, **kwargs)

Source from the content-addressed store, hash-verified

67 return self.make_request('delete', endpoint, **kwargs)
68
69 def _patch(self, endpoint, data=None, json=None, **kwargs):
70 return self.make_request('patch', endpoint, data=data, json=json, **kwargs)
71
72 def parse_response(self, response):
73 """

Callers 6

update_dataMethod · 0.95
update_contactMethod · 0.95
update_accountMethod · 0.95
update_opportunityMethod · 0.95
update_leadMethod · 0.95
update_campaignMethod · 0.95

Calls 1

make_requestMethod · 0.95

Tested by

no test coverage detected