DELETE api/AccountType/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "AccTypeId": 1,
  "AccTypeCode": "sample string 2",
  "AccTypeName": "sample string 3",
  "HasAddress": "sample string 4",
  "IsActive": "sample string 5",
  "CompanyCode": "sample string 6"
}

text/html

Sample:
{"AccTypeId":1,"AccTypeCode":"sample string 2","AccTypeName":"sample string 3","HasAddress":"sample string 4","IsActive":"sample string 5","CompanyCode":"sample string 6"}

application/xml, text/xml

Sample:
<AccountType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models">
  <AccTypeCode>sample string 2</AccTypeCode>
  <AccTypeId>1</AccTypeId>
  <AccTypeName>sample string 3</AccTypeName>
  <CompanyCode>sample string 6</CompanyCode>
  <HasAddress>sample string 4</HasAddress>
  <IsActive>sample string 5</IsActive>
</AccountType>