GET api/Card?CardNumber={CardNumber}
Search Card based on SiteID and CardNumber
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNumber |
CardNumber to search for, minimum 10 digits |
string |
Required |
Body Parameters
Core.Model.Company
Company| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CountryID | globally unique identifier |
None. |
|
| FacilityEID | string |
None. |
|
| Name | string |
None. |
|
| VATPercent | decimal number |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| TelePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| TeleFax | string |
None. |
|
| BankAccountNo | string |
None. |
|
| OrgNo | string |
None. |
|
| ReceiptText | string |
None. |
|
| Reference | string |
None. |
|
| IsCreateNewCardByUSBReaderVisible | boolean |
None. |
|
| IsCreateNewCardVisible | boolean |
None. |
|
| IsCreateNewCardByCardReaderVisible | boolean |
None. |
|
| IsCreateNewCardByManualInputVisible | boolean |
None. |
|
| IsCreateNewTemplateCardVisible | boolean |
None. |
|
| IsSendFixedPriceToPanelActive | boolean |
None. |
|
| IsSendStatusFileSuffixToPanelActive | boolean |
None. |
|
| StartCardSer | string |
None. |
|
| CardDate | string |
None. |
|
| MaxCardID | integer |
None. |
|
| ReferenceNo | string |
None. |
|
| FileExportPath | string |
None. |
|
| AffiliateID | globally unique identifier |
None. |
|
| ZipCode | string |
None. |
|
| City | string |
None. |
|
| MaxPersonelCardID | integer |
None. |
|
| Created | date |
None. |
|
| AffiliateReference | EntityReferenceOfAffiliate |
None. |
|
| CountryReference | EntityReferenceOfCountry |
None. |
|
| EntityKey | EntityKey |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Core.Model.Card -object
Card| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CompanyID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
None. |
|
| CarTypeID | globally unique identifier |
None. |
|
| CardTypeID | globally unique identifier |
None. |
|
| CountryID | globally unique identifier |
None. |
|
| DBCardNo | integer |
None. |
|
| CardNumber | string |
None. |
|
| TelePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| RegistrationNumber | string |
None. |
|
| PinCode | string |
None. |
|
| Description | string |
None. |
|
| IsRegistrationNumberDemanded | boolean |
None. |
|
| IsRequisitionDemanded | boolean |
None. |
|
| FixedPrice | decimal number |
None. |
|
| IsTrailerRegistrationNumberDemanded | boolean |
None. |
|
| IsDisabled | boolean |
None. |
|
| Created | date |
None. |
|
| LastUsed | date |
None. |
|
| EmailReceipt | boolean |
None. |
|
| string |
None. |
||
| InvoiceReference | string |
None. |
|
| CardTypeReference | EntityReferenceOfCardType |
None. |
|
| CarTypeReference | EntityReferenceOfCarType |
None. |
|
| CompanyReference | EntityReferenceOfCompany |
None. |
|
| CountryReference | EntityReferenceOfCountry |
None. |
|
| CustomerReference | EntityReferenceOfCustomer |
None. |
|
| EntityKey | EntityKey |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.