PUT Api/Scenario/setup/Report_TotalLine_Makeup_Update
Request Information
URI Parameters
None.
Body Parameters
PL_Total_Line_Makeup_AddName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
Makeup | string |
None. |
|
Operator | string |
None. |
|
Year | string |
None. |
|
sec_operator | string |
None. |
|
rid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "Makeup": "sample string 1", "Operator": "sample string 2", "Year": "sample string 3", "sec_operator": "sample string 4", "rid": 5 }
text/html
Sample:
{"id":1,"Makeup":"sample string 1","Operator":"sample string 2","Year":"sample string 3","sec_operator":"sample string 4","rid":5}
application/xml, text/xml
Sample:
<PL_Total_Line_Makeup_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup"> <Makeup>sample string 1</Makeup> <Operator>sample string 2</Operator> <Year>sample string 3</Year> <id>1</id> <rid>5</rid> <sec_operator>sample string 4</sec_operator> </PL_Total_Line_Makeup_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. |