TAG LINE
SMALL TITLE
id | "id": 9 Type: Number This is the unique numeric identifier for the ExtensionAttributeLookup |
extensionAttributeId | "extensionAttributeId": 22 Type: Number Unique identifier for the associated ExtensionAttribute object. |
resourceName | "resourceName": "Hello World" Type: String |
searchRequest | "searchRequest": "Hello World" Type: String |
columnName | "columnName": "Hello World" Type: String |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v1/Extension/Attribute/Lookup/{id:int} |
Delete an instance of the ExtensionAttributeLookup object. |
GET | api/v1/Extension/Attribute/Lookup |
Retrieve all of the ExtensionAttributeLookup objects. |
GET | api/v1/Extension/Attribute/Lookup/Paged |
Retreive all of the ExtensionAttributeLookup objects in a paged fashion. |
GET | api/v1/Extension/Attribute/Lookup/{id:int} |
Retrieve an instance of the ExtensionAttributeLookup object by it's ID. | |
{id:int} | Unique identifier for the ExtensionAttributeLookup object. |
POST | api/v1/Extension/Attribute/Lookup |
Create a new instance of the ExtensionAttributeLookup object. |
PUT | api/v1/Extension/Attribute/Lookup/{id:int} |
Update an existing instance of the ExtensionAttributeLookup object. |