POST api/webhook/receive
Request Information
URI Parameters
None.
Body Parameters
UserData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Name | string |
None. |
|
| MobileNo | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Name": "sample string 2",
"MobileNo": "sample string 3",
"Email": "sample string 4"
}
application/xml, text/xml
Sample:
<UserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cio_api.Models"> <Email>sample string 4</Email> <MobileNo>sample string 3</MobileNo> <Name>sample string 2</Name> <UserID>1</UserID> </UserData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.