| All Verbs | /i2c/Script |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Script | path | String | Yes | Identificacao do script a ser executado |
| Data | path | String | Yes | Dados associados ao script (format Json) |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/i2cScript HTTP/1.1
Host: api.xdata.com.br
Content-Type: text/jsv
Content-Length: length
{
Script: String,
Data: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Response:
{
Status:
{
Protocol: 00000000000000000000000000000000,
DateTime: 0001-01-01,
Code: 0,
Message: String,
Detail: String,
Mode: String,
Type: String,
Source: String,
HTML: String,
URL: String,
Cookie: String
},
Input:
[
{
Key: String,
Value: String
}
],
Output:
{
Script: String
},
Error:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}
}