Resource URL
Retrieve the details of a specific Flex Attribute
GET /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
Insert a specific Flex Attribute
PUT /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
Update a specific Flex Attribute
POST /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
Push Flex Attribute changes to mobile device
GET /seiapi/v3/trans/FlexAttribute/${FlexAttrID}?RefreshMobile=1
Delete a specific Flex Attribute
DELETE
/seiapi/v3/trans/FlexAttribute/${FlexAttrID}
API Specific Parameters
Parameter | Description |
---|---|
| Identifies the unique flex attribute object. |
RefreshMobile=1 | Add this parameter with a value of 1 to push updates to mobile devices. |
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Retrieve the details of a specific Flex Attribute
URL
GET /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
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 REST Object Definitions Configuration Related Objects FlexAttr Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
Insert a specific Flex Attribute
This REST API will insert a new Flex Attribute with the specified ID into the system, if a Flex Attribute with the specified ID does not already exist in the system. The system will return error in case Flex Attribute with specific ID exists.
URL
PUT /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
HTTP Request Body
The HTTP request body must contain a valid REST Object Definitions Configuration Related Objects FlexAttr Object.
HTTP Response
On success the API will return a response code of 200.
Update a specific Flex Attribute
This REST API will update a Flex Attribute with the specified ID in the system. The Flex Attribute with the specified ID must already exist in the system.
URL
POST /seiapi/v3/trans/FlexAttribute/${FlexAttrID}
HTTP Request Body
The HTTP request body must contain a valid REST Object Definitions Configuration Related Objects FlexAttr Object.
HTTP Response
On success the API will return a response code of 200.
Push Flex Attribute changes to mobile device
URL
GET
/seiapi/v3/trans/FlexAttribute/${FlexAttrID}?RefreshMobile=1
HTTP Request Body
This request does not require a request body.
HTTP Response
On success the API will return a response code of 200.
Delete a specific Flex Attribute
This REST API will delete a Flex Attribute with the specified ID from the system. The Flex Attribute with the specified ID must already exist in the system.
URL
DELETE
/seiapi/v3/trans/FlexAttribute/${FlexAttrID}
HTTP Request Body
This request does not require a request body.
HTTP Response
On success the API will return a response code of 200.