ServiceRequest Class

Definition

Represents a request ticket raised against a service.

public sealed class ServiceRequest : Microsoft.Store.PartnerCenter.Models.ResourceBase
type ServiceRequest = class
    inherit ResourceBase
Public NotInheritable Class ServiceRequest
Inherits ResourceBase
Inheritance
ServiceRequest

Constructors

ServiceRequest()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
CountryCode

Gets or sets the country code in ISO 2 alpha format.

CreatedDate

Gets or sets the time the service request was created.

Description

Gets or sets the service request description.

Id

Gets or sets the service request Id.

LastClosedDate

Gets or sets the ticket last closed date.

LastModifiedDate

Gets or sets the ticket last modified date.

LastUpdatedBy

Gets or sets the last updated by contact for changes to the service request.

NewNote

Gets or sets a new note that can be added to an existing service request.

Notes

Gets or sets a collection of notes associated with the service request.

Organization

Gets or sets the organization for whom the service request is being created.

PrimaryContact

Gets or sets the primary contact on the service request.

ProductId

Gets or sets the affected product id.

ProductName

Gets or sets the affected product name.

Severity

Gets or sets the severity.

Status

Gets or sets the service request status.

SupportTopicId

Gets or sets the ID of the support topic for the service request.

SupportTopicName

Gets or sets the name of the support topic related to the service request.

Title

Gets or sets the service request title.

Applies to