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": "0f86cb1e-4332-43b3-be1a-782e1e81142a", "compliceCategoryId": "3846eec1-40f0-4474-9f70-83c2d73d8133", "countryId": "1b4f0799-ef65-46bf-a9ec-d09736411566", "internalActName": "sample string 4", "internalActDesc": "sample string 5", "compliceCategory": "sample string 6", "createdOn": "2025-03-26T08:46:44.7902195+00:00", "countryName": "sample string 8", "entityId": "c0beba6d-4a18-41f9-ac2e-c786c2be0078" }
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>3846eec1-40f0-4474-9f70-83c2d73d8133</compliceCategoryId> <countryId>1b4f0799-ef65-46bf-a9ec-d09736411566</countryId> <countryName>sample string 8</countryName> <createdOn>2025-03-26T08:46:44.7902195+00:00</createdOn> <entityId>c0beba6d-4a18-41f9-ac2e-c786c2be0078</entityId> <internalActDesc>sample string 5</internalActDesc> <internalActName>sample string 4</internalActName> <internalActmappingID>0f86cb1e-4332-43b3-be1a-782e1e81142a</internalActmappingID> </EditCustomInternalAct>