Description
This method converts the name of the attributeName to its GenRocket equivalent name (e.g my_First_NAME -> myFirstName).
Runtime Method Signature
Use this method signature when directly accessing the GenRocket binary runtime.
public String attributePrimary(String domainName)
REST/Socket Payload Request
Use this API JSON request payload when making an API call to the GenRocket REST or Socket Engine.
{ "interfaceType": "Manual", "methodName": "attributeGenRocketName", "parameters": { "attributeName": "", } }
REST/Socket Payload Request
Use this API JSON request payload when making an API call to the GenRocket REST or Socket Engine.
{ "interfaceType": "Manual", "methodName":"attributeGenRocketName", "parameters": { "attributeName": "", } }
REST/Socket Payload Successful Payload Response
The API JSON response payload for this method will be empty.
{ "responseType": "OK", "data": { "attributeName": "" } }