Update a national identifier type

patch

/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes/{NationalIdentifierTypeId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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
  • Title: Active Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the national identifier type is active or inactive. The default value is yes, which means active.
  • Title: Identifier Type
    Maximum Length: 60
    The name of the national identifier type such as passport.
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 : hedNationalIdentifierTypes-item-response
Type: object
Show Source
  • Title: Country Code
    Maximum Length: 10
    The code for the country of the national identification type.
  • Title: Country
    Read Only: true
    Maximum Length: 80
    The name of the country of the national identification type.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the row.
  • Title: Creation Date
    Read Only: true
    The date the row was created.
  • Title: Active Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the national identifier type is active or inactive. The default value is yes, which means active.
  • Title: Identifier Type Code
    Maximum Length: 30
    The code for the national identifier type.
  • Title: Identifier Type
    Maximum Length: 60
    The name of the national identifier type such as passport.
  • Title: Last Updated Date
    Read Only: true
    The date the row was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the row.
  • Links
  • Title: Identifier Type ID
    Read Only: true
    The unique identifier for the national identifier type.
  • Title: Predefined Indicator
    Read Only: true
    Maximum Length: 1
    Default Value: 0
    Indicates whether the row is predefined. The value 0 means the row isn't predefined. The value 1 means the row is predefined and can't be updated, but can be disabled.
Back to Top