Update a record type display group line

patch

/fscmRestApi/resources/11.13.18.05/publicSectorDisplayGroupLines/{publicSectorDisplayGroupLinesUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AgencyId, DisplayGroup and RecordTypeId ---for the Record Type Display Group Lines resource and used to uniquely identify an instance of Record Type Display Group Lines. The client should not generate the hash key value. Instead, the client should query on the Record Type Display Group Lines collection resource with a filter on the primary key values in order to navigate to a specific instance of Record Type Display Group Lines.

    For example: publicSectorDisplayGroupLines?q=AgencyId=<value1>;DisplayGroup=<value2>;RecordTypeId=<value3>
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
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 : publicSectorDisplayGroupLines-item-response
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The unique identifier for a public sector agency.
  • Title: Public User Enabled
    Read Only: true
    Maximum Length: 1
    Indicates whether the record type is enabled for the public user to submit the application form. The default value is not enabled for public users.
  • Read Only: true
    Maximum Length: 3
    The classification of the record type.
  • Title: Description
    Read Only: true
    Maximum Length: 1000
    The long description for the record type included in the display group line.
  • Title: Display Group ID
    Maximum Length: 30
    The display group to which the group line belongs.
  • Title: Display Order
    The display number for the display group line.
  • Read Only: true
    Maximum Length: 20
    The unique identifier of a fee schedule.
  • Read Only: true
    Indicates whether the record type is active or not. The default value is active.
  • Links
  • Title: Record Type
    Read Only: true
    Maximum Length: 100
    The display name for the record type included in the display group line.
  • Title: Record Type Code
    Maximum Length: 20
    The short name of the record type included in the display group line.
  • Title: Record Type ID
    Maximum Length: 30
    The unique identifier for the record type included in the display group line.
  • Read Only: true
    Maximum Length: 10
    Indicates the status of the record type. The default value is active.
  • Title: URL
    Read Only: true
    The URL provides a link that the user can click to navigate to other pages with more information about the record type.
  • Read Only: true
    The date when the record type is valid to use.
  • Read Only: true
    The date when the record type is no longer valid to use.
Back to Top