> ## 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.

# Edit Contact Selection Member Details

> Edit company and contact details in a selection based on contents in selectionMemberEditValues.

NsApiSlow threshold: 5000 ms.



## OpenAPI

````yaml /openapi/agent/openapi-v3-SelectionAgent.json post /api/v1/Agents/Selection/EditContactSelectionMemberDetails
openapi: 3.0.0
info:
  version: v1-Agents
  title: SuperOffice Agent API v1
  description: SuperOffice Agent API - SelectionAgent
  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/Agents/Selection/EditContactSelectionMemberDetails:
    post:
      tags:
        - Selection_Agent
      summary: Edit Contact Selection Member Details
      description: >-
        Edit company and contact details in a selection based on contents in
        selectionMemberEditValues.


        NsApiSlow threshold: 5000 ms.
      operationId: v1SelectionAgent_EditContactSelectionMemberDetails
      parameters:
        - name: $select
          in: query
          description: >-
            Optional comma separated list of properties to include in the
            result. Other fields are then nulled out to reduce payload size:
            "Name,department,category". Default = show all fields.
          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:
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          text/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          application/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          text/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          application/x-www-form-urlencoded:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          application/json-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
          application/merge-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest
        description: SelectionId, SelectionMemberEditValues
        required: true
      responses:
        '204':
          description: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components:
  schemas:
    SuperOffice.WebApi.v1.Carriers.SelectionCarriers.EditContactSelectionMemberDetailsRequest:
      description: >-
        EditContactSelectionMemberDetails: Edit company and contact details in a
        selection based on contents in selectionMemberEditValues.
      type: object
      properties:
        SelectionId:
          format: int32
          type: integer
        SelectionMemberEditValues:
          $ref: >-
            #/components/schemas/SuperOffice.CRM.Services.SelectionMemberEditValues
    SuperOffice.CRM.Services.SelectionMemberEditValues:
      description: "A class representing values to change when changing company and contact details from the Edit Company Details task for selections.\r\n<para />\r\nCarrier object for SelectionMemberEditValues."
      type: object
      properties:
        CompanyCategory:
          format: int32
          description: Contains new value for the company category.
          type: integer
        CompanyBusiness:
          format: int32
          description: Contains new value for company business.
          type: integer
        CompanyOurContact:
          format: int32
          description: Contains new value for company, our contact.
          type: integer
        CompanyName:
          description: Contains new value for company name.
          type: string
        CompanyDepartment:
          description: Contains new value for the company department.
          type: string
        CompanyNumber:
          description: Contains new value for the company number.
          type: string
        CompanyCode:
          description: Contains new value for the company code.
          type: string
        ContactPosition:
          format: int32
          description: Contains new value for the contact position.
          type: integer
        ChangeCompanyCategory:
          description: If true, the category of the company will be changed.
          type: boolean
        ChangeCompanyBusiness:
          description: If true, the business of the company will change.
          type: boolean
        ChangeCompanyOurContact:
          description: If true, the our contact of the company will change.
          type: boolean
        ChangeCompanyName:
          description: If true, the name of the company will change.
          type: boolean
        ChangeCompanyDepartment:
          description: If true, the department of the company will change.
          type: boolean
        ChangeCompanyNumber:
          description: If true, the number of the company will change.
          type: boolean
        ChangeCompanyCode:
          description: If true, the code of the company will change.
          type: boolean
        ChangeContactPosition:
          description: If true, the position of the contact will change.
          type: boolean
        CompanyCountry:
          format: int32
          description: Contains new value for the company country.
          type: integer
        ChangeCompanyCountry:
          description: If true, the country of the company will change.
          type: boolean
        ContactJobTitle:
          description: Contains new value for the contact VAT number.
          type: string
        ChangeContactJobTitle:
          description: If true, the VAT number  of the contact will change.
          type: boolean
        CompanyOrgNr:
          description: Contains new value for the company VAT number.
          type: string
        ChangeCompanyOrgNr:
          description: If true, the VAT number  of the company will change.
          type: boolean
        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

- [SuperOffice.WebApi.Data.Selection EditContactSelectionMemberDetailsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_EditContactSelectionMemberDetailsRequest.md)
- [NSSelectionAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSSelectionAgent.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Data.SelectionMemberEditValues](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionMemberEditValues.md)
- [NSSelectionMemberEditValues](/en/automation/crmscript/reference/CRMScript.NetServer.NSSelectionMemberEditValues.md)
