POST api/PigmyManualCollection/CreatePigmyManual
Request Information
URI Parameters
None.
Body Parameters
PigmyManualCollectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MODID | integer |
None. |
|
| prestcol | integer |
None. |
|
| AccountTypeName | string |
None. |
|
| AccountCode | string |
None. |
|
| Desposit_No | integer |
None. |
|
| Depositar_Name | string |
None. |
|
| LF | string |
None. |
|
| Account_Id | decimal number |
None. |
|
| BranchCode | integer |
None. |
|
| Branch_Name | string |
None. |
|
| Open_dt | date |
None. |
|
| Dname | string |
None. |
|
| Monthcol | decimal number |
None. |
|
| myDate | date |
None. |
|
| coll_amt | decimal number |
None. |
|
| totalamt | decimal number |
None. |
|
| OPEN_DT | date |
None. |
|
| Remitnace | date |
None. |
|
| SubBranchCode | decimal number |
None. |
|
| subBranch_Name | string |
None. |
|
| AccountTypeModel | Collection of AccountTypeModel |
None. |
|
| Pigmy_Branch | Collection of Pigmy_Branch |
None. |
|
| PigmySubBranchModel | Collection of PigmySubBranchModel |
None. |
|
| PigmySchemeModel | Collection of PigmySchemeModel |
None. |
|
| Prsent_Amt | integer |
None. |
|
| TempModel | Collection of TempModel |
None. |
|
| PresentCollection_Amount | Collection of PresentModel |
None. |
|
| TotalItemsCount | string |
None. |
|
| GropId | decimal number |
None. |
|
| SchemeCode | decimal number |
None. |
|
| Scheme_Name | string |
None. |
|
| MyCustomer | string |
None. |
|
| AllCustomer | string |
None. |
|
| Entry_Date | date |
None. |
|
| Collection_date | date |
None. |
|
| Validate_Suspance | boolean |
None. |
|
| This_date | string |
None. |
|
| Amount | decimal number |
None. |
|
| OnMoreSameDay | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MODID": 1,
"prestcol": 2,
"AccountTypeName": "sample string 3",
"AccountCode": "sample string 4",
"Desposit_No": 5,
"Depositar_Name": "sample string 6",
"LF": "sample string 7",
"Account_Id": 8.0,
"BranchCode": 9,
"Branch_Name": "sample string 10",
"Open_dt": "2026-01-17T22:10:49.9767401+05:30",
"Dname": "sample string 12",
"Monthcol": 1.0,
"myDate": "2026-01-17T22:10:49.9767401+05:30",
"coll_amt": 1.0,
"totalamt": 14.0,
"OPEN_DT": "2026-01-17T22:10:49.9767401+05:30",
"Remitnace": "2026-01-17T22:10:49.9767401+05:30",
"SubBranchCode": 17.0,
"subBranch_Name": "sample string 18",
"AccountTypeModel": [
{
"AccountCode": 1.0,
"Account_Name": "sample string 2"
},
{
"AccountCode": 1.0,
"Account_Name": "sample string 2"
}
],
"Pigmy_Branch": [
{
"BranchCode": 1.0,
"Branch_Name": "sample string 2"
},
{
"BranchCode": 1.0,
"Branch_Name": "sample string 2"
}
],
"PigmySubBranchModel": [
{
"SubBranchCode": 1.0,
"subBranch_Name": "sample string 2"
},
{
"SubBranchCode": 1.0,
"subBranch_Name": "sample string 2"
}
],
"PigmySchemeModel": [
{
"SchemeCode": 1.0,
"Scheme_Name": "sample string 2"
},
{
"SchemeCode": 1.0,
"Scheme_Name": "sample string 2"
}
],
"Prsent_Amt": 19,
"TempModel": [
{
"Desposit_No": "sample string 1",
"AMOUNT": 2.0
},
{
"Desposit_No": "sample string 1",
"AMOUNT": 2.0
}
],
"PresentCollection_Amount": [
{
"Prsent_Amt": 1,
"Account_Id": 2,
"Total": 3
},
{
"Prsent_Amt": 1,
"Account_Id": 2,
"Total": 3
}
],
"TotalItemsCount": "sample string 20",
"GropId": 21.0,
"SchemeCode": 22.0,
"Scheme_Name": "sample string 23",
"MyCustomer": "sample string 24",
"AllCustomer": "sample string 25",
"Entry_Date": "2026-01-17T22:10:49.9777405+05:30",
"Collection_date": "2026-01-17T22:10:49.9777405+05:30",
"Validate_Suspance": true,
"This_date": "sample string 29",
"Amount": 30.0,
"OnMoreSameDay": true
}
application/xml, text/xml
Sample:
<PigmyManualCollectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
<AccountCode>sample string 4</AccountCode>
<AccountTypeModel>
<AccountTypeModel>
<AccountCode>1</AccountCode>
<Account_Name>sample string 2</Account_Name>
</AccountTypeModel>
<AccountTypeModel>
<AccountCode>1</AccountCode>
<Account_Name>sample string 2</Account_Name>
</AccountTypeModel>
</AccountTypeModel>
<AccountTypeName>sample string 3</AccountTypeName>
<Account_Id>8</Account_Id>
<AllCustomer>sample string 25</AllCustomer>
<Amount>30</Amount>
<BranchCode>9</BranchCode>
<Branch_Name>sample string 10</Branch_Name>
<Collection_date>2026-01-17T22:10:49.9777405+05:30</Collection_date>
<Depositar_Name>sample string 6</Depositar_Name>
<Desposit_No>5</Desposit_No>
<Dname>sample string 12</Dname>
<Entry_Date>2026-01-17T22:10:49.9777405+05:30</Entry_Date>
<GropId>21</GropId>
<LF>sample string 7</LF>
<MODID>1</MODID>
<Monthcol>1</Monthcol>
<MyCustomer>sample string 24</MyCustomer>
<OPEN_DT>2026-01-17T22:10:49.9767401+05:30</OPEN_DT>
<OnMoreSameDay>true</OnMoreSameDay>
<Open_dt>2026-01-17T22:10:49.9767401+05:30</Open_dt>
<PigmySchemeModel>
<PigmySchemeModel>
<SchemeCode>1</SchemeCode>
<Scheme_Name>sample string 2</Scheme_Name>
</PigmySchemeModel>
<PigmySchemeModel>
<SchemeCode>1</SchemeCode>
<Scheme_Name>sample string 2</Scheme_Name>
</PigmySchemeModel>
</PigmySchemeModel>
<PigmySubBranchModel>
<PigmySubBranchModel>
<SubBranchCode>1</SubBranchCode>
<subBranch_Name>sample string 2</subBranch_Name>
</PigmySubBranchModel>
<PigmySubBranchModel>
<SubBranchCode>1</SubBranchCode>
<subBranch_Name>sample string 2</subBranch_Name>
</PigmySubBranchModel>
</PigmySubBranchModel>
<Pigmy_Branch>
<Pigmy_Branch>
<BranchCode>1</BranchCode>
<Branch_Name>sample string 2</Branch_Name>
</Pigmy_Branch>
<Pigmy_Branch>
<BranchCode>1</BranchCode>
<Branch_Name>sample string 2</Branch_Name>
</Pigmy_Branch>
</Pigmy_Branch>
<PresentCollection_Amount>
<PresentModel>
<Account_Id>2</Account_Id>
<Prsent_Amt>1</Prsent_Amt>
<Total>3</Total>
</PresentModel>
<PresentModel>
<Account_Id>2</Account_Id>
<Prsent_Amt>1</Prsent_Amt>
<Total>3</Total>
</PresentModel>
</PresentCollection_Amount>
<Prsent_Amt>19</Prsent_Amt>
<Remitnace>2026-01-17T22:10:49.9767401+05:30</Remitnace>
<SchemeCode>22</SchemeCode>
<Scheme_Name>sample string 23</Scheme_Name>
<SubBranchCode>17</SubBranchCode>
<TempModel>
<TempModel>
<AMOUNT>2</AMOUNT>
<Desposit_No>sample string 1</Desposit_No>
</TempModel>
<TempModel>
<AMOUNT>2</AMOUNT>
<Desposit_No>sample string 1</Desposit_No>
</TempModel>
</TempModel>
<This_date>sample string 29</This_date>
<TotalItemsCount>sample string 20</TotalItemsCount>
<Validate_Suspance>true</Validate_Suspance>
<coll_amt>1</coll_amt>
<myDate>2026-01-17T22:10:49.9767401+05:30</myDate>
<prestcol>2</prestcol>
<subBranch_Name>sample string 18</subBranch_Name>
<totalamt>14</totalamt>
</PigmyManualCollectionModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.