Update a project numbering configuration detail
patch
/fscmRestApi/resources/11.13.18.05/projectNumberingConfigurations/{ConfigurationId}/child/ProjectNumberingConfigurationDetails/{ConfigurationDetailId}
Request
Path Parameters
- ConfigurationDetailId(required): integer(int64) Unique identifier of the project numbering source details.
- ConfigurationId(required): string Unique identifier of the project numbering configuration.
Header Parameters
- Metadata-Context: string 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".
- REST-Framework-Version: string 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
- application/json
Root Schema : schema
Type:
Show Source object
- DeterminantId: integer (int64) Title:
Determinant ID
Unique identifier of the entity for which project numbering is set up. - DeterminantName: string Title:
Determinant
Name of the entity for which project numbering is set up. - Method: string Title:
Method
Maximum Length:80
Name of the project numbering method. Valid values are Automatic and Manual. - MethodCode: string Title:
Method Code
Maximum Length:25
Code of the project numbering method. Valid values are AUTOMATIC and MANUAL - NextAutomaticNumber: integer (int64) Title:
Next Number
Next number to be generated for an automatic project numbering configuration. - Prefix: string Title:
Prefix
Maximum Length:7
Prefix for the project numbering. - Type: string Title:
Type
Maximum Length:80
Name of the manual project numbering type. Valid values are Alphanumeric and Numeric. - TypeCode: string Title:
Type Code
Maximum Length:25
Code of the manual project numbering type. Valid values are ALPHANUMERIC and NUMERIC.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
- Metadata-Context: 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".
- REST-Framework-Version: 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.
Root Schema : projectNumberingConfigurations-ProjectNumberingConfigurationDetails-item-response
Type:
Show Source object
- ConfigurationDetailId: integer (int64) Title:
Configuration Detail ID
Read Only:true
Unique identifier of the project numbering source details. - CreatedBy: string Title:
Created By
Read Only:true
Maximum Length:64
The user who created the record. - CreationDate: string (date-time) Title:
Creation Date
Read Only:true
The date when the record was created. - DeterminantId: integer (int64) Title:
Determinant ID
Unique identifier of the entity for which project numbering is set up. - DeterminantName: string Title:
Determinant
Name of the entity for which project numbering is set up. - LastUpdateDate: string (date-time) Title:
Last Updated Date
Read Only:true
The date when the record was last updated. - LastUpdatedBy: string Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the record. - links: array Links Title:
Links
The link relations associated with the resource instance. - Method: string Title:
Method
Maximum Length:80
Name of the project numbering method. Valid values are Automatic and Manual. - MethodCode: string Title:
Method Code
Maximum Length:25
Code of the project numbering method. Valid values are AUTOMATIC and MANUAL - NextAutomaticNumber: integer (int64) Title:
Next Number
Next number to be generated for an automatic project numbering configuration. - Prefix: string Title:
Prefix
Maximum Length:7
Prefix for the project numbering. - Type: string Title:
Type
Maximum Length:80
Name of the manual project numbering type. Valid values are Alphanumeric and Numeric. - TypeCode: string Title:
Type Code
Maximum Length:25
Code of the manual project numbering type. Valid values are ALPHANUMERIC and NUMERIC.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source Nested Schema : link
Type:
Show Source object
- href: string Title:
hyperlink reference
The URI to the related resource. - kind: string Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. - name: string Title:
name
The name of the link to the related resource. - properties: object properties
- rel: string Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source object
- changeIndicator: string Change indicator or the ETag value of the resource instance.