Previous Topic Next topic Print topic


Operation Properties - HTTP tab

Restriction: This topic applies to Windows environments (local development) only.
Note: This topic applies to JSON Web Service service interfaces only.
GET
Retrieves (reads) a representation of the resource specified by the URI, returning the representation in JSON.
POST
Creates a new resource using the specified URI. Default.
PUT
Updates an existing resource identified by the URI.
DELETE
Delete the resource identified by the specified URI.
Previous Topic Next topic Print topic