POST Api/Error_Log_Code_Add
Request Information
URI Parameters
None.
Body Parameters
error_log_codeName | Description | Type | Additional information |
---|---|---|---|
Error_Code | string |
None. |
|
Error_Category | string |
None. |
|
Error_Name | string |
None. |
|
Description | string |
None. |
|
Suggestion | string |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Error_Code": "sample string 1", "Error_Category": "sample string 2", "Error_Name": "sample string 3", "Description": "sample string 4", "Suggestion": "sample string 5", "Id": 6 }
text/html
Sample:
{"Error_Code":"sample string 1","Error_Category":"sample string 2","Error_Name":"sample string 3","Description":"sample string 4","Suggestion":"sample string 5","Id":6}
application/xml, text/xml
Sample:
<error_log_code xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Description>sample string 4</Description> <Error_Category>sample string 2</Error_Category> <Error_Code>sample string 1</Error_Code> <Error_Name>sample string 3</Error_Name> <Id>6</Id> <Suggestion>sample string 5</Suggestion> </error_log_code>
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. |