POST api/Shared/GetCategoriesByTherapeuticIds

Request Information

URI Parameters

None.

Body Parameters

CompanyAndCategoryDto
NameDescriptionTypeAdditional information
loginId

globally unique identifier

None.

therapeuticIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "loginId": "44ac6a81-86c2-4ede-8f96-2cf5721ec671",
  "therapeuticIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<CompanyAndCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LookBook_Api.Models.Dto">
  <loginId>44ac6a81-86c2-4ede-8f96-2cf5721ec671</loginId>
  <therapeuticIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </therapeuticIds>
</CompanyAndCategoryDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Category
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Active

integer

None.

ParentCategory

integer

None.

Logo

string

None.

Children

Collection of Category

None.

Path

Collection of integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.