PUT api/insertNewSheet?matrixId={matrixId}&typeID={typeID}&sheetGUID={sheetGUID}
Inserts a new default sheet into a specified matrix.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matrixId |
The ID of the matrix to which the sheet is being added. |
integer |
Required |
| typeID |
The type ID associated with the new sheet. |
integer |
Required |
| sheetGUID |
The GUID that uniquely identifies the new sheet. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the newly created sheet details. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}