PUT api/ActMasters?ActID={ActID}
edit act in database
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ActID |
for which act we need to update |
globally unique identifier |
Required |
Body Parameters
containds all the property of act need to be updated
CustomActAndRulesName | Description | Type | Additional information |
---|---|---|---|
sn | string |
None. |
|
totalcount | integer |
None. |
|
AssessmentCycleID | string |
None. |
|
ActId | globally unique identifier |
None. |
|
ActMappingId | globally unique identifier |
None. |
|
Act | string |
None. |
|
LocationID | globally unique identifier |
None. |
|
EntityID | globally unique identifier |
None. |
|
ComplainceCategoryID | globally unique identifier |
None. |
|
ComplainceTypeId | globally unique identifier |
None. |
|
CountryID | globally unique identifier |
None. |
|
StateID | globally unique identifier |
None. |
|
LocationDescription | string |
None. |
|
entity | string |
None. |
|
EntityDescription | string |
None. |
|
ComplainceCategory | string |
None. |
|
ComplainceCategoryDescription | string |
None. |
|
ComplainceType | string |
None. |
|
ComplainceDescription | string |
None. |
|
Country | string |
None. |
|
CountryDescription | string |
None. |
|
ClientID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "sn": "sample string 1", "totalcount": 2, "AssessmentCycleID": "sample string 3", "ActId": "bc8df77b-98b4-4e91-b9d8-96e0777707a5", "ActMappingId": "5d586113-f1b8-4d88-ad31-72a2c70da93c", "Act": "sample string 6", "LocationID": "90fc1186-0897-44f3-8d4a-658bd10803d3", "EntityID": "41c795be-952d-41fd-89df-feafb052add7", "ComplainceCategoryID": "1b6d0f55-2e0b-4e77-9655-9e52c01f1313", "ComplainceTypeId": "32df3dc6-f1e4-4cbf-8b98-d32ce14c183d", "CountryID": "9bd1df36-7135-44ae-a034-4c7135d258df", "StateID": "278d2970-26ca-4928-a9df-5a32af6f13ec", "LocationDescription": "sample string 13", "entity": "sample string 14", "EntityDescription": "sample string 15", "ComplainceCategory": "sample string 16", "ComplainceCategoryDescription": "sample string 17", "ComplainceType": "sample string 18", "ComplainceDescription": "sample string 19", "Country": "sample string 20", "CountryDescription": "sample string 21", "ClientID": "951ddfd7-948f-41a3-8060-2c0eb7868b1e" }
application/xml, text/xml
Sample:
<CustomActAndRules xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <Act>sample string 6</Act> <ActId>bc8df77b-98b4-4e91-b9d8-96e0777707a5</ActId> <ActMappingId>5d586113-f1b8-4d88-ad31-72a2c70da93c</ActMappingId> <AssessmentCycleID>sample string 3</AssessmentCycleID> <ClientID>951ddfd7-948f-41a3-8060-2c0eb7868b1e</ClientID> <ComplainceCategory>sample string 16</ComplainceCategory> <ComplainceCategoryDescription>sample string 17</ComplainceCategoryDescription> <ComplainceCategoryID>1b6d0f55-2e0b-4e77-9655-9e52c01f1313</ComplainceCategoryID> <ComplainceDescription>sample string 19</ComplainceDescription> <ComplainceType>sample string 18</ComplainceType> <ComplainceTypeId>32df3dc6-f1e4-4cbf-8b98-d32ce14c183d</ComplainceTypeId> <Country>sample string 20</Country> <CountryDescription>sample string 21</CountryDescription> <CountryID>9bd1df36-7135-44ae-a034-4c7135d258df</CountryID> <EntityDescription>sample string 15</EntityDescription> <EntityID>41c795be-952d-41fd-89df-feafb052add7</EntityID> <LocationDescription>sample string 13</LocationDescription> <LocationID>90fc1186-0897-44f3-8d4a-658bd10803d3</LocationID> <StateID>278d2970-26ca-4928-a9df-5a32af6f13ec</StateID> <entity>sample string 14</entity> <sn>sample string 1</sn> <totalcount>2</totalcount> </CustomActAndRules>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClientMasterName | Description | Type | Additional information |
---|---|---|---|
ClientMasterID | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
ClientDescription | string |
None. |
|
Location | string |
None. |
|
CreatedBy | globally unique identifier |
None. |
|
CreatedOn | date |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedOn | date |
None. |
|
ExpiredOn | date |
None. |
|
Prefix | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClientMasterID": "9a688219-6943-4e7f-bfcc-f7e4ccac904d", "ClientName": "sample string 2", "ClientDescription": "sample string 3", "Location": "sample string 4", "CreatedBy": "247a7aa7-91a3-4675-949f-6ce4a9ce0438", "CreatedOn": "2025-06-24T06:23:58.237947+00:00", "ModifiedBy": "7f8eaffe-f140-44eb-bf37-964365d021a9", "ModifiedOn": "2025-06-24T06:23:58.237947+00:00", "ExpiredOn": "2025-06-24T06:23:58.237947+00:00", "Prefix": "sample string 9" }
application/xml, text/xml
Sample:
<ClientMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models"> <ClientDescription>sample string 3</ClientDescription> <ClientMasterID>9a688219-6943-4e7f-bfcc-f7e4ccac904d</ClientMasterID> <ClientName>sample string 2</ClientName> <CreatedBy>247a7aa7-91a3-4675-949f-6ce4a9ce0438</CreatedBy> <CreatedOn>2025-06-24T06:23:58.237947+00:00</CreatedOn> <ExpiredOn>2025-06-24T06:23:58.237947+00:00</ExpiredOn> <Location>sample string 4</Location> <ModifiedBy>7f8eaffe-f140-44eb-bf37-964365d021a9</ModifiedBy> <ModifiedOn>2025-06-24T06:23:58.237947+00:00</ModifiedOn> <Prefix>sample string 9</Prefix> </ClientMaster>