on 2017 Dec 09 3:45 PM
Experts,
Created XS odata with following service
service {
"PROJ.model::CV_PROJDETAIL" as "CV_ProjectDetail" keys generate local "GENERATED_ID" aggregates always;
} annotations { enable OData4SAP; }
And result of uri call in my application got CORRECT results as follows
{"d":{"results":[{"__metadata": {"type":"odata.CV_ProjectDetailType","uri":"/odata/odata.xsodata/CV_ProjectDetail('543859892167869371')"},"C_NAME":"SAP","CR_NUMBER":7},
]}}
But if I try to call GET /odata/odata.xsodata/CV_ProjectDetail('543859892167869371')
I got a "RESOURCE NOT FOUND" error.
Any correction that I can do to make a successful call using the generated id ?
Thanks,
Tanveer
The reason for that can be found in the documentation and was recently also discussed here.
Regards,
Florian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
11 | |
10 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.