POST api/YearlyDCMPeriodicityInsert?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "ab74fe1c-7d80-4ca5-9682-afd59154a0a5", "48e92948-50f7-4e0a-aed4-e1465d76d820" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>ab74fe1c-7d80-4ca5-9682-afd59154a0a5</guid> <guid>48e92948-50f7-4e0a-aed4-e1465d76d820</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.