Merge Table Members with PK

post

/rest/api/v1.3/lists/{listName}/customTable/{tableName}/members

Request

Path Parameters
Body ()
Request Body
Root Schema : Custom Table Members with PK
Type: object
Title: Custom Table Members with PK
Show Source
Nested Schema : recordData
Type: object
Record data that represents Field Names and corresponding values for the member.
Show Source
Nested Schema : fieldNames
Type: array
Field Names in the Custom Table
Show Source
Nested Schema : records
Type: array
Array of values corresponding to the fieldNames. Each element in the array represents a single member.
Show Source
Nested Schema : items
Type: array
Field Values for the member in the Custom Table
Show Source
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Custom Table Members with PK
Type: object
Title: Custom Table Members with PK
Show Source
Nested Schema : recordData
Type: object
Record data that represents Field Names and corresponding values for the member.
Show Source
Nested Schema : fieldNames
Type: array
Field Names in the Custom Table
Show Source
Nested Schema : records
Type: array
Array of values corresponding to the fieldNames. Each element in the array represents a single member.
Show Source
Nested Schema : items
Type: array
Field Values for the member in the Custom Table
Show Source
Back to Top