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:
[ "99bbb556-6c01-46c8-a661-f1c7137587a8", "b129c2cc-4c6d-4718-a97d-75db64c4e315" ]
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>99bbb556-6c01-46c8-a661-f1c7137587a8</guid> <guid>b129c2cc-4c6d-4718-a97d-75db64c4e315</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.