POST api/InsertIntoMembershipCharge
Request Information
URI Parameters
None.
Body Parameters
GetMembershipChargesDetailbyIDResult| Name | Description | Type | Additional information |
|---|---|---|---|
| M_Id | integer |
None. |
|
| Member_Ship_Charges | decimal number |
None. |
|
| Date | date |
None. |
|
| LedgerId | string |
None. |
|
| ChargeName | string |
None. |
|
| ChargesType | string |
None. |
|
| AccNoCategory | string |
None. |
|
| Compid | integer |
None. |
|
| BranchID | integer |
None. |
|
| LedgerType | string |
None. |
|
| ShareQty | integer |
None. |
|
| SubGroupCode | string |
None. |
|
| SubGroupPrifix | string |
None. |
|
| GroupPrifix | string |
None. |
|
| Status | string |
None. |
|
| ChargesPer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"M_Id": 1,
"Member_Ship_Charges": 1.0,
"Date": "2025-12-15T11:17:20.0288581-06:00",
"LedgerId": "sample string 2",
"ChargeName": "sample string 3",
"ChargesType": "sample string 4",
"AccNoCategory": "sample string 5",
"Compid": 1,
"BranchID": 1,
"LedgerType": "sample string 6",
"ShareQty": 1,
"SubGroupCode": "sample string 7",
"SubGroupPrifix": "sample string 8",
"GroupPrifix": "sample string 9",
"Status": "sample string 10",
"ChargesPer": 1
}
application/xml, text/xml
Sample:
<GetMembershipChargesDetailbyIDResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSG.Data"> <AccNoCategory>sample string 5</AccNoCategory> <BranchID>1</BranchID> <ChargeName>sample string 3</ChargeName> <ChargesPer>1</ChargesPer> <ChargesType>sample string 4</ChargesType> <Compid>1</Compid> <Date>2025-12-15T11:17:20.0288581-06:00</Date> <GroupPrifix>sample string 9</GroupPrifix> <LedgerId>sample string 2</LedgerId> <LedgerType>sample string 6</LedgerType> <M_Id>1</M_Id> <Member_Ship_Charges>1</Member_Ship_Charges> <ShareQty>1</ShareQty> <Status>sample string 10</Status> <SubGroupCode>sample string 7</SubGroupCode> <SubGroupPrifix>sample string 8</SubGroupPrifix> </GetMembershipChargesDetailbyIDResult>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
returndbml| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusId | integer |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusId": 1,
"Status": "sample string 2"
}
application/xml, text/xml
Sample:
<returndbml xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSGAPI.Models"> <Status>sample string 2</Status> <StatusId>1</StatusId> </returndbml>