GET api/DeliveryApp/LookupCustomer?CustomerID={CustomerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

Required

Body Parameters

None.

Response Information

Resource Description

DeliveryCustomer
NameDescriptionTypeAdditional information
CustomerID

string

None.

CustomerName

string

None.

CustomerAddress

string

None.

Country

string

None.

City

string

None.

TelFax

string

None.

Email

string

None.

RECGUID

string

None.

PasswordMD5

string

None.

TruckingVendor

boolean

None.

Agent

boolean

None.

Vendor

boolean

None.

telegram_group_chat_id

string

None.

DisabledMobileApp

boolean

None.

TaxCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerID": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerAddress": "sample string 3",
  "Country": "sample string 4",
  "City": "sample string 5",
  "TelFax": "sample string 6",
  "Email": "sample string 7",
  "RECGUID": "sample string 8",
  "PasswordMD5": "sample string 9",
  "TruckingVendor": true,
  "Agent": true,
  "Vendor": true,
  "telegram_group_chat_id": "sample string 13",
  "DisabledMobileApp": true,
  "TaxCode": "sample string 15"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'DataAccessLayer.DALFactory' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'DataAccessLayer.DALFactory' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.