Request Information
URI Parameters
None.
Body Parameters
The disclosure request.
SendFormRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| appId | integer |
None. |
|
| isDownloadPdfRequested | boolean |
None. |
|
| docMagicFormList | string |
None. |
|
| environment | string |
None. |
|
| packageType | string |
None. |
|
| submissionType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appId": 1,
"isDownloadPdfRequested": true,
"docMagicFormList": "sample String 3",
"environment": "sample String 4",
"packageType": "sample String 5",
"submissionType": "sample String 6"
}
text/html
Sample:
{"appId":1,"isDownloadPdfRequested":true,"docMagicFormList":"sample String 3","environment":"sample String 4","packageType":"sample String 5","submissionType":"sample String 6"}
application/xml, text/xml
Sample:
<SendFormRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppId>1</AppId> <IsDownloadPdfRequested>true</IsDownloadPdfRequested> <DocMagicFormList>sample String 3</DocMagicFormList> <Environment>sample String 4</Environment> <PackageType>sample String 5</PackageType> <SubmissionType>sample String 6</SubmissionType> </SendFormRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The result of the action.
RPCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
Gets or sets the data. |
Object |
None. |
| errors |
Gets or sets the errors. |
Collection of RPCError2 |
None. |
| included |
Gets or sets the included. |
Collection of Object |
None. |
| messages |
Gets or sets the errors. |
Collection of string |
None. |
| modelId |
Gets or sets the model identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"errors": [
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
},
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
}
],
"included": [
{},
{}
],
"messages": [
"sample String 1",
"sample String 2"
],
"modelId": 1
}
text/html
Sample:
{"data":{},"errors":[{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"},{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"}],"included":[{},{}],"messages":["sample String 1","sample String 2"],"modelId":1}