joey-carlisle4

Results 1 issues of joey-carlisle4

I tried something like this (it didn't work). Is there a way to accomplish this or nah? ``` $data = [ 'foo'=>1, 'bar'=>2, 'RelationshipKey'=>['baz'=>3], ]; $client = new ODataClient($url); $client->query()->expand('RelationshipKey')->post('EntityName',...