POST api/Logistics/AddTransferBilty

Request Information

URI Parameters

None.

Body Parameters

AddTransferBiltyPrm
NameDescriptionTypeAdditional information
warehouseId

integer

None.

locationFrom

string

None.

locationTo

string

None.

invoiceNumber

string

None.

grNumber

string

None.

eWayBillNumber

string

None.

transferBiltyDate

date

None.

gstPaidTypeId

integer

None.

deliverForPartyId

integer

None.

shipToPartyId

integer

None.

netAmount

decimal number

None.

transferBiltyAmount

decimal number

None.

taxPercentage

decimal number

None.

igstPercentage

decimal number

None.

sgstPercentage

decimal number

None.

cgstPercentage

decimal number

None.

taxAmount

decimal number

None.

discountPercentage

decimal number

None.

discountAmount

decimal number

None.

extraNonTaxableChargeAmount

decimal number

None.

paidAmount

decimal number

None.

payAmount

decimal number

None.

itemsList

Collection of TransportItemsTbl

None.

challanNumber

string

None.

transporter

string

None.

vehicleNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "warehouseId": 1,
  "locationFrom": "sample string 2",
  "locationTo": "sample string 3",
  "invoiceNumber": "sample string 4",
  "grNumber": "sample string 5",
  "eWayBillNumber": "sample string 6",
  "transferBiltyDate": "2025-12-28T05:18:38.66406+00:00",
  "gstPaidTypeId": 8,
  "deliverForPartyId": 9,
  "shipToPartyId": 10,
  "netAmount": 11.0,
  "transferBiltyAmount": 12.0,
  "taxPercentage": 13.0,
  "igstPercentage": 14.0,
  "sgstPercentage": 15.0,
  "cgstPercentage": 16.0,
  "taxAmount": 17.0,
  "discountPercentage": 18.0,
  "discountAmount": 19.0,
  "extraNonTaxableChargeAmount": 20.0,
  "paidAmount": 21.0,
  "payAmount": 22.0,
  "itemsList": [
    {
      "itemMasterId": 1,
      "itemUnitPrice": 2.0,
      "itemQuantity": 3.0,
      "itemWeight": 4.0,
      "itemTotalAmount": 5.0
    },
    {
      "itemMasterId": 1,
      "itemUnitPrice": 2.0,
      "itemQuantity": 3.0,
      "itemWeight": 4.0,
      "itemTotalAmount": 5.0
    }
  ],
  "challanNumber": "sample string 23",
  "transporter": "sample string 24",
  "vehicleNumber": "sample string 25"
}

text/html

Sample:
{"warehouseId":1,"locationFrom":"sample string 2","locationTo":"sample string 3","invoiceNumber":"sample string 4","grNumber":"sample string 5","eWayBillNumber":"sample string 6","transferBiltyDate":"2025-12-28T05:18:38.66406+00:00","gstPaidTypeId":8,"deliverForPartyId":9,"shipToPartyId":10,"netAmount":11.0,"transferBiltyAmount":12.0,"taxPercentage":13.0,"igstPercentage":14.0,"sgstPercentage":15.0,"cgstPercentage":16.0,"taxAmount":17.0,"discountPercentage":18.0,"discountAmount":19.0,"extraNonTaxableChargeAmount":20.0,"paidAmount":21.0,"payAmount":22.0,"itemsList":[{"itemMasterId":1,"itemUnitPrice":2.0,"itemQuantity":3.0,"itemWeight":4.0,"itemTotalAmount":5.0},{"itemMasterId":1,"itemUnitPrice":2.0,"itemQuantity":3.0,"itemWeight":4.0,"itemTotalAmount":5.0}],"challanNumber":"sample string 23","transporter":"sample string 24","vehicleNumber":"sample string 25"}

application/xml, text/xml

Sample:
<AddTransferBiltyPrm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <cgstPercentage>16</cgstPercentage>
  <challanNumber>sample string 23</challanNumber>
  <deliverForPartyId>9</deliverForPartyId>
  <discountAmount>19</discountAmount>
  <discountPercentage>18</discountPercentage>
  <eWayBillNumber>sample string 6</eWayBillNumber>
  <extraNonTaxableChargeAmount>20</extraNonTaxableChargeAmount>
  <grNumber>sample string 5</grNumber>
  <gstPaidTypeId>8</gstPaidTypeId>
  <igstPercentage>14</igstPercentage>
  <invoiceNumber>sample string 4</invoiceNumber>
  <itemsList>
    <TransportItemsTbl>
      <itemMasterId>1</itemMasterId>
      <itemQuantity>3</itemQuantity>
      <itemTotalAmount>5</itemTotalAmount>
      <itemUnitPrice>2</itemUnitPrice>
      <itemWeight>4</itemWeight>
    </TransportItemsTbl>
    <TransportItemsTbl>
      <itemMasterId>1</itemMasterId>
      <itemQuantity>3</itemQuantity>
      <itemTotalAmount>5</itemTotalAmount>
      <itemUnitPrice>2</itemUnitPrice>
      <itemWeight>4</itemWeight>
    </TransportItemsTbl>
  </itemsList>
  <locationFrom>sample string 2</locationFrom>
  <locationTo>sample string 3</locationTo>
  <netAmount>11</netAmount>
  <paidAmount>21</paidAmount>
  <payAmount>22</payAmount>
  <sgstPercentage>15</sgstPercentage>
  <shipToPartyId>10</shipToPartyId>
  <taxAmount>17</taxAmount>
  <taxPercentage>13</taxPercentage>
  <transferBiltyAmount>12</transferBiltyAmount>
  <transferBiltyDate>2025-12-28T05:18:38.66406+00:00</transferBiltyDate>
  <transporter>sample string 24</transporter>
  <vehicleNumber>sample string 25</vehicleNumber>
  <warehouseId>1</warehouseId>
</AddTransferBiltyPrm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2025/12/28 05:18:38",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

text/html

Sample:
{"Version":"1.0.0","dateTime":"2025/12/28 05:18:38","StatusCode":1,"ErrorMessage":"sample string 2","Result":{}}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
  <StatusCode>1</StatusCode>
</VCAPIResponse>