Create measures

post

/fscmRestApi/resources/11.13.18.05/planningMeasures

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Measure Change Histories
Type: array
Title: Measure Change Histories
An audit history of changes to planning measure properties such as details about what was changed, when it was changed, and who made the changes.
Show Source
Nested Schema : Measure Associations
Type: array
Title: Measure Associations
The association of a planning measure with other planning objects such as a pivot table, graph, measure group, measure catalog, or forecast profile.
Show Source
Nested Schema : Measure Groups
Type: array
Title: Measure Groups
A listing of all the measures that are part of the measure group.
Show Source
Nested Schema : Measure Reference Types List of Values
Type: array
Title: Measure Reference Types List of Values
List of object types such as a table or graph that are linked to the measure.
Show Source
Nested Schema : planningMeasures-changeHistory-item-post-request
Type: object
Show Source
Nested Schema : planningMeasures-measureAssociations-item-post-request
Type: object
Show Source
  • Maximum Length: 255
    Deletion types linked to the measure. Valid values are Automatic and Manual.
  • Maximum Length: 255
    Type of the associated object such as pivot table, graph, measure catalog, or measure group that are linked to the measure.
Nested Schema : planningMeasures-measureGroupAssignment-item-post-request
Type: object
Show Source
Nested Schema : planningMeasures-measureReferenceTypesLOV-item-post-request
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 : planningMeasures-item-response
Type: object
Show Source
Nested Schema : Measure Change Histories
Type: array
Title: Measure Change Histories
An audit history of changes to planning measure properties such as details about what was changed, when it was changed, and who made the changes.
Show Source
Nested Schema : Measure Associations
Type: array
Title: Measure Associations
The association of a planning measure with other planning objects such as a pivot table, graph, measure group, measure catalog, or forecast profile.
Show Source
Nested Schema : Measure Groups
Type: array
Title: Measure Groups
A listing of all the measures that are part of the measure group.
Show Source
Nested Schema : Measure Reference Types List of Values
Type: array
Title: Measure Reference Types List of Values
List of object types such as a table or graph that are linked to the measure.
Show Source
Nested Schema : planningMeasures-changeHistory-item-response
Type: object
Show Source
Nested Schema : planningMeasures-measureAssociations-item-response
Type: object
Show Source
Nested Schema : planningMeasures-measureGroupAssignment-item-response
Type: object
Show Source
Nested Schema : planningMeasures-measureReferenceTypesLOV-item-response
Type: object
Show Source
Back to Top