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:
[ "d95fe5ee-c308-4377-b0a6-50b9d11d56d1", "a62a130d-f1e4-4943-9fbb-d192f53008a3" ]
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>d95fe5ee-c308-4377-b0a6-50b9d11d56d1</guid> <guid>a62a130d-f1e4-4943-9fbb-d192f53008a3</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.