DELETE api/BusinessCard

Deletes a BusinessCard.

Request Information

URI Parameters

None.

Body Parameters

BusinessCard.

BusinessCard
NameDescriptionTypeAdditional information
UpdateType

string

None.

FileId

integer

None.

Title

string

None.

Filename

string

None.

OriginalFilename

string

None.

ObjectTypeId

integer

None.

FileUrl

string

None.

GlobalId

string

None.

ContentType

string

None.

FileType

string

None.

SupplierId

integer

None.

SupplierName

string

None.

SupplierGlobalId

string

None.

ContactName

string

None.

ContactPhone

string

None.

ContactEmail

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

CustomerId

integer

None.

CustomerDisplayName

string

None.

CustomerGlobalId

string

None.

CustomerPhone

string

None.

CustomerEmail

string

None.

OrganizationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "FileId": 2,
  "Title": "sample string 3",
  "Filename": "sample string 4",
  "OriginalFilename": "sample string 5",
  "ObjectTypeId": 1,
  "FileUrl": "sample string 6",
  "GlobalId": "sample string 7",
  "ContentType": "sample string 8",
  "FileType": "sample string 9",
  "SupplierId": 1,
  "SupplierName": "sample string 10",
  "SupplierGlobalId": "sample string 11",
  "ContactName": "sample string 12",
  "ContactPhone": "sample string 13",
  "ContactEmail": "sample string 14",
  "UpdatedDate": "2025-01-16T05:09:07.4302678+00:00",
  "UpdatedBy": "sample string 15",
  "UpdatedByName": "sample string 16",
  "CustomerId": 1,
  "CustomerDisplayName": "sample string 17",
  "CustomerGlobalId": "sample string 18",
  "CustomerPhone": "sample string 19",
  "CustomerEmail": "sample string 20",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<BusinessCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <ContactEmail>sample string 14</ContactEmail>
  <ContactName>sample string 12</ContactName>
  <ContactPhone>sample string 13</ContactPhone>
  <ContentType>sample string 8</ContentType>
  <CustomerDisplayName>sample string 17</CustomerDisplayName>
  <CustomerEmail>sample string 20</CustomerEmail>
  <CustomerGlobalId>sample string 18</CustomerGlobalId>
  <CustomerId>1</CustomerId>
  <CustomerPhone>sample string 19</CustomerPhone>
  <FileId>2</FileId>
  <FileType>sample string 9</FileType>
  <FileUrl>sample string 6</FileUrl>
  <Filename>sample string 4</Filename>
  <GlobalId>sample string 7</GlobalId>
  <ObjectTypeId>1</ObjectTypeId>
  <OrganizationId>1</OrganizationId>
  <OriginalFilename>sample string 5</OriginalFilename>
  <SupplierGlobalId>sample string 11</SupplierGlobalId>
  <SupplierId>1</SupplierId>
  <SupplierName>sample string 10</SupplierName>
  <Title>sample string 3</Title>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 15</UpdatedBy>
  <UpdatedByName>sample string 16</UpdatedByName>
  <UpdatedDate>2025-01-16T05:09:07.4302678+00:00</UpdatedDate>
</BusinessCard>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BusinessCard
NameDescriptionTypeAdditional information
UpdateType

string

None.

FileId

integer

None.

Title

string

None.

Filename

string

None.

OriginalFilename

string

None.

ObjectTypeId

integer

None.

FileUrl

string

None.

GlobalId

string

None.

ContentType

string

None.

FileType

string

None.

SupplierId

integer

None.

SupplierName

string

None.

SupplierGlobalId

string

None.

ContactName

string

None.

ContactPhone

string

None.

ContactEmail

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

CustomerId

integer

None.

CustomerDisplayName

string

None.

CustomerGlobalId

string

None.

CustomerPhone

string

None.

CustomerEmail

string

None.

OrganizationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "FileId": 2,
  "Title": "sample string 3",
  "Filename": "sample string 4",
  "OriginalFilename": "sample string 5",
  "ObjectTypeId": 1,
  "FileUrl": "sample string 6",
  "GlobalId": "sample string 7",
  "ContentType": "sample string 8",
  "FileType": "sample string 9",
  "SupplierId": 1,
  "SupplierName": "sample string 10",
  "SupplierGlobalId": "sample string 11",
  "ContactName": "sample string 12",
  "ContactPhone": "sample string 13",
  "ContactEmail": "sample string 14",
  "UpdatedDate": "2025-01-16T05:09:07.4302678+00:00",
  "UpdatedBy": "sample string 15",
  "UpdatedByName": "sample string 16",
  "CustomerId": 1,
  "CustomerDisplayName": "sample string 17",
  "CustomerGlobalId": "sample string 18",
  "CustomerPhone": "sample string 19",
  "CustomerEmail": "sample string 20",
  "OrganizationId": 1
}

application/xml, text/xml

Sample:
<BusinessCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <ContactEmail>sample string 14</ContactEmail>
  <ContactName>sample string 12</ContactName>
  <ContactPhone>sample string 13</ContactPhone>
  <ContentType>sample string 8</ContentType>
  <CustomerDisplayName>sample string 17</CustomerDisplayName>
  <CustomerEmail>sample string 20</CustomerEmail>
  <CustomerGlobalId>sample string 18</CustomerGlobalId>
  <CustomerId>1</CustomerId>
  <CustomerPhone>sample string 19</CustomerPhone>
  <FileId>2</FileId>
  <FileType>sample string 9</FileType>
  <FileUrl>sample string 6</FileUrl>
  <Filename>sample string 4</Filename>
  <GlobalId>sample string 7</GlobalId>
  <ObjectTypeId>1</ObjectTypeId>
  <OrganizationId>1</OrganizationId>
  <OriginalFilename>sample string 5</OriginalFilename>
  <SupplierGlobalId>sample string 11</SupplierGlobalId>
  <SupplierId>1</SupplierId>
  <SupplierName>sample string 10</SupplierName>
  <Title>sample string 3</Title>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 15</UpdatedBy>
  <UpdatedByName>sample string 16</UpdatedByName>
  <UpdatedDate>2025-01-16T05:09:07.4302678+00:00</UpdatedDate>
</BusinessCard>