Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to resolve the issue Inline component is not defined or not allowed (HTTP PUT) IN ODATA SERVICE

yasu_1096
Explorer
0 Kudos
1,263

Hi All,

can anyone help me out from this error Inline component is not defined or not allowed (HTTP PUT) IN ODATA SERVICE

1 ACCEPTED SOLUTION

turkaj
Active Participant
0 Kudos
1,156

Hi Afgan,

Deep structures can only be passed via CREATE.

See here:
Update Operation Getting error value":"Inline component is not defined or not allowed (HTTP PUT)

Or for OData you use $batch:
Where is "update_deep_entity"?

Regards
Jim

1 REPLY 1

turkaj
Active Participant
0 Kudos
1,157

Hi Afgan,

Deep structures can only be passed via CREATE.

See here:
Update Operation Getting error value":"Inline component is not defined or not allowed (HTTP PUT)

Or for OData you use $batch:
Where is "update_deep_entity"?

Regards
Jim