TAG LINE
SMALL TITLE
id | "id": 23 Type: Number This is the unique numeric identifier for the ServiceTransition |
ownerId | "ownerId": 8 Type: Number Unique identifier for the associated Owner object. |
name | "name": "Hello World" Type: String |
fromServiceStatusTypeId | "fromServiceStatusTypeId": 26 Type: Number Unique identifier for the associated ServiceStatusType object. |
toServiceStatusTypeId | "toServiceStatusTypeId": 14 Type: Number Unique identifier for the associated ServiceStatusType object. |
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/Transition/{id:int} |
Delete an instance of the ServiceTransition object. |
GET | api/v2/Service/Transition |
Retrieve all of the ServiceTransition objects. |
GET | api/v2/Service/Transition/Paged |
Retreive all of the ServiceTransition objects in a paged fashion. |
GET | api/v2/Service/Transition/{id:int} |
Retrieve an instance of the ServiceTransition object by it's ID. | |
{id:int} | Unique identifier for the ServiceTransition object. |
POST | api/v2/Service/Transition |
Create a new instance of the ServiceTransition object. |
PUT | api/v2/Service/Transition/{id:int} |
Update an existing instance of the ServiceTransition object. |