Work | VK Transition Change
Service to manage entities of type 'VKTransitionChange'.
Overview
URL | api/{tenantKey}/{orgKey}/maintenance/vKTransitionChanges |
Methods Supported | GET, POST, PUT, DELETE |
All Operations
This service includes the following operations:
- GET:
- POST:
-
PUT:
- PUT Set Custom Attribute VKTransitionChange
- PUT Set Custom Attribute VKTransitionChangeItem
- PUT Set IsActive VKTransitionChange
- PUT Set TransitionChangeKey VKTransitionChange
- PUT Set Description VKTransitionChange
- PUT Set EntityId VKTransitionChange
- PUT Set EntityName VKTransitionChange
- PUT Set SchemaEntity VKTransitionChange
- PUT Set DateTransition VKTransitionChangeItem
- PUT Set Justification VKTransitionChangeItem
- DELETE:
All Resources
This service uses the following resources:
GET VKTransitionChanges (odata)
Returns a page of the list of all the entity records available.
The following elements are optional:
opts | (ODataQueryOptions) OData query option. |
Response:
When successful, the response body contains the list of records available. See VKTransitionChangeResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
GET VKTransitionChange by identifier
Returns the entity record that matches the specified identifier.
The following elements are required:
id | (string) The record identifier. |
Response:
When successful, the response body contains the entity record. See VKTransitionChangeResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
GET VKTransitionChange by key
Returns the entity record that matches the specified key.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
Response:
When successful, the response body contains the entity record. See VKTransitionChangeResource. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
POST VKTransitionChanges
Creates a new entity record.
The following elements are required:
vKTransitionChangeResource | (ApiVKTransitionChangeResource) The request body should contain the entity record that should be created. See ApiVKTransitionChangeResource. |
The following elements are optional:
customAttributes | (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity. The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName". While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required. |
Response:
When successful, the response body contains the new entity record identifier. The resource header location property contains the URL for the new entity record. See ApiVKTransitionChangeResource. |
Response status codes:
201 | Created. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
POST State Transition Change Item
Inserts a new 'State Transition Change Item' in the 'State Transition Change'.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (ApiVKTransitionChangeVKTransitionChangeItemsResource) The ApiVKTransitionChangeVKTransitionChangeItemsResource instance. See ApiVKTransitionChangeVKTransitionChangeItemsResource. |
The following elements are optional:
customAttributes | (JSON Document) A key-value pair in JSON format that represents the extensibility custom attributes for this entity. The key should be the custom attribute name prefixed with "custom_", e.g. "custom_attributeName". While the "customAttributes" element is optional, please notice that specific custom attributes might be marked as required. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set DateTransition VKTransitionChangeItem
Updates the value of attribute 'DateTransition' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
lineId | (string) The detail identifier. |
value | (DateTimeOffset) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set Description VKTransitionChange
Updates the value of attribute 'Description' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set EntityId VKTransitionChange
Updates the value of attribute 'EntityId' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (Guid) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set EntityName VKTransitionChange
Updates the value of attribute 'EntityName' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set IsActive VKTransitionChange
Updates the value of attribute 'IsActive' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (bool) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
PUT Set Justification VKTransitionChangeItem
Updates the value of attribute 'Justification' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
lineId | (string) The detail identifier. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set SchemaEntity VKTransitionChange
Updates the value of attribute 'SchemaEntity' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set TransitionChangeKey VKTransitionChange
Updates the value of attribute 'TransitionChangeKey' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
value | (string) The request body should contain the new value for the attribute. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
Resource URL:
PUT Set Custom Attribute VKTransitionChange
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change |
customAttributeName | (string) The custom attribute name. |
value | (ExtensibilityCustomAttributeValueResource) The request body should contain the new value for the custom attribute. See ExtensibilityCustomAttributeValueResource. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
PUT Set Custom Attribute VKTransitionChangeItem
Updates the value of 'CustomAttribute' in the specified entity record.
The following elements are required:
transitionChangeKey | (string) Transition Change |
lineId | (string) The detail identifier. |
customAttributeName | (string) The custom attribute name. |
value | (ExtensibilityCustomAttributeValueResource) The request body should contain the new value for the custom attribute. See ExtensibilityCustomAttributeValueResource. |
Response:
When successful, the response body is empty. |
Response status codes:
200 | OK. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE State Transition Change Item by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
lineId | (string) The line identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | NoContent. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE VKTransitionChange by identifier
Deletes the entity record that matches the specified identifier.
The following elements are required:
id | (string) The record identifier. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | Deleted. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
DELETE VKTransitionChange by key
Deletes the entity record that matches the specified key.
The following elements are required:
transitionChangeKey | (string) Transition Change. |
Response:
When successful, the response body is empty. |
Response status codes:
204 | Deleted. The operation was completed successfully. |
400 | BadRequest. The request parameters are invalid. |
404 | NotFound. The specified record does not exist. |
Resource URL:
Resources
ApiVKTransitionChangeResource
The following elements are required:
transitionChangeKey | (string) Transition Change. |
The following elements are optional:
description | (string) Description. |
vKTransitionChangeItems | (List of ApiVKTransitionChangeVKTransitionChangeItemsResource) VK Transition Change Items.
See ApiVKTransitionChangeVKTransitionChangeItemsResource. |
entityId | (Guid) Entity Id. |
entityName | (string) Entity Name. |
schemaEntity | (string) Schema Entity. |
ApiVKTransitionChangeVKTransitionChangeItemsResource
The following elements are required:
dateTransition | (DateTimeOffset) Date Transition. |
The following elements are optional:
justification | (string) Justification. |
VKTransitionChangeResource
The following elements are required:
transitionChangeKey | (string) Transition Change. |
The following elements are optional:
description | (string) Description. |
vKTransitionChangeItems | (List of VKTransitionChangeItemResource) VK Transition Change Items.
See VKTransitionChangeItemResource. |
entityId | (Guid) Entity Id. |
entityName | (string) Entity Name. |
schemaEntity | (string) Schema Entity.
(fk) Allowed value: the natural key of a record of type SchemaEntity. These records are accessibly through the SchemaEntities service. |
ExtensibilityCustomAttributeValueResource
The following elements are required:
value | (object) The custom attribute value. |