GET api/BusinessCard/{id}
Gets business card.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Global Id. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
BusinessCardName | Description | Type | Additional 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-15T19:23:59.0068568+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-15T19:23:59.0068568+00:00</UpdatedDate> </BusinessCard>