GEP SMART allows maintaining records of material/item master that are available in ERP, which are stored in the item master repository. These items can be selected while purchasing through GEP SMART. The Item Master API can be used to push the material/item master records from the ERP to GEP SMART with the provision to add, update, and deactivate the records.
Item Master
Overview
Actions
| Verb | URL format | Action | Description | |
|---|---|---|---|---|
| POST | api/ItemMaster/ItemMasterDetails | Create | Capture new additions in Item master details from ERP into GEP SMART | 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. |