Save report state content
Saves the report state content. Does not return the stored state content. An ETag
is not required for the initial save, but is required for all subsequent saves. In some situations where Accept
type header is automatically generated, setting it to '*/*' will achieve the same effect as not including it. See Conditional Operations
.
Name | Type | Required | Description |
---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
stateId | string<object-id> | true | Report state id to check. |
Name | Type | Required | Description |
---|---|---|---|
If-Match | string | false | The |
If-Unmodified-Since | string | false | The value of the |
The report state content to be saved.
The representation of a report state content, which has the same schema as report content, in JSON format. Check Get Versions
and GET /versions/@defaultVersion
for the set of valid media types and versions as defined by Business Intelligence Report Definition
. If not provided, for request the version equivalent to the report content schema is used and for response latest version is used. The lowest valid version is 3.
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | Report state content was stored. | Headers | |
400 | Bad Request | Bad Request. The input report state content was not valid. | Schema | |
404 | Not Found | Report state or report state content does not exist. | Schema | |
412 | Precondition Failed | The ETag (If-Match) provided did not match the current version of the object, or the last modified date did not match. | Schema | |
428 | Precondition Required | The ETag (If-Match), or the last modified date was not provided when updating the report state content. | Schema |