POST api/eRegService/SavePineLabsResponse
Request Information
URI Parameters
None.
Body Parameters
PinelabResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
None. |
|
| response | string |
None. |
|
| propertyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"response": "sample string 2",
"propertyId": 3
}
application/xml, text/xml
Sample:
<v2Mode.PinelabResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VicasCloud.Data.Dapper.Model.eReg"> <action>sample string 1</action> <propertyId>3</propertyId> <response>sample string 2</response> </v2Mode.PinelabResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TableResponseData| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Code | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Code": "sample string 2",
"Result": true,
"Data": {}
}
application/xml, text/xml
Sample:
<v2Mode.TableResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VicasCloud.Data.Dapper.Model.eReg"> <Code>sample string 2</Code> <Data /> <Message>sample string 1</Message> <Result>true</Result> </v2Mode.TableResponseData>