POST api/Publishers
Request Information
URI Parameters
None.
Body Parameters
Collection of PostPublisherPublicationsName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Publications | Collection of TupleOfStringAndGuid |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "CompanyId": "b6d92680-571b-4617-88b4-03576453716e", "Publications": [ { "Item1": "sample string 1", "Item2": "631fb3fb-15b3-433a-ab52-b4ea2be8a06d" }, { "Item1": "sample string 1", "Item2": "574834a8-771f-4f8b-90f4-05f8eeab707c" } ] }, { "Name": "sample string 1", "CompanyId": "b6d92680-571b-4617-88b4-03576453716e", "Publications": [ { "Item1": "sample string 1", "Item2": "631fb3fb-15b3-433a-ab52-b4ea2be8a06d" }, { "Item1": "sample string 1", "Item2": "574834a8-771f-4f8b-90f4-05f8eeab707c" } ] } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.