| GET | /Rinkai/GetRinkaiParams |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<RinkaiParams> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| D1 | form | DateTime | No | |
| D2 | form | DateTime | No | |
| ServiceAddress | form | string | No | |
| ServiceAddress2 | form | string | No | |
| WsKey | form | string | No | |
| DepotUserDefinedId | form | string | No | |
| ServiceID | form | int | No |
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.
GET /Rinkai/GetRinkaiParams HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
D1: 0001-01-01,
D2: 0001-01-01,
ServiceAddress: String,
ServiceAddress2: String,
WsKey: String,
DepotUserDefinedId: String,
ServiceID: 0
}
]
}