PUT api/Publishers
Request Information
URI Parameters
None.
Body Parameters
Collection of PutPublisherPublicationsName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Publications | Dictionary of globally unique identifier [key] and TupleOfStringAndGuid [value] |
None. |
|
NewPublications | Collection of TupleOfStringAndGuid |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": "ea7ff817-2e5f-4fad-aafc-d1259403fda1", "Name": "sample string 2", "CompanyId": "a2205c17-79cd-4717-b980-44fcbccb279b", "Publications": { "7ae014c5-493f-40f6-a323-fd622ff3a295": { "Item1": "sample string 1", "Item2": "d4844759-0c95-4a0c-97a8-438b846575ba" }, "5a5adaa1-7002-42e8-828a-f085dd61c47c": { "Item1": "sample string 1", "Item2": "2b3b5772-2f1c-4af3-92c7-493854d64529" } }, "NewPublications": [ { "Item1": "sample string 1", "Item2": "077122a1-cad8-4c03-8559-68e197bc078a" }, { "Item1": "sample string 1", "Item2": "70e7743b-8ffb-4128-9e9e-b168db7245e2" } ] }, { "Id": "ea7ff817-2e5f-4fad-aafc-d1259403fda1", "Name": "sample string 2", "CompanyId": "a2205c17-79cd-4717-b980-44fcbccb279b", "Publications": { "7ae014c5-493f-40f6-a323-fd622ff3a295": { "Item1": "sample string 1", "Item2": "d4844759-0c95-4a0c-97a8-438b846575ba" }, "5a5adaa1-7002-42e8-828a-f085dd61c47c": { "Item1": "sample string 1", "Item2": "2b3b5772-2f1c-4af3-92c7-493854d64529" } }, "NewPublications": [ { "Item1": "sample string 1", "Item2": "077122a1-cad8-4c03-8559-68e197bc078a" }, { "Item1": "sample string 1", "Item2": "70e7743b-8ffb-4128-9e9e-b168db7245e2" } ] } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.