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": "14a6aa2e-8db6-471d-952f-bcd3425e6bd1", "compliceCategoryId": "516b8e54-7198-4383-be55-4b349a52d2b0", "countryId": "d8bae307-20e7-45dd-9b78-4c5062622e2a", "internalActName": "sample string 4", "internalActDesc": "sample string 5", "compliceCategory": "sample string 6", "createdOn": "2025-03-14T01:24:08.3982696+00:00", "countryName": "sample string 8", "entityId": "5dc8fa03-a3b4-4b49-ba25-78fcf4f0811f" }
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>516b8e54-7198-4383-be55-4b349a52d2b0</compliceCategoryId> <countryId>d8bae307-20e7-45dd-9b78-4c5062622e2a</countryId> <countryName>sample string 8</countryName> <createdOn>2025-03-14T01:24:08.3982696+00:00</createdOn> <entityId>5dc8fa03-a3b4-4b49-ba25-78fcf4f0811f</entityId> <internalActDesc>sample string 5</internalActDesc> <internalActName>sample string 4</internalActName> <internalActmappingID>14a6aa2e-8db6-471d-952f-bcd3425e6bd1</internalActmappingID> </EditCustomInternalAct>