Addresses REST Endpoints
    
        External Organizations/Addresses
    
The addresses resource is a child of the external organizations resource and provides a list of addresses associated with an external organization.
- Create an address
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/addresses - Delete an address
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/addresses/{addressesUniqID} - Get all addresses
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/addresses - Get an address
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/addresses/{addressesUniqID} - Update an address
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/addresses/{addressesUniqID}