TAG LINE
SMALL TITLE
id | "id": 7 Type: Number This is the unique numeric identifier for the ServiceCategory |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 24 Type: Number |
visible | "visible": true Type: Boolean |
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/v2/Service/Category/{id:int} |
Delete an instance of the ServiceCategory object. |
GET | api/v2/Service/Category |
Retrieve all of the ServiceCategory objects. |
GET | api/v2/Service/Category/Paged |
Retreive all of the ServiceCategory objects in a paged fashion. |
GET | api/v2/Service/Category/{id:int} |
Retrieve an instance of the ServiceCategory object by it's ID. | |
{id:int} | Unique identifier for the ServiceCategory object. |
POST | api/v2/Service/Category |
Create a new instance of the ServiceCategory object. |
PUT | api/v2/Service/Category/{id:int} |
Update an existing instance of the ServiceCategory object. |