POST api/Companies/GetLinkedCustomers

Request Information

URI Parameters

None.

Body Parameters

SearchRequest
NameDescriptionTypeAdditional information
Token

string

None.

CustomerCode

string

None.

Usergroup

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "CustomerCode": "sample string 2",
  "Usergroup": 3
}

application/xml, text/xml

Sample:
<CompaniesController.SearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ordering_Portal_API.Controllers">
  <CustomerCode>sample string 2</CustomerCode>
  <Token>sample string 1</Token>
  <Usergroup>3</Usergroup>
</CompaniesController.SearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.