GEP SMART can be used as a comprehensive Contract Management system and can allow the customers to create new contracts with vendors and amend them on an ongoing basis. The Contract Bulk API allows retrieval of contracts and amendments created in GEP SMART for posting it in the ERP system.
Contract
Overview
Actions
Verb | URL format | Action | Description | |
---|---|---|---|---|
POST | api/Contract/ContractDetails | Read | Get Contract details | Details |
POST | api/Contract/GetContractUtilizationDetails | Create | Fetch contract header level utilization details from GEP SMART | Details |
Authentication
Please refer our user authentication section for more details : Authentication
Response Codes
Status Code | Status | Description |
---|---|---|
202 | Accepted | The request is accepted for processing. |
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. |