XML Example:<PutRunningVPSDataResponse>
<about_order>AboutOrder</about_order>
<error_info>IErrorInfo</error_info>
zero or N[<extended_error_infos>IErrorInfo</extended_error_infos>]
<human_readable_message>xsd:string</human_readable_message>
<redirect_uri>xsd:string</redirect_uri>
<resource_change_request>RunningVPSData</resource_change_request>
<resource_change_result>ResourceChangeResult</resource_change_result>
<response_display_duration_type>SHORT | REGULAR | PERMANENT</response_display_duration_type>
<response_type>OK | ERROR</response_type>
<status_code>xsd:int</status_code>
<status_message>xsd:string</status_message>
</PutRunningVPSDataResponse>
| JSON Example:{"PutRunningVPSDataResponse":
{
"about_order": AboutOrder,
"error_info": IErrorInfo,
"extended_error_infos": [IErrorInfo],
"human_readable_message": String,
"redirect_uri": String,
"resource_change_request": RunningVPSData,
"resource_change_result": ResourceChangeResult,
"response_display_duration_type": 'SHORT' | 'REGULAR' | 'PERMANENT',
"response_type": 'OK' | 'ERROR',
"status_code": Number,
"status_message": String,
}
}
|