POST api/AddMoreInfo
Request Information
URI Parameters
None.
Body Parameters
AddedInfoDtoName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Content | string |
None. |
|
PhoneId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Content": "sample string 2", "PhoneId": "sample string 3" }
application/xml, text/xml
Sample:
<AddedInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhistleAdminDAL.Dtos"> <Content>sample string 2</Content> <Id>sample string 1</Id> <PhoneId>sample string 3</PhoneId> </AddedInfoDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |