System Category Mapping REST API
Resource URL
Retrieve the details of a specific System Category
GET /seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
Insert or Update a specific System Category
PUT /seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
Delete a specific System Category
DELETE
/seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
API Specific Parameters
Parameter | Description |
---|---|
| The unique System Category code. |
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Retrieve the details of a specific System Category
URL
GET /seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
HTTP Request Body
This request does not require a request body.
HTTP Response Body
On success, an HTTP response code of 200 will be returned, and the response body will contain a System Category Mapping Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
Insert or Update a specific System Category
URL
PUT /seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
HTTP Request Body
The HTTP request body must contain a valid System Category Mapping Object.
HTTP Response
On success the API will return a response code of 200.
Delete a specific System Category
URL
DELETE
/seiapi/v3/trans/SystemCategory/Default/${Code}/Mapping
HTTP Request Body
This request does not require a request body.
HTTP Response
On success the API will return a response code of 200.