TAG LINE
SMALL TITLE
id | "id": 20 Type: Number This is the unique numeric identifier for the ExtensionAttributeListItem |
extensionAttributeId | "extensionAttributeId": 26 Type: Number Unique identifier for the associated ExtensionAttribute object. |
value | "value": "Hello World" Type: String |
sortOrder | "sortOrder": 27 Type: Number |
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:
GET | api/v1/Extension/Attribute/ListItem |
Retrieve all of the ExtensionAttributeListItem objects. |
GET | api/v1/Extension/Attribute/ListItem/Paged |
Retreive all of the ExtensionAttributeListItem objects in a paged fashion. |
GET | api/v1/Extension/Attribute/ListItem/{id:int} |
Retrieve an instance of the ExtensionAttributeListItem object by it's ID. | |
{id:int} | Unique identifier for the ExtensionAttributeListItem object. |