Buyer Contact

Overview

Users profile information forms an integral part of the core setup required to enable GEP SMART for the customers. The Contact API can be used to capture User Profile/HR information from ERP/HR systems into GEP SMART, along with the provisions for new, update, and delete actions.

 

Actions
Verb URL format Action Description
POST api/Contact/SaveContactPersonaAndRoles Create Create buyer contact persona and role details Details
POST api/contact/Approvaldetails Create Save approval details Details
POST api/Contact/UserGroup Create Create user group Details
POST api/Contact/ContactDetails Create Create Contact details Details
POST api/Contact/ContactByPersonas Read Get all Contacts by Personas Details
GET api/Contact/ContactCodes Read Get Contact details by Contact Code Details
GET api/Contact/Page Read Get Contact details by Page Details
GET api/Contact/PersonaAndRoles Read Get All Persona and Roles Details
PUT api/Contact/ContactInterfaceStatus Update Update Contact Interface 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.