{
"d": {
"results": {
"__metadata": {
"uri": "https://service.url/sap/c4c/odata/v1/c4codataapi/CorporateAccountIdentificationCollection('12345678910111213ABCDEFGHIJKLMNO')",
"type": "c4codata.CorporateAccountIdentification",
"etag": "W/"datetimeoffset'2021-02-01T19%3A41%3A17.9430080Z'""
},
"ObjectID": "12345678910111213ABCDEFGHIJKLMNO",
"ParentObjectID": "166345678910111213ABCDEFGHIJKLMNO",
"ETag": "/Date(1612208477943)/",
"AccountID": "12345",
"IDTypeCode": "ABCDE",
"IDTypeCodeText": "<ABCD12>",
"IDNumber": "1234-123",
"ResponsibleInstitution": "",
"EntryDate": null,
"ValidFrom": "/Date(-62135769600000)/",
"ValidTo": "/Date(253402214400000)/",
"CountryCode": "",
"CountryCodeText": "",
"StateCode": "",
"StateCodeText": "",
"ZZWECK_KUT": "",
"ZZWECK_KUTText": "",
"CorporateAccount": {
"__deferred": {
"uri": "https://service.url/sap/c4c/odata/v1/c4codataapi/CorporateAccountIdentificationCollection('12345678910111213ABCDEFGHIJKLMNO')/CorporateAccount"
}
}
}
}
}
According to #80 we facing the same error. We're just consumer using the api to receive data for our DWH. Currently one of our job fails because of this error.
Is it possible to implement a fix for this problem on pyodata side?
Json:
Thanks & BR