SMALL TITLE
TAG LINE
id | "id": 542 Type: Number This is the unique numeric identifier for the ServiceBaseType |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 273 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:
DELETE | api/v1/Service/BaseType/{id:int} |
Delete an instance of the ServiceBaseType object. |
GET | api/v1/Service/BaseType |
Retrieve all of the ServiceBaseType objects. |
GET | api/v1/Service/BaseType/Metadata |
Retrieve all of the meta data details of the ServiceBaseType object. |
GET | api/v1/Service/BaseType/Metadata/{option} |
Retrieve all the meta data details of the ServiceBaseType object based on provided options. | |
{option} | Metadata options for the ServiceBaseType object. |
GET | api/v1/Service/BaseType/Paged |
Retreive all of the ServiceBaseType objects in a paged fashion. |
GET | api/v1/Service/BaseType/{id:int} |
Retrieve an instance of the ServiceBaseType object by it's ID. | |
{id:int} | Unique identifier for the ServiceBaseType object. |
POST | api/v1/Service/BaseType |
Create a new instance of the ServiceBaseType object. |
PUT | api/v1/Service/BaseType/{id:int} |
Update an existing instance of the ServiceBaseType object. |