Microsoft SharePoint · Example Payload

Sharepoint List Item Create Request Example

CollaborationDocument ManagementEnterprise Content ManagementIntranetMicrosoft

Sharepoint List Item Create Request Example is an example object payload from Microsoft SharePoint, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

__metadataTitle

Example Payload

Raw ↑
{
  "__metadata": {
    "type": "SP.Data.MyListListItem"
  },
  "Title": "New Item"
}