I tried to mapping the ParentId field in different ways and i always facing the error.
ParentId Mappings i tried as below
_parentid_value@EntityReference
******@odata.bind
parentid@EntityReference
parentid
Job failed due to reason: Error response from server: Some({"error":{"code":"0x80040205",
"message":"Parent id not set for address type 1071"}}),
Status code: 400. Please check your request url and body.
(url:https://dpsi.crm3.dynamics.com/api/data/v9.2/customeraddresses,request
body: Some({"_parentid_value@EntityReference":"edf3ba63-0cf4-e011-8020-000d56569daf","_ownerid_value@EntityReference":"f06410a0-4d9f-ee11-a569-002248af8950",
"addressnumber":1,
"new_addressid":"749711f5-5859-4b37-a392-aed7f7fc913f"}), request method: POST)
Job failed due to reason: Error response from server: Some({"error":{"code":"0x80060888","message":"URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL."}}), Status code: 400. Please check your request url and body. (url:https://dpsi.crm3.dynamics.com/api/data/v9.2/customeraddresses,request
body: Some({"******@odata.bind":"edf3ba63-0cf4-e011-8020-000d56569daf",
"_ownerid_value@EntityReference":"f06410a0-4d9f-ee11-a569-002248af8950",
"addressnumber":1,"new_addressid":"749711f5-5859-4b37-a392-aed7f7fc913f"}),
request method: POST)