POST Api/Scenario/AddGenericItem
Request Information
URI Parameters
None.
Body Parameters
Gcaptions1Name | Description | Type | Additional information |
---|---|---|---|
caption | string |
None. |
|
category | string |
None. |
|
tablea | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "caption": "sample string 1", "category": "sample string 2", "tablea": "sample string 3" }
text/html
Sample:
{"caption":"sample string 1","category":"sample string 2","tablea":"sample string 3"}
application/xml, text/xml
Sample:
<ScenarioController.Gcaptions1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Controllers"> <caption>sample string 1</caption> <category>sample string 2</category> <tablea>sample string 3</tablea> </ScenarioController.Gcaptions1>
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. |