PUT function example
In the following example, the PUT map function is used to insert a new entity (represented by the entityPayload data) to the specified entity set:
PUT("ODATA", "-RU rootURL -AT none -ES entitySetName", entityPayload)
In the following example, the PUT map function is used to insert a new entity (represented by the entityPayload data) to the specified entity set:
PUT("ODATA", "-RU rootURL -AT none -ES entitySetName", entityPayload)