on 2024 Aug 14 1:30 AM
Odata Service payload when implemented
ex :
{
"VendorRegistrationRecords": [
{
"Entity1": {
},
"Entity2": {
},
}
Due to changes in the partner system, they started sending payloads with 2 additional entities which can not be reverted.
{
How can we ignore the new entity (3 and 4 )which is not available in current SAP OData
"VendorRegistrationRecords": [
{
"Entity1": {
},
"Entity2": {
},
"Entity3": {
},
"Entity4": {
}
}
Dear Customer,
It cannot be ignored, as the requester who sending OData request should know how to use the OData.
We have to remove the wrong entity, to fully work with the OData implementation.
Otherwise we have to change the OData implementation which handles the "unknon" entity.
Best regards,
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.