POST v1/integration/uploadXML
Request Information
URI Parameters
None.
Body Parameters
IntegrationUploadXMLModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegrationID | integer |
None. |
|
| FileName | string |
None. |
|
| XML | string |
None. |
|
| Text | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"integrationID": 1,
"fileName": "sample string 2",
"xml": "sample string 3",
"text": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.