Service Addresses REST Endpoints

Service Requests/Service Addresses
A service address represents the location information that will guide technicians in providing service to the right location. The service address can be an existing address in the system, or it can be entered as a single-use address.
Create an address
Method: post
Path: /crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/addresses
Delete an address
Method: delete
Path: /crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/addresses/{ServiceAddressId}
Get all addresses
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/addresses
Get an address
Method: get
Path: /crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/addresses/{ServiceAddressId}
Update an address
Method: patch
Path: /crmRestApi/resources/11.13.18.05/serviceRequests/{SrNumber}/child/addresses/{ServiceAddressId}