> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Put Mr Mrs Headings For List Item

> Saves headings for the MrMrs list's item.

Calls the List agent service SaveHeadingsForListItemFromListDefinition.



## OpenAPI

````yaml /openapi/rest/openapi-v3-List.json put /api/v1/List/MrMrs/Items/{itemId}/Headings
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - List
  contact:
    name: SuperOffice DevNet
    url: https://docs.superoffice.com/en/api/index.html
    email: sdk@superoffice.com
servers:
  - url: http://localhost:56350
  - url: https://localhost:56350
security: []
tags: []
externalDocs:
  description: >-
    The SuperOffice DevNet Community has more documentation, examples, and
    discussion forums.
  url: https://community.superoffice.com/en/developer/
paths:
  /api/v1/List/MrMrs/Items/{itemId}/Headings:
    put:
      tags:
        - List_MrMrs
      summary: Put Mr Mrs Headings For List Item
      description: |-
        Saves headings for the MrMrs list's item.

        Calls the List agent service SaveHeadingsForListItemFromListDefinition.
      operationId: v1MrMrsList_PutMrMrsHeadingsForListItem
      parameters:
        - name: itemId
          in: path
          description: The ID of the headings to be saved.
          required: true
          schema:
            format: int32
            type: integer
        - name: Accept-Language
          in: header
          description: >-
            Convert string references and multi-language values into a specified
            language (iso2) code.
          required: false
          schema:
            type: string
        - name: SO-Language
          in: header
          description: >-
            Convert string references and multi-language values into a specified
            language (iso2) code. Overrides Accept-Language value.
          required: false
          schema:
            type: string
        - name: SO-Culture
          in: header
          description: >-
            Number, date formatting in a specified culture (iso2 language) code.
            Partially overrides SO-Language/Accept-Language value. Ignored if no
            Language set.
          required: false
          schema:
            type: string
        - name: SO-TimeZone
          in: header
          description: >-
            Specify the timezone code that you would like date/time responses
            converted to.
          required: false
          schema:
            type: string
        - name: SO-AppToken
          in: header
          description: >-
            The application token that identifies the partner app. Used when
            calling Online WebAPI from a server.
          required: false
          schema:
            type: string
      requestBody:
        $ref: >-
          #/components/requestBodies/SuperOffice.CRM.Services.SelectableMDOListItemArray2
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
            text/json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
            application/xml:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
            text/xml:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
            application/json-patch+json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
            application/merge-patch+json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components:
  requestBodies:
    SuperOffice.CRM.Services.SelectableMDOListItemArray2:
      content:
        application/json:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        text/json:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        application/xml:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        text/xml:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        application/x-www-form-urlencoded:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        application/json-patch+json:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        application/merge-patch+json:
          schema:
            type: array
            items:
              $ref: >-
                #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
      description: The headings to be saved.
      required: true
  schemas:
    SuperOffice.CRM.Services.SelectableMDOListItem:
      description: "Carrier object for SelectableMDOListItem.\r\nServices for the SelectableMDOListItem Carrier is available from the <see cref=\"T:SuperOffice.CRM.Services.IMDOAgent\">MDO Agent</see>."
      type: object
      properties:
        Id:
          format: int32
          description: The Id of the ListItem
          type: integer
        Name:
          description: The name of the ListItem
          type: string
        ToolTip:
          description: The tooltip of the ListItem
          type: string
        Deleted:
          description: The deleted status of the ListItem
          type: boolean
        Rank:
          format: int32
          description: The rank of the ListItem
          type: integer
        Type:
          description: The type of the ListItem. Custom field.
          type: string
        ColorBlock:
          format: int32
          description: The color indicator of the ListItem color block
          type: integer
        IconHint:
          description: The Icon hint of the ListItem. Custom field.
          type: string
        Selected:
          description: True if the ListItem is selected
          type: boolean
        LastChanged:
          format: date-time
          description: Time of last change.
          type: string
        ChildItems:
          description: The child items of the SelectableMDOListItem
          type: array
          items:
            $ref: >-
              #/components/schemas/SuperOffice.CRM.Services.SelectableMDOListItem
        ExtraInfo:
          description: >-
            Extra information added to the ListItem. Could be information such
            as sort order etc or other meta data. Custom field.
          type: string
        StyleHint:
          description: >-
            Style hint indicating, information such as background color etc.
            Custom field.
          type: string
        Hidden:
          description: True if the ListItem is hidden
          type: boolean
        FullName:
          description: The name of the ListItem in its context
          type: string
        TableRight:
          $ref: '#/components/schemas/SuperOffice.CRM.Security.TableRight'
        FieldProperties:
          description: >-
            Field property dictionary mapping field names to field access
            rights.
          type: object
          additionalProperties:
            $ref: '#/components/schemas/SuperOffice.CRM.Security.FieldProperty'
    SuperOffice.CRM.Security.TableRight:
      description: "Wraps a table right together with an explanatory reason.\r\nCode can indicate why access is restricted."
      type: object
      properties:
        Mask:
          type: string
        Reason:
          type: string
    SuperOffice.CRM.Security.FieldProperty:
      description: >-
        Class holding properties like field length, field type about a field in
        the carrier.
      type: object
      properties:
        FieldRight:
          $ref: '#/components/schemas/SuperOffice.CRM.Security.FieldRight'
        FieldType:
          type: string
        FieldLength:
          format: int32
          description: ''
          type: integer
    SuperOffice.CRM.Security.FieldRight:
      description: "Wraps the field right together with an explanatory reason.\r\nAlso adds logical operators to the field rights so that they can be easily combined."
      type: object
      properties:
        Mask:
          type: string
        Reason:
          type: string

````

## Related topics

- [Put Mr Mrs Headings](/en/api/reference/restful/rest/list_mrmrs/put-mr-mrs-headings.md)
- [Put Mr Mrs User Groups For List Item](/en/api/reference/restful/rest/list_mrmrs/put-mr-mrs-user-groups-for-list-item.md)
- [Get Mr Mrs Headings For List Item](/en/api/reference/restful/rest/list_mrmrs/get-mr-mrs-headings-for-list-item.md)
- [Get Mr Mrs User Groups For List Item](/en/api/reference/restful/rest/list_mrmrs/get-mr-mrs-user-groups-for-list-item.md)
- [Put Business Headings For List Item](/en/api/reference/restful/rest/list_business/put-business-headings-for-list-item.md)
- [Put Country Headings For List Item](/en/api/reference/restful/rest/list_country/put-country-headings-for-list-item.md)
