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