Contents

Summary

A class for data transmission that contains information about a project request.

Properties

Name Editable? Required? Type Nullable? Summary
ID Int32 The ID of the project request.
Name This field is editable through the web API. This field is required. String This field is nullable. The name of the project request.
StartDate This field is editable through the web API. DateTime The start date of the project request.
EndDate This field is editable through the web API. DateTime The end date of the project request.
AccountID This field is editable through the web API. This field is required. Int32 The ID of the account/department associated with the project request.
TypeID This field is editable through the web API. This field is required. Int32 The ID of the type associated with the project request.
ServiceID This field is editable through the web API. Int32 The ID of the service associated with the project request.
ServiceOfferingID This field is editable through the web API. Int32 The ID of the service offering associated with the project request.
PriorityID This field is editable through the web API. Int32 The ID of the priority associated with the project request.
SponsorUID This field is editable through the web API. Guid This field is nullable. The UID of the user marked as the project request sponsor.
Description This field is editable through the web API. String This field is nullable. The description of the project request.
Requirements This field is editable through the web API. String This field is nullable. The requirements of the project request.
AssignServiceFormIfExists This field is editable through the web API. Boolean Assigns the service form to the project request if the service has a form.
ClassificationID This field is editable through the web API. Int32 The ID of the classification associated with the project request.
Attributes This field is editable through the web API. TeamDynamix.Api.CustomAttributes.CustomAttribute[] This field is nullable. The custom attributes associated with the project request.