Addresses REST Endpoints

Partner Contacts/Addresses
The addresses resource is used to view, create, update, and delete addresses of a partner contact.
Create an address
Method: post
Path: /crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/addresses
Delete an address
Method: delete
Path: /crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/addresses/{AddressNumber}
Get all addresses
Method: get
Path: /crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/addresses
Get an address
Method: get
Path: /crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/addresses/{AddressNumber}
Update an address
Method: patch
Path: /crmRestApi/resources/11.13.18.05/partnerContacts/{PartyNumber}/child/addresses/{AddressNumber}