POST api/PostUpdate
Documentation for 'Post'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | Documentation for 'value'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "passthrough": "sample string 1", "payload": "sample string 2" }
application/xml, text/xml
Sample:
<sendlistDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RichmatchAPI.Models"> <passthrough>sample string 1</passthrough> <payload>sample string 2</payload> </sendlistDTO>
application/x-www-form-urlencoded
Sample:
passthrough=foo&payload=bar
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>