GET api/GetCustomerAsset?APIKey={APIKey}&CustomerID={CustomerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

string

None.

CustomerID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AssetCustomerDataModel
NameDescriptionTypeAdditional information
AssetCustomerID

integer

None.

AssetID

integer

None.

CustomerID

integer

None.

CustomerCode

string

None.

CustomerName

string

None.

CustomerEmail

string

None.

PhoneCode

string

None.

PhoneNo

string

None.

AccountNumber

string

None.

CustomerAddress

string

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
[
  {
    "assetCustomerID": 1,
    "assetID": 1,
    "customerID": 1,
    "customerCode": "sample string 1",
    "customerName": "sample string 2",
    "customerEmail": "sample string 3",
    "phoneCode": "sample string 4",
    "phoneNo": "sample string 5",
    "accountNumber": "sample string 6",
    "customerAddress": "sample string 7"
  },
  {
    "assetCustomerID": 1,
    "assetID": 1,
    "customerID": 1,
    "customerCode": "sample string 1",
    "customerName": "sample string 2",
    "customerEmail": "sample string 3",
    "phoneCode": "sample string 4",
    "phoneNo": "sample string 5",
    "accountNumber": "sample string 6",
    "customerAddress": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAssetCustomerDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <AssetCustomerDataModel>
    <AccountNumber>sample string 6</AccountNumber>
    <AssetCustomerID>1</AssetCustomerID>
    <AssetID>1</AssetID>
    <CustomerAddress>sample string 7</CustomerAddress>
    <CustomerCode>sample string 1</CustomerCode>
    <CustomerEmail>sample string 3</CustomerEmail>
    <CustomerID>1</CustomerID>
    <CustomerName>sample string 2</CustomerName>
    <PhoneCode>sample string 4</PhoneCode>
    <PhoneNo>sample string 5</PhoneNo>
  </AssetCustomerDataModel>
  <AssetCustomerDataModel>
    <AccountNumber>sample string 6</AccountNumber>
    <AssetCustomerID>1</AssetCustomerID>
    <AssetID>1</AssetID>
    <CustomerAddress>sample string 7</CustomerAddress>
    <CustomerCode>sample string 1</CustomerCode>
    <CustomerEmail>sample string 3</CustomerEmail>
    <CustomerID>1</CustomerID>
    <CustomerName>sample string 2</CustomerName>
    <PhoneCode>sample string 4</PhoneCode>
    <PhoneNo>sample string 5</PhoneNo>
  </AssetCustomerDataModel>
</ArrayOfAssetCustomerDataModel>

multipart/form-data

Sample:
<ArrayOfAssetCustomerDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><AssetCustomerDataModel><AccountNumber>sample string 6</AccountNumber><AssetCustomerID>1</AssetCustomerID><AssetID>1</AssetID><CustomerAddress>sample string 7</CustomerAddress><CustomerCode>sample string 1</CustomerCode><CustomerEmail>sample string 3</CustomerEmail><CustomerID>1</CustomerID><CustomerName>sample string 2</CustomerName><PhoneCode>sample string 4</PhoneCode><PhoneNo>sample string 5</PhoneNo></AssetCustomerDataModel><AssetCustomerDataModel><AccountNumber>sample string 6</AccountNumber><AssetCustomerID>1</AssetCustomerID><AssetID>1</AssetID><CustomerAddress>sample string 7</CustomerAddress><CustomerCode>sample string 1</CustomerCode><CustomerEmail>sample string 3</CustomerEmail><CustomerID>1</CustomerID><CustomerName>sample string 2</CustomerName><PhoneCode>sample string 4</PhoneCode><PhoneNo>sample string 5</PhoneNo></AssetCustomerDataModel></ArrayOfAssetCustomerDataModel>