GET api/CustomerAccounts/{id}

Documentation for 'GetCustomerAccounts'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "CustomerLoginID": "sample string 1",
  "CustomerWholegoodID": "sample string 2",
  "ViewOnly": true
}

text/html

Sample:
{"CustomerLoginID":"sample string 1","CustomerWholegoodID":"sample string 2","ViewOnly":true}

application/xml, text/xml

Sample:
<WR_CustomerAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AAJV.Api.Models">
  <CustomerLoginID>sample string 1</CustomerLoginID>
  <CustomerWholegoodID>sample string 2</CustomerWholegoodID>
  <ViewOnly>true</ViewOnly>
</WR_CustomerAccounts>