POST api/BillRounding/GetBillRoundingByTranType
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ID": "c490c959-b045-463d-9115-3a832808ef30",
"CompID": "bb5eb8ed-51c5-4eb5-ac66-e6c016218308",
"BillRoundingAcntId": "fb03a473-fb36-4e86-9abc-86fdb9c04cce",
"RoundTo": 3,
"RoundAmt": 4.0,
"SorPType": "sample string 5",
"CreatedBy": "edb840d1-2aab-445c-a4c1-339956afb632",
"CreatedDate": "2026-04-18T17:07:37.1777842+05:30",
"ModifiedBy": "45c95125-70b5-4ad3-a5a3-9b507befbfe3",
"ModifiedDate": "2026-04-18T17:07:37.1777842+05:30",
"BillRoundingAcntName": "sample string 8"
}
text/html
Sample:
{"ID":"c490c959-b045-463d-9115-3a832808ef30","CompID":"bb5eb8ed-51c5-4eb5-ac66-e6c016218308","BillRoundingAcntId":"fb03a473-fb36-4e86-9abc-86fdb9c04cce","RoundTo":3,"RoundAmt":4.0,"SorPType":"sample string 5","CreatedBy":"edb840d1-2aab-445c-a4c1-339956afb632","CreatedDate":"2026-04-18T17:07:37.1777842+05:30","ModifiedBy":"45c95125-70b5-4ad3-a5a3-9b507befbfe3","ModifiedDate":"2026-04-18T17:07:37.1777842+05:30","BillRoundingAcntName":"sample string 8"}
application/xml, text/xml
Sample:
<BillRoundingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <BillRoundingAcntId>fb03a473-fb36-4e86-9abc-86fdb9c04cce</BillRoundingAcntId> <BillRoundingAcntName>sample string 8</BillRoundingAcntName> <CompID>bb5eb8ed-51c5-4eb5-ac66-e6c016218308</CompID> <CreatedBy>edb840d1-2aab-445c-a4c1-339956afb632</CreatedBy> <CreatedDate>2026-04-18T17:07:37.1777842+05:30</CreatedDate> <ID>c490c959-b045-463d-9115-3a832808ef30</ID> <ModifiedBy>45c95125-70b5-4ad3-a5a3-9b507befbfe3</ModifiedBy> <ModifiedDate>2026-04-18T17:07:37.1777842+05:30</ModifiedDate> <RoundAmt>4</RoundAmt> <RoundTo>3</RoundTo> <SorPType>sample string 5</SorPType> </BillRoundingModel>