PUT api/DCMSteerinCommitteeMaster/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomSteeringCommitteeDCMName | Description | Type | Additional information |
---|---|---|---|
SteeringCommitteeID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CountryId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
SterringCommiteeID | globally unique identifier |
None. |
|
SterringCommitee | string |
None. |
|
CountryName | string |
None. |
|
EntityName | string |
None. |
|
CreatedOn | date |
None. |
|
ClientId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SteeringCommitteeID": "59d4e2c9-c839-4c77-9f40-523acbc23efb", "Name": "sample string 2", "Description": "sample string 3", "CountryId": "3e4bde25-faea-439b-a6e5-f61023bdf11c", "EntityId": "029779c7-b02f-452d-b747-9fe5630f9e14", "SterringCommiteeID": "100221b3-fbb6-45e6-8379-fc46dffeb1ea", "SterringCommitee": "sample string 7", "CountryName": "sample string 8", "EntityName": "sample string 9", "CreatedOn": "2025-06-23T17:13:24.0889369+00:00", "ClientId": "db4d384d-2537-4516-b608-3ae59a27fd58" }
application/xml, text/xml
Sample:
<CustomSteeringCommitteeDCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <ClientId>db4d384d-2537-4516-b608-3ae59a27fd58</ClientId> <CountryId>3e4bde25-faea-439b-a6e5-f61023bdf11c</CountryId> <CountryName>sample string 8</CountryName> <CreatedOn>2025-06-23T17:13:24.0889369+00:00</CreatedOn> <Description>sample string 3</Description> <EntityId>029779c7-b02f-452d-b747-9fe5630f9e14</EntityId> <EntityName>sample string 9</EntityName> <Name>sample string 2</Name> <SteeringCommitteeID>59d4e2c9-c839-4c77-9f40-523acbc23efb</SteeringCommitteeID> <SterringCommitee>sample string 7</SterringCommitee> <SterringCommiteeID>100221b3-fbb6-45e6-8379-fc46dffeb1ea</SterringCommiteeID> </CustomSteeringCommitteeDCM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.