Field Service Connections REST Endpoints

Field Service Connections
A field service connection is a configuration record used to hold information about the connections that are available.
Create a connection
Method: post
Path: /crmRestApi/resources/11.13.18.05/fieldServiceConnections
Delete a connection
Method: delete
Path: /crmRestApi/resources/11.13.18.05/fieldServiceConnections/{ConnectionCd}
Get a connection
Method: get
Path: /crmRestApi/resources/11.13.18.05/fieldServiceConnections/{ConnectionCd}
Get all connections
Method: get
Path: /crmRestApi/resources/11.13.18.05/fieldServiceConnections
Update a connection
Method: patch
Path: /crmRestApi/resources/11.13.18.05/fieldServiceConnections/{ConnectionCd}