Suppliers REST Endpoints

Suppliers
The Suppliers resource manages supplier details. A supplier is a person or company that the deploying organization uses to procure items or services. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Job Roles and Privileges and Status Codes topics.
Create one supplier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/suppliers
Get all suppliers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers
Get one supplier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}
Retrieve scores
Method: post
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/action/scores
Retrieve signals
Method: post
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/action/signals
Submit supplier spend-authorization request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/action/submitSpendAuthorizationRequest
Update one supplier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}