ServiceResourceUserGroups Test
ReferenceData/ServiceResourceUserGroups
Create a new service resource/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ServiceResourceUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : ServiceResourceUserGroup

Request object type ServiceResourceUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CanCreate boolean Y
CanDelete boolean Y
CanRead boolean Y
CanUpdate boolean Y
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
ServiceResource ServiceResource Y
FK: TR_SERVICE_RESOURCE.Id   Resource: ServiceResources
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "CanCreate": true,
  "CanDelete": true,
  "CanRead": true,
  "CanUpdate": true,
  "CreatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
  "CreateLocation": "sample string 5",
  "CreatedBy": "sample string 6",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
  "UpdatedBy": "sample string 7",
  "ServiceResource": {
    "Id": 1,
    "Name": "sample string 1",
    "CreatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
    "CreatedBy": "sample string 2",
    "UpdatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
    "CreateLocation": "sample string 3",
    "UpdatedBy": "sample string 4"
  },
  "UserGroupId": "sample string 8"
}
<ServiceResourceUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CanCreate>true</CanCreate>
  <CanDelete>true</CanDelete>
  <CanRead>true</CanRead>
  <CanUpdate>true</CanUpdate>
  <CreateLocation>sample string 5</CreateLocation>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:09.5150856-07:00</CreatedDateTime>
  <Id>1</Id>
  <ServiceResource>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:09.5150856-07:00</CreatedDateTime>
    <Id>1</Id>
    <Name>sample string 1</Name>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:09.5150856-07:00</UpdatedDateTime>
  </ServiceResource>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:09.5150856-07:00</UpdatedDateTime>
  <UserGroupId>sample string 8</UserGroupId>
</ServiceResourceUserGroup>

Response object type : ServiceResourceUserGroup

Response object type ServiceResourceUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CanCreate boolean Y
CanDelete boolean Y
CanRead boolean Y
CanUpdate boolean Y
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
ServiceResource ServiceResource Y
FK: TR_SERVICE_RESOURCE.Id   Resource: ServiceResources
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "CanCreate": true,
  "CanDelete": true,
  "CanRead": true,
  "CanUpdate": true,
  "CreatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
  "CreateLocation": "sample string 5",
  "CreatedBy": "sample string 6",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
  "UpdatedBy": "sample string 7",
  "ServiceResource": {
    "Id": 1,
    "Name": "sample string 1",
    "CreatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
    "CreatedBy": "sample string 2",
    "UpdatedDateTime": "2025-04-24T03:59:09.5150856-07:00",
    "CreateLocation": "sample string 3",
    "UpdatedBy": "sample string 4"
  },
  "UserGroupId": "sample string 8"
}
<ServiceResourceUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CanCreate>true</CanCreate>
  <CanDelete>true</CanDelete>
  <CanRead>true</CanRead>
  <CanUpdate>true</CanUpdate>
  <CreateLocation>sample string 5</CreateLocation>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:09.5150856-07:00</CreatedDateTime>
  <Id>1</Id>
  <ServiceResource>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:09.5150856-07:00</CreatedDateTime>
    <Id>1</Id>
    <Name>sample string 1</Name>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:09.5150856-07:00</UpdatedDateTime>
  </ServiceResource>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:09.5150856-07:00</UpdatedDateTime>
  <UserGroupId>sample string 8</UserGroupId>
</ServiceResourceUserGroup>

No entries in change log for this operation.