GET api/InternalAct?ActMappingId={ActMappingId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ActMappingId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EditCustomInternalActName | Description | Type | Additional information |
---|---|---|---|
internalActmappingID | globally unique identifier |
None. |
|
compliceCategoryId | globally unique identifier |
None. |
|
countryId | globally unique identifier |
None. |
|
internalActName | string |
None. |
|
internalActDesc | string |
None. |
|
compliceCategory | string |
None. |
|
createdOn | date |
None. |
|
countryName | string |
None. |
|
entityId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "internalActmappingID": "6cd092ff-4fb0-4c0c-9c90-75a026e19d81", "compliceCategoryId": "8b510e50-f5a6-463d-a550-a8a556ae53f3", "countryId": "e4176dc0-a29b-49e8-81be-7e2ff49732b3", "internalActName": "sample string 4", "internalActDesc": "sample string 5", "compliceCategory": "sample string 6", "createdOn": "2025-06-24T08:59:58.6218751+00:00", "countryName": "sample string 8", "entityId": "afb787cf-38a4-4879-a95c-c2222e31cc31" }
application/xml, text/xml
Sample:
<EditCustomInternalAct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <compliceCategory>sample string 6</compliceCategory> <compliceCategoryId>8b510e50-f5a6-463d-a550-a8a556ae53f3</compliceCategoryId> <countryId>e4176dc0-a29b-49e8-81be-7e2ff49732b3</countryId> <countryName>sample string 8</countryName> <createdOn>2025-06-24T08:59:58.6218751+00:00</createdOn> <entityId>afb787cf-38a4-4879-a95c-c2222e31cc31</entityId> <internalActDesc>sample string 5</internalActDesc> <internalActName>sample string 4</internalActName> <internalActmappingID>6cd092ff-4fb0-4c0c-9c90-75a026e19d81</internalActmappingID> </EditCustomInternalAct>