POST Api/General/setup/PL_TotalLine_Makeup_Delete_Mult
Request Information
URI Parameters
None.
Body Parameters
Collection of PL_Total_Line_MakeupName | 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 }, { "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},{"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:
<ArrayOfPL_Total_Line_Makeup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <PL_Total_Line_Makeup> <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> <PL_Total_Line_Makeup> <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> </ArrayOfPL_Total_Line_Makeup>
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. |