Create a set of meeting templates

post

/fscmRestApi/resources/11.13.18.05/publicSectorMeetingSetups

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Activity ID
    Default Value: 1
    The identifier of the public sector agency.
  • Title: Applicant can reschedule and cancel
    Maximum Length: 1
    Default Value: N
    The identifier to indicate if an applicant can reschedule or cancel a meeting.
  • Title: Applicant can request
    Maximum Length: 1
    Default Value: N
    The identifier to indicate if an applicant can schedule a meeting.
  • Title: Description
    Maximum Length: 500
    The description of the meeting template.
  • Title: Enabled
    Maximum Length: 1
    The identifier to indicate if the meeting template is enabled for assignment on the record type page.
  • Title: Include Agenda
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting agenda should be shown in the Schedule Meetings page.
  • Title: Include Subject
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting subject should be shown in the Schedule Meetings page.
  • Title: Include Location
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting location should be shown in the Schedule Meetings page.
  • Title: Maximum Concurrent Meetings
    Default Value: 1
    The identifier of the maximum number of meetings that can be conducted in parallel for a given period within the agency.
  • The non rich text version of the meeting agenda.
  • Title: Meeting Agenda
    The rich text enabled description of the meeting agenda.
  • Title: Meeting Duration in Hours
    The identifier of the estimated duration of a meeting.
  • Title: Subject
    Maximum Length: 4000
    The text of the meeting subject to be shown in the Schedule Meetings page.
  • Title: Meeting Location
    Maximum Length: 2000
    The description of the meeting venue.
  • Title: Work Schedule
    Maximum Length: 30
    The identifier to indicate the work schedule that will be used by the agency for the meeting configuration.
  • Title: Template ID
    Maximum Length: 30
    The unique identifier of the meeting template.
  • Title: Template
    Maximum Length: 50
    The name of the template.
  • Title: Schedule up to Number of Days
    The identifier of the number of days to display on the calendar for scheduling the meeting.
  • Title: Schedule After Number of Days
    Default Value: 0
    The identifier to indicate the number of days in advance after which the meeting can be configured.
  • Title: Agency meeting schedule
    Maximum Length: 1
    The identifier to indicate if an agency work schedule is to be used for configuration.
  • Title: Staff meeting schedule
    Maximum Length: 1
    The identifier to indicate if planners work schedule is to be used for the configuration.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : publicSectorMeetingSetups-item-response
Type: object
Show Source
  • Title: Activity ID
    Default Value: 1
    The identifier of the public sector agency.
  • Title: Applicant can reschedule and cancel
    Maximum Length: 1
    Default Value: N
    The identifier to indicate if an applicant can reschedule or cancel a meeting.
  • Title: Applicant can request
    Maximum Length: 1
    Default Value: N
    The identifier to indicate if an applicant can schedule a meeting.
  • Title: Description
    Maximum Length: 500
    The description of the meeting template.
  • Title: Enabled
    Maximum Length: 1
    The identifier to indicate if the meeting template is enabled for assignment on the record type page.
  • Title: Include Agenda
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting agenda should be shown in the Schedule Meetings page.
  • Title: Include Subject
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting subject should be shown in the Schedule Meetings page.
  • Title: Include Location
    Maximum Length: 1
    Default Value: N
    Indicates if the meeting location should be shown in the Schedule Meetings page.
  • Links
  • Title: Maximum Concurrent Meetings
    Default Value: 1
    The identifier of the maximum number of meetings that can be conducted in parallel for a given period within the agency.
  • The non rich text version of the meeting agenda.
  • Title: Meeting Agenda
    The rich text enabled description of the meeting agenda.
  • Title: Meeting Duration in Hours
    The identifier of the estimated duration of a meeting.
  • Title: Subject
    Maximum Length: 4000
    The text of the meeting subject to be shown in the Schedule Meetings page.
  • Title: Meeting Location
    Maximum Length: 2000
    The description of the meeting venue.
  • Title: Work Schedule
    Maximum Length: 30
    The identifier to indicate the work schedule that will be used by the agency for the meeting configuration.
  • Title: Template ID
    Maximum Length: 30
    The unique identifier of the meeting template.
  • Title: Template
    Maximum Length: 50
    The name of the template.
  • Title: Schedule up to Number of Days
    The identifier of the number of days to display on the calendar for scheduling the meeting.
  • Title: Schedule After Number of Days
    Default Value: 0
    The identifier to indicate the number of days in advance after which the meeting can be configured.
  • Title: Agency meeting schedule
    Maximum Length: 1
    The identifier to indicate if an agency work schedule is to be used for configuration.
  • Title: Staff meeting schedule
    Maximum Length: 1
    The identifier to indicate if planners work schedule is to be used for the configuration.
Back to Top