POST api/Response
Documentation for 'PostUpdateResponse'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| response | Documentation for 'response'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"ResponseType": 2,
"UtcDateTime": 3
}
text/javascript
Sample:
{"Id":1,"ResponseType":2,"UtcDateTime":3}
application/xml, text/xml
Sample:
<MessageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models.Conalvias"> <Id>1</Id> <ResponseType>2</ResponseType> <UtcDateTime>3</UtcDateTime> </MessageResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.