PATCH odata/Classifieds(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Updates individual properties of a single Classified object.

Request Information

Request body formats

application/json, text/json

Sample:
 { 
    "Title": "Updated Classified title",  
    "Description": "Updated Classified description"
}

Response Information

HTTP/1.1 204 No Content