POST Api/General/policy/StaffWeight_Delete_Mult
Request Information
URI Parameters
None.
Body Parameters
Collection of Policy_CommBanking_WeightName | Description | Type | Additional information |
---|---|---|---|
Mis_Code | string |
None. |
|
level | string |
None. |
|
Year | string |
None. |
|
Supervisor_count | integer |
None. |
|
RM_count | integer |
None. |
|
Total_count | integer |
None. |
|
salary | decimal number |
None. |
|
Total_salary | decimal number |
None. |
|
weight | decimal number |
None. |
|
BudgetingLevel | string |
None. |
|
caption | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Mis_Code": "sample string 1", "level": "sample string 2", "Year": "sample string 3", "Supervisor_count": 4, "RM_count": 5, "Total_count": 1, "salary": 1.0, "Total_salary": 1.0, "weight": 1.0, "BudgetingLevel": "sample string 6", "caption": "sample string 7" }, { "Mis_Code": "sample string 1", "level": "sample string 2", "Year": "sample string 3", "Supervisor_count": 4, "RM_count": 5, "Total_count": 1, "salary": 1.0, "Total_salary": 1.0, "weight": 1.0, "BudgetingLevel": "sample string 6", "caption": "sample string 7" } ]
text/html
Sample:
[{"Mis_Code":"sample string 1","level":"sample string 2","Year":"sample string 3","Supervisor_count":4,"RM_count":5,"Total_count":1,"salary":1.0,"Total_salary":1.0,"weight":1.0,"BudgetingLevel":"sample string 6","caption":"sample string 7"},{"Mis_Code":"sample string 1","level":"sample string 2","Year":"sample string 3","Supervisor_count":4,"RM_count":5,"Total_count":1,"salary":1.0,"Total_salary":1.0,"weight":1.0,"BudgetingLevel":"sample string 6","caption":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfPolicy_CommBanking_Weight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Policy_CommBanking_Weight> <BudgetingLevel>sample string 6</BudgetingLevel> <Mis_Code>sample string 1</Mis_Code> <RM_count>5</RM_count> <Supervisor_count>4</Supervisor_count> <Total_count>1</Total_count> <Total_salary>1</Total_salary> <Year>sample string 3</Year> <caption>sample string 7</caption> <level>sample string 2</level> <salary>1</salary> <weight>1</weight> </Policy_CommBanking_Weight> <Policy_CommBanking_Weight> <BudgetingLevel>sample string 6</BudgetingLevel> <Mis_Code>sample string 1</Mis_Code> <RM_count>5</RM_count> <Supervisor_count>4</Supervisor_count> <Total_count>1</Total_count> <Total_salary>1</Total_salary> <Year>sample string 3</Year> <caption>sample string 7</caption> <level>sample string 2</level> <salary>1</salary> <weight>1</weight> </Policy_CommBanking_Weight> </ArrayOfPolicy_CommBanking_Weight>
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. |