POST api/V1/Invoice/DeleteInvoice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
invoice
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InvoiceId": 1,
  "BuilityId": 2,
  "TransporterId": 3,
  "CompanyId": 4,
  "TransporterLogo": "sample string 5",
  "TransportName": "sample string 6",
  "TagLine": "sample string 7",
  "ServiceArea": "sample string 8",
  "GSTNumber": "sample string 9",
  "PANNumber": "sample string 10",
  "TANNumber": "sample string 11",
  "CINNumber": "sample string 12",
  "TransporterCityName": "sample string 13",
  "RegistrationNumber": "sample string 14",
  "AddressLine1": "sample string 15",
  "AddressLine2": "sample string 16",
  "StateId": 17,
  "CityId": 18,
  "PinCode": "sample string 19",
  "BranchCode": "sample string 20",
  "ContactPerson": "sample string 21",
  "Email": "sample string 22",
  "Website": "sample string 23",
  "OtherInformation": "sample string 24",
  "MobileNo": "sample string 25",
  "Date": "sample string 26",
  "CompanyName": "sample string 27",
  "Address": "sample string 28",
  "CustomerId": 29,
  "UserId": 30,
  "IsDeleted": true,
  "IsActive": true,
  "StateName": "sample string 33",
  "CityName": "sample string 34",
  "AppSource": 35,
  "CreatedOn": "sample string 36",
  "Path": "sample string 37",
  "CustomerContactPerson": "sample string 38",
  "CustomerMobileNo": "sample string 39",
  "CustomerGSTNumber": "sample string 40",
  "CustomerStateId": 41,
  "CustomerCityId": 42,
  "CustomerPinCode": "sample string 43",
  "CustomerEmailId": "sample string 44",
  "CustomerAddress": "sample string 45",
  "CustomerStateName": "sample string 46",
  "CustomerCityName": "sample string 47",
  "CustomerCompanyName": "sample string 48",
  "SACCode": "sample string 49",
  "TotalAmount": "sample string 50",
  "InvoiceNumber": "sample string 51",
  "InvoiceDate": "sample string 52",
  "ToDescription": "sample string 53",
  "Particulars": "sample string 54",
  "ExtraCharges": "sample string 55",
  "Version": "sample string 56",
  "Tenant": "sample string 57",
  "ActivityId": "sample string 58"
}

application/xml, text/xml

Sample:
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Invoice">
  <_x003C_ActivityId_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 58</_x003C_ActivityId_x003E_k__BackingField>
  <_x003C_Tenant_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 57</_x003C_Tenant_x003E_k__BackingField>
  <_x003C_Version_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Core.Contracts">sample string 56</_x003C_Version_x003E_k__BackingField>
  <Address>sample string 28</Address>
  <AddressLine1>sample string 15</AddressLine1>
  <AddressLine2>sample string 16</AddressLine2>
  <AppSource>35</AppSource>
  <BranchCode>sample string 20</BranchCode>
  <BuilityId>2</BuilityId>
  <CINNumber>sample string 12</CINNumber>
  <CityId>18</CityId>
  <CityName>sample string 34</CityName>
  <CompanyId>4</CompanyId>
  <CompanyName>sample string 27</CompanyName>
  <ContactPerson>sample string 21</ContactPerson>
  <CreatedOn>sample string 36</CreatedOn>
  <CustomerAddress>sample string 45</CustomerAddress>
  <CustomerCityId>42</CustomerCityId>
  <CustomerCityName>sample string 47</CustomerCityName>
  <CustomerCompanyName>sample string 48</CustomerCompanyName>
  <CustomerContactPerson>sample string 38</CustomerContactPerson>
  <CustomerEmailId>sample string 44</CustomerEmailId>
  <CustomerGSTNumber>sample string 40</CustomerGSTNumber>
  <CustomerId>29</CustomerId>
  <CustomerMobileNo>sample string 39</CustomerMobileNo>
  <CustomerPinCode>sample string 43</CustomerPinCode>
  <CustomerStateId>41</CustomerStateId>
  <CustomerStateName>sample string 46</CustomerStateName>
  <Date>sample string 26</Date>
  <Email>sample string 22</Email>
  <ExtraCharges>sample string 55</ExtraCharges>
  <GSTNumber>sample string 9</GSTNumber>
  <InvoiceDate>sample string 52</InvoiceDate>
  <InvoiceId>1</InvoiceId>
  <InvoiceNumber>sample string 51</InvoiceNumber>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <MobileNo>sample string 25</MobileNo>
  <OtherInformation>sample string 24</OtherInformation>
  <PANNumber>sample string 10</PANNumber>
  <Particulars>sample string 54</Particulars>
  <Path>sample string 37</Path>
  <PinCode>sample string 19</PinCode>
  <RegistrationNumber>sample string 14</RegistrationNumber>
  <SACCode>sample string 49</SACCode>
  <ServiceArea>sample string 8</ServiceArea>
  <StateId>17</StateId>
  <StateName>sample string 33</StateName>
  <TANNumber>sample string 11</TANNumber>
  <TagLine>sample string 7</TagLine>
  <ToDescription>sample string 53</ToDescription>
  <TotalAmount>sample string 50</TotalAmount>
  <TransportName>sample string 6</TransportName>
  <TransporterCityName>sample string 13</TransporterCityName>
  <TransporterId>3</TransporterId>
  <TransporterLogo>sample string 5</TransporterLogo>
  <UserId>30</UserId>
  <Website>sample string 23</Website>
</Invoice>

application/x-www-form-urlencoded

Sample:

Sample not available.