Organization and Accounting data forms an integral part of the core setup required to enable GEP SMART for the customers. It is part of the access control configurations and forms a reference master data element in the S2P transactions. The Organization Bulk API can be used to transfer huge volumes of organizational and accounting data from ERP to GEP SMART. The Organization Bulk API gives error details or success details for the volume, using BatchID which is provided in the Bulk API response.
Organization
Overview
Actions
| Verb | URL format | Action | Description | |
|---|---|---|---|---|
| POST | api/Organization/OrgEntities | Create | Create bulk Org Entities | 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. |