Hey,
I am trying to get one of the BPAddresses of a specific customer. I am using Postman to identfy the exact syntax but I am not able to get it working. I tried things like this:
https://10.100.170.212:50000/b1s/v1/BusinessPartners('10315')/BPAddresses?$filter=startswith(AddressName, 'Test')
https://10.100.170.212:50000/b1s/v1/BusinessPartners('10315')/BPAddresses('Test')
Can anyone help me?
Thanks in advance.
Regards
EDIT: $select doesn't seem to work there..