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": "a3a7414a-140f-4030-9175-98d73054e127", "compliceCategoryId": "c969c6cb-de9c-49be-bfee-8efdf6d6a8c3", "countryId": "50025c55-1207-4d30-b1fe-6169d8589df7", "internalActName": "sample string 4", "internalActDesc": "sample string 5", "compliceCategory": "sample string 6", "createdOn": "2025-03-15T23:47:27.0117697+00:00", "countryName": "sample string 8", "entityId": "3a39b2f2-e690-44bc-98cd-7d43c96facf8" }
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>c969c6cb-de9c-49be-bfee-8efdf6d6a8c3</compliceCategoryId> <countryId>50025c55-1207-4d30-b1fe-6169d8589df7</countryId> <countryName>sample string 8</countryName> <createdOn>2025-03-15T23:47:27.0117697+00:00</createdOn> <entityId>3a39b2f2-e690-44bc-98cd-7d43c96facf8</entityId> <internalActDesc>sample string 5</internalActDesc> <internalActName>sample string 4</internalActName> <internalActmappingID>a3a7414a-140f-4030-9175-98d73054e127</internalActmappingID> </EditCustomInternalAct>