Retrieve a ServiceOrder by ID
get
https://serverRoot/tmf-api/serviceOrdering/v4.1.0.1.0/serviceOrder/{id}
This operation retrieves a ServiceOrder entity. Attribute selection is enabled for all first level attributes.
Request
Path Parameters
-
id(required): string
Identifier of the ServiceOrder
Query Parameters
-
fields: string
Comma-separated properties to provide in the response.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json;charset=utf-8
200 Response
Success
Root Schema : Discriminator: @type
Type:
object
Discriminator: @type
Discriminator Values
Show Source-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
cancellationDate: string
(date-time)
Date when the order is cancelled. This is used when order is cancelled.
-
cancellationReason: string
Reason why the order is cancelled. This is used when order is cancelled.
-
category: string
Used to categorize the order, useful for the OM system, such as: Broadband, TVOption
-
completionDate: string
(date-time)
Effective delivery date amended by the provider.
-
description: string
A free-text description of the service order.
-
errorMessage: array
errorMessage
The error(s) cause an order status change.
-
expectedCompletionDate: string
(date-time.)
Expected delivery date amended by the provider
-
externalId: string
ID given by the consumer to facilitate searches.
-
externalReference: array
externalReference
-
href: string
Hyperlink to access the order.
-
id: string
ID created on repository side.
-
jeopardyAlert: array
jeopardyAlert
A list of jeopardy alerts related to this order.
-
milestone: array
milestone
A list of milestones related to this order.
-
note: array
note
Extra-information about the order; For example, to add extra delivery information that could be useful for a human process.
-
notificationContact: string
Contact attached to the order to send back information regarding this order.
-
orderDate: string
(date-time)
-
orderRelationship: array
orderRelationship
A list of service orders related to this order (For example, prerequisite, dependent on).
-
priority: string
Can be used by consumers to prioritize orders in a Service Order Management system.
- relatedParty: array relatedParty
-
requestedCompletionDate: string
(date-time)
Requested delivery date from the requestors perspective.
-
requestedStartDate: string
(date-time)
Order start date wished by the requestor.
-
serviceOrderItem: array
serviceOrderItem
A list of service order items to be processed by this order.
-
startDate: string
(date-time)
Date when the order was started for processing.
-
state: string
Allowed Values:
[ "acknowledged", "rejected", "pending", "held", "inProgress", "cancelled", "completed", "failed", "partial", "assessingCancellation", "pendingCancellation", "inProgress.fallout", "amending.fallout", "amending", "pendingCancellation.fallout", "inProgress.suspended", "inProgress.fallout.suspended", "amending.suspended", "amending.fallout.suspended", "pendingCancellation.suspended", "pendingCancellation.fallout.suspended" ]
Possible values for the state of the order.
Nested Schema : errorMessage
Type:
array
The error(s) cause an order status change.
Show Source
-
Array of:
object ServiceOrderErrorMessage
A ServiceOrderErrorMessage represents an error that causes a status change in a service order.
Nested Schema : externalReference
Type:
Show Source
array
-
Array of:
object ExternalReference
External reference of the individual or reference in other system.
Nested Schema : jeopardyAlert
Type:
array
A list of jeopardy alerts related to this order.
Show Source
-
Array of:
object ServiceOrderJeopardyAlert
A ServiceOrderJeopardyAlert represents a predicted exception during a service order processing that would brings risk to complete the order successfully.
Nested Schema : milestone
Type:
array
A list of milestones related to this order.
Show Source
-
Array of:
object ServiceOrderMilestone
ServiceOrderMilestone represents an action or event marking a significant change or stage in the processing of a service order.
Nested Schema : note
Type:
array
Extra-information about the order; For example, to add extra delivery information that could be useful for a human process.
Show Source
-
Array of:
object Note
Extra information about a given entity.
Nested Schema : orderRelationship
Type:
array
A list of service orders related to this order (For example, prerequisite, dependent on).
Show Source
-
Array of:
object ServiceOrderRelationship
Linked service order to the one containing this attribute.
Nested Schema : serviceOrderItem
Type:
array
A list of service order items to be processed by this order.
Show Source
Nested Schema : ServiceOrderErrorMessage
Type:
object
A ServiceOrderErrorMessage represents an error that causes a status change in a service order.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
code: string
error code
-
message: string
More details and corrective actions related to the error.
-
reason: string
Explanation of the reason for the error.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
serviceOrderItem: array
serviceOrderItem
A list of order item references corresponded to this error.
-
status: string
Error code extension like sys-ABC-2001.
-
timestamp: string
(date-time)
Date when the error happened.
Nested Schema : serviceOrderItem
Type:
array
A list of order item references corresponded to this error.
Show Source
Nested Schema : ServiceOrderItemRef
Type:
Show Source
object
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
itemId: string
Identifier of the line item.
-
serviceOrderHref: string
(uri)
Link to the order this item belongs to.
-
serviceOrderId: string
Identifier of the order that this item belongs to.
Nested Schema : ExternalReference
Type:
object
External reference of the individual or reference in other system.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
externalReferenceType: string
Type of the external reference.
-
href: string
(uri)
Hyperlink reference.
-
id: string
Unique identifier.
-
name(required): string
External reference name.
Nested Schema : ServiceOrderJeopardyAlert
Type:
object
A ServiceOrderJeopardyAlert represents a predicted exception during a service order processing that would brings risk to complete the order successfully.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name,
-
alertDate: string
(date-time)
A date time (DateTime). The date that the alert issued on.
-
exception: string
The exception associated with this jeopardy alert.
-
id: string
Identifier of the JeopardyAlert.
-
jeopardyType: string
A string represents the type of jeopardy/risk. For example, Normal, Hazard, and Critical.
-
message: string
A string represents the message of the alert.
-
name: string
A string used to give a name to the jeopardy alert.
-
serviceOrderItem: array
serviceOrderItem
A list of order item references corresponding to this alert.
Nested Schema : serviceOrderItem
Type:
array
A list of order item references corresponding to this alert.
Show Source
Nested Schema : ServiceOrderMilestone
Type:
object
ServiceOrderMilestone represents an action or event marking a significant change or stage in the processing of a service order.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
description: string
Free-text description of the Milestone.
-
id: string
Identifier of the Milestone.
-
message: string
A string represents the message of the milestone.
-
milestoneDate: string
(date-time)
A date time (DateTime). The date that the milestone happens.
-
name: string
A string used to give a name to the milestone.
-
serviceOrderItem: array
serviceOrderItem
A list of order item references corresponding to this milestone.
-
status: string
The milestone status.
Nested Schema : serviceOrderItem
Type:
array
A list of order item references corresponding to this milestone.
Show Source
Nested Schema : Note
Type:
object
Extra information about a given entity.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
author: string
Author of the note.
-
date: string
(date-time)
Date of the note.
-
id: string
Identifier of the note within its containing entity (may or may not be globally unique, depending on provider implementation).
-
text(required): string
Text of the note.
Nested Schema : ServiceOrderRelationship
Type:
object
Linked service order to the one containing this attribute.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The entity type of the related order.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
A hyperlink to the related order.
-
id(required): string
The id of the related order.
-
relationshipType(required): string
The type of related order, such as: [dependency] if the order needs to be [not started] until another order item is complete (a service order in this case) or [cross-ref] to keep track of the source order (a productOrder).
Nested Schema : RelatedParty
Type:
object
Related Entity reference. A related party defines party or party role linked to a specific entity.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType(required): string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
href: string
Reference of the related entity.
-
id(required): string
Unique identifier of a related entity.
-
name: string
Name of the related entity.
-
role: string
Role played by the related party.
Nested Schema : ServiceOrderItem
Type:
Show Source
object
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
action(required): string
Allowed Values:
[ "add", "modify", "delete", "noChange", "suspend", "resume", "terminate" ]
The action to be performed on the product. -
appointment: object
AppointmentRef
Refers an appointment, such as a Customer presentation or internal meeting or site visit.
-
errorMessage: array
errorMessage
The errors causes an order item status change.
-
id(required): string
Identifier of the individual line item.
-
quantity: integer
Quantity ordered.
-
service(required): object
ServiceRefOrValue
A Service to be created defined by value or existing defined by reference. The polymorphic attributes @type, @schemaLocation & @referredType are related to the Service entity and not the RelatedServiceRefOrValue class itself.
-
serviceOrderItem: array
serviceOrderItem
A list of order items embedded to this order item.
-
serviceOrderItemRelationship: array
serviceOrderItemRelationship
A list of order items related to this order item.
-
state: string
Allowed Values:
[ "acknowledged", "rejected", "pending", "held", "inProgress", "cancelled", "completed", "failed", "partial", "assessingCancellation", "pendingCancellation", "inProgress.fallout", "amending.fallout", "amending", "pendingCancellation.fallout" ]
Possible values for the state of the order item.
Nested Schema : AppointmentRef
Type:
object
Refers an appointment, such as a Customer presentation or internal meeting or site visit.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
description: string
An explanatory text regarding the appointment made with a party.
-
href: string
The reference of the appointment.
-
id(required): string
The identifier of the referred appointment.
Nested Schema : errorMessage
Type:
array
The errors causes an order item status change.
Show Source
-
Array of:
object ServiceOrderItemErrorMessage
A ServiceOrderItemErrorMessage represents an error that causes a status change in a service order item.
Nested Schema : ServiceRefOrValue
Type:
object
A Service to be created defined by value or existing defined by reference. The polymorphic attributes @type, @schemaLocation & @referredType are related to the Service entity and not the RelatedServiceRefOrValue class itself.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
category: string
A customer facing service or resource facing service.
-
description: string
Free-text description of the service.
-
endDate: string
(date-time)
Date when the service ends.
-
feature: array
feature
A list of features associated with this service.
-
hasStarted: boolean
If TRUE, this Service has already been started.
-
href: string
Reference of the service.
-
id: string
Unique identifier of the service.
-
isBundle: boolean
If true, the service is a ServiceBundle which regroup a service. hierachy. If false, the service is an 'atomic' service (hierarchy leaf).
-
isServiceEnabled: boolean
If FALSE and hasStarted is FALSE, this particular Service has NOT been enabled for use - if FALSE and hasStarted is TRUE then the service has failed.
-
isStateful: boolean
If TRUE, this Service can be changed without affecting any other services.
-
name: string
Name of the service.
-
note: array
note
A list of notes made on this service.
-
place: array
place
A list of places (Place [*]). Used to define a place useful for the service. (For example, a geographical place whre the service is installed.)
- relatedEntity: array relatedEntity
- relatedParty: array relatedParty
-
serviceCharacteristic: array
serviceCharacteristic
A list of characteristics that characterize this service (ServiceCharacteristic [*])
-
serviceDate: string
Date when the service was created (whatever its status).
-
serviceOrderItem: array
serviceOrderItem
A list of service order items related to this service.
-
serviceRelationship: array
serviceRelationship
A list of service relationships (ServiceRelationship [*]). Describes links with other service(s) in the inventory.
-
serviceSpecification: object
ServiceSpecificationRef
Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.
-
serviceType: string
Business type of the service.
-
startDate: string
(date-time)
Date when the service starts.
-
startMode: string
This attribute is an enumerated integer that indicates how the Service is started, such as: 0: Unknown; 1: Automatically by the managed environment; 2: Automatically by the owning device; 3: Manually by the Provider of the Service; 4: Manually by a Customer of the Provider; 5: Any of the above
-
state: string
Allowed Values:
[ "feasibilityChecked", "designed", "reserved", "inactive", "active", "terminated" ]
Valid values for the lifecycle state of the service. -
supportingResource: array
supportingResource
A list of supporting resources (SupportingResource [*]).Note: only Service of type RFS can be associated with Resources
-
supportingService: array
supportingService
A list of supporting services (SupportingService [*]). A collection of services that support this service (bundling, link CFS to RFS).
Nested Schema : serviceOrderItem
Type:
array
A list of order items embedded to this order item.
Show Source
Nested Schema : serviceOrderItemRelationship
Type:
array
A list of order items related to this order item.
Show Source
-
Array of:
object ServiceOrderItemRelationship
Linked service order item to the one containing this attribute.
Nested Schema : ServiceOrderItemErrorMessage
Type:
object
A ServiceOrderItemErrorMessage represents an error that causes a status change in a service order item.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
code: string
Error code.
-
message: string
More details and corrective actions related to the error.
-
reason: string
Explanation of the reason for the error.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
Error code extension like sys-ABC-2001.
-
timestamp: string
(date-time)
Date when the error happened.
Nested Schema : feature
Type:
array
A list of features associated with this service.
Show Source
-
Array of:
object Feature
Configuration feature.
Nested Schema : note
Type:
array
A list of notes made on this service.
Show Source
-
Array of:
object Note
Extra information about a given entity.
Nested Schema : place
Type:
array
A list of places (Place [*]). Used to define a place useful for the service. (For example, a geographical place whre the service is installed.)
Show Source
-
Array of:
object RelatedPlaceRefOrValue
Related Entity reference. A related place defines a place described by reference or by value linked to a specific entity. The polymorphic attributes @type, @schemaLocation & @referredType are related to the place entity and not the RelatedPlaceRefOrValue class itself.
Nested Schema : serviceCharacteristic
Type:
array
A list of characteristics that characterize this service (ServiceCharacteristic [*])
Show Source
-
Array of:
object Characteristic
Describes a given characteristic of an object or entity through a name/value pair.
Nested Schema : serviceOrderItem
Type:
array
A list of service order items related to this service.
Show Source
-
Array of:
object RelatedServiceOrderItem
RelatedServiceOrderItem (a ServiceOrder item). The service order item which triggered service creation/change/termination.
Nested Schema : serviceRelationship
Type:
array
A list of service relationships (ServiceRelationship [*]). Describes links with other service(s) in the inventory.
Show Source
Nested Schema : ServiceSpecificationRef
Type:
object
Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
(uri)
Hyperlink reference
-
id(required): string
unique identifier
-
name: string
Name of the related entity.
-
version: string
Service specification version
Nested Schema : supportingResource
Type:
array
A list of supporting resources (SupportingResource [*]).Note: only Service of type RFS can be associated with Resources
Show Source
Nested Schema : supportingService
Type:
array
A list of supporting services (SupportingService [*]). A collection of services that support this service (bundling, link CFS to RFS).
Show Source
-
Array of:
object ServiceRefOrValue
A Service to be created defined by value or existing defined by reference. The polymorphic attributes @type, @schemaLocation & @referredType are related to the Service entity and not the RelatedServiceRefOrValue class itself.
Nested Schema : Feature
Type:
object
Configuration feature.
Show Source
-
constraint: array
constraint
This is a list of feature constraints.
-
featureCharacteristic(required): array
featureCharacteristic
Minimum Number of Items:
1
This is a list of Characteristics for a particular feature. -
featureRelationship: array
featureRelationship
-
id: string
Unique identifier of the feature.
-
isBundle: boolean
True, if this is a feature group. The default is false.
-
isEnabled: boolean
True, if this feature is enabled. The default is true.
-
name(required): string
This is the name for the feature.
Nested Schema : constraint
Type:
array
This is a list of feature constraints.
Show Source
-
Array of:
object ConstraintRef
Constraint reference. The Constraint resource represents a policy or rule applied to an entity or entity spec.
Nested Schema : featureCharacteristic
Type:
array
Minimum Number of Items:
1
This is a list of Characteristics for a particular feature.
Show Source
-
Array of:
object Characteristic
Describes a given characteristic of an object or entity through a name/value pair.
Nested Schema : featureRelationship
Type:
Show Source
array
-
Array of:
object FeatureRelationship
Configuration feature
Nested Schema : ConstraintRef
Type:
object
Constraint reference. The Constraint resource represents a policy or rule applied to an entity or entity spec.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
(uri)
Hyperlink reference.
-
id(required): string
Unique identifier.
-
name: string
Name of the related entity.
-
version: string
Constraint version.
Nested Schema : Characteristic
Type:
object
Describes a given characteristic of an object or entity through a name/value pair.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
name(required): string
Name of the characteristic.
-
value(required): object
Any
-
valueType: string
Data type of the value of the characteristic.
Nested Schema : Any
Type:
object
Nested Schema : FeatureRelationship
Type:
object
Configuration feature
Show Source
-
id: string
Unique identifier of the target feature.
-
name(required): string
This is the name of the target feature.
-
relationshipType(required): string
This is the type of the feature relationship.
-
validFor: object
TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both.
Nested Schema : TimePeriod
Type:
object
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both.
Show Source
-
endDateTime: string
(date-time)
End of the time period, using IETC-RFC-3339 format.
-
startDateTime: string
(date-time)
Start of the time period, using IETC-RFC-3339 format. If you define a start, you must also define an end.
Nested Schema : RelatedPlaceRefOrValue
Type:
object
Related Entity reference. A related place defines a place described by reference or by value linked to a specific entity. The polymorphic attributes @type, @schemaLocation & @referredType are related to the place entity and not the RelatedPlaceRefOrValue class itself.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
href: string
Unique reference of the place.
-
id: string
Unique identifier of the place.
-
name: string
A user-friendly name for place, such as [Paris Store], [London Store], [Main Home].
-
role(required): string
Nested Schema : RelatedEntityRefOrValue
Type:
object
A reference to an entity, where the type of the entity is not known in advance. A related entity defines an entity described by reference or by value linked to a specific entity. The polymorphic attributes @type, @schemaLocation & @referredType are related to the Entity and not the RelatedEntityRefOrValue class itself.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
Reference of the related entity.
-
id: string
Unique identifier of a related entity.
-
name: string
Name of the related entity.
-
role(required): string
Nested Schema : RelatedServiceOrderItem
Type:
object
RelatedServiceOrderItem (a ServiceOrder item). The service order item which triggered service creation/change/termination.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
(uri)
Hyperlink reference.
-
id: string
Unique identifier.
-
itemAction: string
Allowed Values:
[ "add", "modify", "delete", "noChange", "suspend", "resume", "terminate" ]
The action to be performed on the product. -
itemId: string
Identifier of the order item where the service was managed.
-
role: string
Role of the service order item for this service.
-
serviceOrderHref: string
Reference of the related entity.
-
serviceOrderId: string
Unique identifier of a related entity.
Nested Schema : ServiceRelationship
Type:
Show Source
object
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
href: string
(uri)
Hyperlink reference.
-
id: string
Unique identifier.
-
relationshipType(required): string
-
service: object
ServiceRefOrValue
A Service to be created defined by value or existing defined by reference. The polymorphic attributes @type, @schemaLocation & @referredType are related to the Service entity and not the RelatedServiceRefOrValue class itself.
-
serviceRelationshipCharacteristic: array
serviceRelationshipCharacteristic
Nested Schema : serviceRelationshipCharacteristic
Type:
Show Source
array
-
Array of:
object Characteristic
Describes a given characteristic of an object or entity through a name/value pair.
Nested Schema : ResourceRef
Type:
Show Source
object
-
@baseType: string
When sub-classing, this defines the super-class.
-
@referredType: string
The actual type of the target instance when needed for disambiguation.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
href: string
Reference of the related entity.
-
id(required): string
Unique identifier of a related entity.
-
name: string
Name of the resource.
-
value: string
The resource value that can be used to identify a resource. with a public key (e.g.: a tel nr, an msisdn)
Nested Schema : ServiceOrderItemRelationship
Type:
object
Linked service order item to the one containing this attribute.
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class Extensible name.
-
orderItem: object
ServiceOrderItemRef
-
relationshipType: string
The type of related order item. Can be: dependency. If the order item should not be started until another order item is complete.
400 Response
Bad Request
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
401 Response
Unauthorized
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
403 Response
Forbidden
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
404 Response
Not Found
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
405 Response
Method Not allowed
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
409 Response
Conflict
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.
500 Response
Internal Server Error
Root Schema : Error
Type:
object
Used when an API throws an error. Typically, with an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
-
@baseType: string
When sub-classing, this defines the super-class.
-
@schemaLocation: string
(uri)
A URI to a JSON-Schema file that defines additional attributes and relationships.
-
@type: string
When sub-classing, this defines the sub-class entity name.
-
code(required): string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error shown to a client user.
-
reason(required): string
Explanation of the reason for the error shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
state: string
HTTP error code extension.