POST TestMode/TestAPIJP
Request Information
URI Parameters
None.
Body Parameters
TestAPIRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| APIUrl | string |
None. |
|
| Data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"APIUrl": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<TestModeController.TestAPIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Retex.StdV5.API.Controllers"> <APIUrl>sample string 2</APIUrl> <Data /> <Token>sample string 1</Token> </TestModeController.TestAPIRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />