GET api/customerBasicDetails?customerno={customerno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerno

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerBasicInfoData
NameDescriptionTypeAdditional information
CreateOrUpdate

string

None.

CustomreId

integer

None.

CustomerRegnNo

string

None.

CustomerTaxID

string

None.

CustomerName

string

None.

PhoneNo

string

None.

FaxNo

string

None.

EmailAddress

string

None.

AddrLine1

string

None.

AddrLine2

string

None.

AddrLine3

string

None.

AddrLine4

string

None.

PostalCode

string

None.

POBox

string

None.

CityName

string

None.

CountryCode

string

None.

ContactPerson

string

None.

OutCustomerId

integer

None.

TransStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CreateOrUpdate": "sample string 1",
    "CustomreId": 2,
    "CustomerRegnNo": "sample string 3",
    "CustomerTaxID": "sample string 4",
    "CustomerName": "sample string 5",
    "PhoneNo": "sample string 6",
    "FaxNo": "sample string 7",
    "EmailAddress": "sample string 8",
    "AddrLine1": "sample string 9",
    "AddrLine2": "sample string 10",
    "AddrLine3": "sample string 11",
    "AddrLine4": "sample string 12",
    "PostalCode": "sample string 13",
    "POBox": "sample string 14",
    "CityName": "sample string 15",
    "CountryCode": "sample string 16",
    "ContactPerson": "sample string 17",
    "OutCustomerId": 18,
    "TransStatus": "sample string 19"
  },
  {
    "CreateOrUpdate": "sample string 1",
    "CustomreId": 2,
    "CustomerRegnNo": "sample string 3",
    "CustomerTaxID": "sample string 4",
    "CustomerName": "sample string 5",
    "PhoneNo": "sample string 6",
    "FaxNo": "sample string 7",
    "EmailAddress": "sample string 8",
    "AddrLine1": "sample string 9",
    "AddrLine2": "sample string 10",
    "AddrLine3": "sample string 11",
    "AddrLine4": "sample string 12",
    "PostalCode": "sample string 13",
    "POBox": "sample string 14",
    "CityName": "sample string 15",
    "CountryCode": "sample string 16",
    "ContactPerson": "sample string 17",
    "OutCustomerId": 18,
    "TransStatus": "sample string 19"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerBasicInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerDetails.Models">
  <CustomerBasicInfoData>
    <AddrLine1>sample string 9</AddrLine1>
    <AddrLine2>sample string 10</AddrLine2>
    <AddrLine3>sample string 11</AddrLine3>
    <AddrLine4>sample string 12</AddrLine4>
    <CityName>sample string 15</CityName>
    <ContactPerson>sample string 17</ContactPerson>
    <CountryCode>sample string 16</CountryCode>
    <CreateOrUpdate>sample string 1</CreateOrUpdate>
    <CustomerName>sample string 5</CustomerName>
    <CustomerRegnNo>sample string 3</CustomerRegnNo>
    <CustomerTaxID>sample string 4</CustomerTaxID>
    <CustomreId>2</CustomreId>
    <EmailAddress>sample string 8</EmailAddress>
    <FaxNo>sample string 7</FaxNo>
    <OutCustomerId>18</OutCustomerId>
    <POBox>sample string 14</POBox>
    <PhoneNo>sample string 6</PhoneNo>
    <PostalCode>sample string 13</PostalCode>
    <TransStatus>sample string 19</TransStatus>
  </CustomerBasicInfoData>
  <CustomerBasicInfoData>
    <AddrLine1>sample string 9</AddrLine1>
    <AddrLine2>sample string 10</AddrLine2>
    <AddrLine3>sample string 11</AddrLine3>
    <AddrLine4>sample string 12</AddrLine4>
    <CityName>sample string 15</CityName>
    <ContactPerson>sample string 17</ContactPerson>
    <CountryCode>sample string 16</CountryCode>
    <CreateOrUpdate>sample string 1</CreateOrUpdate>
    <CustomerName>sample string 5</CustomerName>
    <CustomerRegnNo>sample string 3</CustomerRegnNo>
    <CustomerTaxID>sample string 4</CustomerTaxID>
    <CustomreId>2</CustomreId>
    <EmailAddress>sample string 8</EmailAddress>
    <FaxNo>sample string 7</FaxNo>
    <OutCustomerId>18</OutCustomerId>
    <POBox>sample string 14</POBox>
    <PhoneNo>sample string 6</PhoneNo>
    <PostalCode>sample string 13</PostalCode>
    <TransStatus>sample string 19</TransStatus>
  </CustomerBasicInfoData>
</ArrayOfCustomerBasicInfoData>