GET api/Publishers/Companies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyPublisherName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
CompanyName | string |
None. |
|
PublisherId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CompanyId": "203f9222-7711-4cb1-9df8-acf767d2b7d1", "CompanyName": "sample string 2", "PublisherId": "04a5792b-e17e-42a4-a7d6-1b59b98eec52" }, { "CompanyId": "203f9222-7711-4cb1-9df8-acf767d2b7d1", "CompanyName": "sample string 2", "PublisherId": "04a5792b-e17e-42a4-a7d6-1b59b98eec52" } ]
application/xml, text/xml
Sample:
<ArrayOfCompanyPublisher xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CompanyPublisher> <CompanyId>203f9222-7711-4cb1-9df8-acf767d2b7d1</CompanyId> <CompanyName>sample string 2</CompanyName> <PublisherId>04a5792b-e17e-42a4-a7d6-1b59b98eec52</PublisherId> </CompanyPublisher> <CompanyPublisher> <CompanyId>203f9222-7711-4cb1-9df8-acf767d2b7d1</CompanyId> <CompanyName>sample string 2</CompanyName> <PublisherId>04a5792b-e17e-42a4-a7d6-1b59b98eec52</PublisherId> </CompanyPublisher> </ArrayOfCompanyPublisher>