Hi
I have a model with Processess -> Participants
Participants have addresses (fiscal, usual, mail) and documents
I would like to manipulate the model with rest URIs like this:
Processes/{procID}/Participants/{partyId}/Addresses/{AddressId} (GET,POST, PUT, PATCH)
Processes/{procID}/Participants/{partyId}/Documents/{docId} (GET,POST, PUT, PATCH)
How can I do that?
Any sample?
Help is really appreciated
Tks,
JD