GET api/FeesType/getRecord/AvailableStock/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FeesTypeDtoName | Description | Type | Additional information |
---|---|---|---|
FeesTypeId | decimal number |
None. |
|
FeesName | string |
None. |
|
OrganizationId | decimal number |
None. |
|
BranchId | decimal number |
None. |
|
Fees_Entity | integer |
None. |
|
IntraStateTaxId | decimal number |
None. |
|
InterStateTaxId | decimal number |
None. |
|
SalesAccountId | decimal number |
None. |
|
PurchaseAccountId | decimal number |
None. |
|
SKU | string |
None. |
|
ImagePath | string |
None. |
|
HSNSACCode | string |
None. |
|
OpeningBalance | decimal number |
None. |
|
OpeningBalanceDate | date |
None. |
|
OpeningAccountId | decimal number |
None. |
|
OpeningStockRate | decimal number |
None. |
|
EditReason | string |
None. |
|
CreatedBy | decimal number |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | decimal number |
None. |
|
UpdatedDate | date |
None. |
|
Status | string |
None. |
|
SaleRate | decimal number |
None. |
|
InStockQty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FeesTypeId": 1.0, "FeesName": "sample string 2", "OrganizationId": 3.0, "BranchId": 4.0, "Fees_Entity": 5, "IntraStateTaxId": 1.0, "InterStateTaxId": 6.0, "SalesAccountId": 1.0, "PurchaseAccountId": 1.0, "SKU": "sample string 7", "ImagePath": "sample string 8", "HSNSACCode": "sample string 9", "OpeningBalance": 10.1, "OpeningBalanceDate": "2022-08-16T13:47:55.9437424+05:30", "OpeningAccountId": 12.0, "OpeningStockRate": 13.1, "EditReason": "sample string 14", "CreatedBy": 15.0, "CreatedDate": "2022-08-16T13:47:55.9437424+05:30", "UpdatedBy": 17.0, "UpdatedDate": "2022-08-16T13:47:55.9437424+05:30", "Status": "sample string 19", "SaleRate": 1.1, "InStockQty": 1.1 }, { "FeesTypeId": 1.0, "FeesName": "sample string 2", "OrganizationId": 3.0, "BranchId": 4.0, "Fees_Entity": 5, "IntraStateTaxId": 1.0, "InterStateTaxId": 6.0, "SalesAccountId": 1.0, "PurchaseAccountId": 1.0, "SKU": "sample string 7", "ImagePath": "sample string 8", "HSNSACCode": "sample string 9", "OpeningBalance": 10.1, "OpeningBalanceDate": "2022-08-16T13:47:55.9437424+05:30", "OpeningAccountId": 12.0, "OpeningStockRate": 13.1, "EditReason": "sample string 14", "CreatedBy": 15.0, "CreatedDate": "2022-08-16T13:47:55.9437424+05:30", "UpdatedBy": 17.0, "UpdatedDate": "2022-08-16T13:47:55.9437424+05:30", "Status": "sample string 19", "SaleRate": 1.1, "InStockQty": 1.1 } ]
application/xml, text/xml
Sample:
<ArrayOfFeesTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <FeesTypeDto> <BranchId>4</BranchId> <CreatedBy>15</CreatedBy> <CreatedDate>2022-08-16T13:47:55.9437424+05:30</CreatedDate> <EditReason>sample string 14</EditReason> <FeesName>sample string 2</FeesName> <FeesTypeId>1</FeesTypeId> <Fees_Entity>5</Fees_Entity> <HSNSACCode>sample string 9</HSNSACCode> <ImagePath>sample string 8</ImagePath> <InStockQty>1.1</InStockQty> <InterStateTaxId>6</InterStateTaxId> <IntraStateTaxId>1</IntraStateTaxId> <OpeningAccountId>12</OpeningAccountId> <OpeningBalance>10.1</OpeningBalance> <OpeningBalanceDate>2022-08-16T13:47:55.9437424+05:30</OpeningBalanceDate> <OpeningStockRate>13.1</OpeningStockRate> <OrganizationId>3</OrganizationId> <PurchaseAccountId>1</PurchaseAccountId> <SKU>sample string 7</SKU> <SaleRate>1.1</SaleRate> <SalesAccountId>1</SalesAccountId> <Status>sample string 19</Status> <UpdatedBy>17</UpdatedBy> <UpdatedDate>2022-08-16T13:47:55.9437424+05:30</UpdatedDate> </FeesTypeDto> <FeesTypeDto> <BranchId>4</BranchId> <CreatedBy>15</CreatedBy> <CreatedDate>2022-08-16T13:47:55.9437424+05:30</CreatedDate> <EditReason>sample string 14</EditReason> <FeesName>sample string 2</FeesName> <FeesTypeId>1</FeesTypeId> <Fees_Entity>5</Fees_Entity> <HSNSACCode>sample string 9</HSNSACCode> <ImagePath>sample string 8</ImagePath> <InStockQty>1.1</InStockQty> <InterStateTaxId>6</InterStateTaxId> <IntraStateTaxId>1</IntraStateTaxId> <OpeningAccountId>12</OpeningAccountId> <OpeningBalance>10.1</OpeningBalance> <OpeningBalanceDate>2022-08-16T13:47:55.9437424+05:30</OpeningBalanceDate> <OpeningStockRate>13.1</OpeningStockRate> <OrganizationId>3</OrganizationId> <PurchaseAccountId>1</PurchaseAccountId> <SKU>sample string 7</SKU> <SaleRate>1.1</SaleRate> <SalesAccountId>1</SalesAccountId> <Status>sample string 19</Status> <UpdatedBy>17</UpdatedBy> <UpdatedDate>2022-08-16T13:47:55.9437424+05:30</UpdatedDate> </FeesTypeDto> </ArrayOfFeesTypeDto>