POST api/startpreparedata
Request Information
URI Parameters
None.
Body Parameters
IngestionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| fileName | string |
None. |
|
| reportingperiod | date |
None. |
|
| reportpackid | integer |
None. |
|
| reportpacktitle | string |
None. |
|
| reportpackdesc | string |
None. |
|
| changereason | string |
None. |
|
| reportPackSequenceId | integer |
None. |
|
| reportPackSequenceName | string |
None. |
|
| reportPackSequenceDescription | string |
None. |
|
| reportsToPrepare | string |
None. |
|
| fileHeaders | string |
None. |
|
| fileDelimiter | character |
None. |
|
| tableId | integer |
None. |
|
| loadId | integer |
None. |
|
| accountingFrameworkId | integer |
None. |
|
| reportingLevelId | integer |
None. |
|
| isSupportRequest | boolean |
None. |
|
| templateGroupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fileName": "sample string 1",
"reportingperiod": "2025-12-14T09:02:37.7201639+00:00",
"reportpackid": 2,
"reportpacktitle": "sample string 3",
"reportpackdesc": "sample string 4",
"changereason": "sample string 5",
"reportPackSequenceId": 1,
"reportPackSequenceName": "sample string 6",
"reportPackSequenceDescription": "sample string 7",
"reportsToPrepare": "sample string 8",
"fileHeaders": "sample string 9",
"fileDelimiter": "A",
"tableId": 11,
"loadId": 12,
"accountingFrameworkId": 13,
"reportingLevelId": 14,
"isSupportRequest": true,
"templateGroupId": 16
}
application/xml, text/xml
Sample:
<IngestionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EY.IRR.Model"> <accountingFrameworkId>13</accountingFrameworkId> <changereason>sample string 5</changereason> <fileDelimiter>65</fileDelimiter> <fileHeaders>sample string 9</fileHeaders> <fileName>sample string 1</fileName> <isSupportRequest>true</isSupportRequest> <loadId>12</loadId> <reportPackSequenceDescription>sample string 7</reportPackSequenceDescription> <reportPackSequenceId>1</reportPackSequenceId> <reportPackSequenceName>sample string 6</reportPackSequenceName> <reportingLevelId>14</reportingLevelId> <reportingperiod>2025-12-14T09:02:37.7201639+00:00</reportingperiod> <reportpackdesc>sample string 4</reportpackdesc> <reportpackid>2</reportpackid> <reportpacktitle>sample string 3</reportpacktitle> <reportsToPrepare>sample string 8</reportsToPrepare> <tableId>11</tableId> <templateGroupId>16</templateGroupId> </IngestionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.