POST api/memberlevel/save_list/{organizer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizer | string |
Required |
Body Parameters
Collection of member_level| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MASCODE | string |
Required String length: inclusive between 0 and 8 |
|
| ORGANIZATION | string |
Required String length: inclusive between 0 and 20 |
|
| NAME | string |
String length: inclusive between 0 and 100 |
|
| Shares | decimal number |
None. |
|
| Deposit | decimal number |
None. |
|
| Dividend | decimal number |
None. |
|
| Meeting1 | decimal number |
None. |
|
| Meeting2 | decimal number |
None. |
|
| DebtPayment | decimal number |
None. |
|
| Rice | decimal number |
None. |
|
| FertilizerPesticides | decimal number |
None. |
|
| Fuel | decimal number |
None. |
|
| TotalScore | decimal number |
None. |
|
| MembershipTierLevel | string |
String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MASCODE": "sample string 2",
"ORGANIZATION": "sample string 3",
"NAME": "sample string 4",
"Shares": 1.0,
"Deposit": 1.0,
"Dividend": 1.0,
"Meeting1": 1.0,
"Meeting2": 1.0,
"DebtPayment": 1.0,
"Rice": 1.0,
"FertilizerPesticides": 1.0,
"Fuel": 1.0,
"TotalScore": 1.0,
"MembershipTierLevel": "sample string 5"
},
{
"Id": 1,
"MASCODE": "sample string 2",
"ORGANIZATION": "sample string 3",
"NAME": "sample string 4",
"Shares": 1.0,
"Deposit": 1.0,
"Dividend": 1.0,
"Meeting1": 1.0,
"Meeting2": 1.0,
"DebtPayment": 1.0,
"Rice": 1.0,
"FertilizerPesticides": 1.0,
"Fuel": 1.0,
"TotalScore": 1.0,
"MembershipTierLevel": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfmember_level xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zenic.ClassLibrary.Entity.Table">
<member_level>
<DebtPayment>1</DebtPayment>
<Deposit>1</Deposit>
<Dividend>1</Dividend>
<FertilizerPesticides>1</FertilizerPesticides>
<Fuel>1</Fuel>
<Id>1</Id>
<MASCODE>sample string 2</MASCODE>
<Meeting1>1</Meeting1>
<Meeting2>1</Meeting2>
<MembershipTierLevel>sample string 5</MembershipTierLevel>
<NAME>sample string 4</NAME>
<ORGANIZATION>sample string 3</ORGANIZATION>
<Rice>1</Rice>
<Shares>1</Shares>
<TotalScore>1</TotalScore>
</member_level>
<member_level>
<DebtPayment>1</DebtPayment>
<Deposit>1</Deposit>
<Dividend>1</Dividend>
<FertilizerPesticides>1</FertilizerPesticides>
<Fuel>1</Fuel>
<Id>1</Id>
<MASCODE>sample string 2</MASCODE>
<Meeting1>1</Meeting1>
<Meeting2>1</Meeting2>
<MembershipTierLevel>sample string 5</MembershipTierLevel>
<NAME>sample string 4</NAME>
<ORGANIZATION>sample string 3</ORGANIZATION>
<Rice>1</Rice>
<Shares>1</Shares>
<TotalScore>1</TotalScore>
</member_level>
</ArrayOfmember_level>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.