I am having a requirement to push data to case entity through rest api from third party system. Right now I am doing from postman.
xxxxxx.api.crm8.dynamics.com/.../incidents
There are some lookup values need to pass through this url. I know we can use the appropriate guid. but without using guid, is it possible to pass the data like using name field ?
And, in the case entity, one of the lookup field has onchange javascript customization is there. Will it be execute when we push the data through api ?