POST api/User/GetCompanyByuserId?userId={userId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[1,2,3]

application/xml, text/xml

Sample:
<ArrayOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <long>1</long>
  <long>2</long>
  <long>3</long>
</ArrayOflong>