RFX

Overview

GEP SMART allows the users to create RFX request and publish the RFX to vendors. The vendor can respond to the request, which will then be published to the sourcing user. Subsequently scoring and awarding can take place. The RFX API allows the creation of a new RFQ request in GEP SMART from ERP, and publish the request to the vendors. The vendor responses can be retrieved from GEP SMART and posted to ERP.

Actions
Verb URL format Action Description
POST RFX/RFXDetails Create Create RFX details Details
GET RFX/RFQResponse Read Get RFQ Response Details
PUT api/RFX/RFXResponseAcknowledgment Update Update processed RFQ Response status Details
Authentication

Please refer our user authentication section for more details: Authentication

Response Codes
Status Code Status Description
200 OK The request was successful.
400 Bad Request The request could not be understood or was missing required parameters.
401 Unauthorized Authentication failed, or user doesn't have permissions for requested operation.
404 Not Found Resource was not found.
415 Unsupported Media Type API is not able to process the client's supplied media type, as indicated by the Content-Type request header.
500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request.