POST Api/BS/setup/industryCategory_add
Request Information
URI Parameters
None.
Body Parameters
Industry_Category_AddName | Description | Type | Additional information |
---|---|---|---|
Cat_COde | string |
None. |
|
Category | string |
None. |
|
Year | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Cat_COde": "sample string 1", "Category": "sample string 2", "Year": "sample string 3", "id": 4 }
text/html
Sample:
{"Cat_COde":"sample string 1","Category":"sample string 2","Year":"sample string 3","id":4}
application/xml, text/xml
Sample:
<Industry_Category_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup"> <Cat_COde>sample string 1</Cat_COde> <Category>sample string 2</Category> <Year>sample string 3</Year> <id>4</id> </Industry_Category_Add>
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. |