Do you have details on the projection and call you’re trying?
Hey Phill,
I want to add new entities to AddressTypes using the ForwarderHandling projection.
I’ve managed to create a new forwarder and its addresses using the IFS API task, but the address types seem to be “nested” under the nested entity ForwarderInfoAddresses, so I couldn’t find a way to get to it.
Here’s the endpoint:
/main/ifsapplications/projection/v1/ForwarderHandling.svc/ForwarderInfoSet(ForwarderId='{ForwarderId}')/ForwarderInfoAddresses(ForwarderId='{ForwarderInfoAddress_ForwarderId}',AddressId='{ForwarderInfoAddress_AddressId}')/AddressTypes
Thanks
Hi @nobmus
What is the track you are using?
From 24R2 onwards, authentication is available directly inside the REST Task. You can check the documentation here:
Authentication – REST Call Task
Thanks