Signatures REST Endpoints

Signatures
The signatures resource is used to view, create, update, and delete a signature for an agent. It's used to get the description of the root signatures resource.
Create a signature
Method: post
Path: /crmRestApi/resources/11.13.18.05/signatures
Delete a signature
Method: delete
Path: /crmRestApi/resources/11.13.18.05/signatures/{SignatureNumber}
Get a signature
Method: get
Path: /crmRestApi/resources/11.13.18.05/signatures/{SignatureNumber}
Get all signatures
Method: get
Path: /crmRestApi/resources/11.13.18.05/signatures
Update a signature
Method: patch
Path: /crmRestApi/resources/11.13.18.05/signatures/{SignatureNumber}