POST Survey/saveUploadingTime
Request Information
URI Parameters
None.
Body Parameters
SurveyUploadingTimeParam| Name | Description | Type | Additional information |
|---|---|---|---|
| booking_survey_list_mast_id | string |
None. |
|
| surveyor_master_id | string |
None. |
|
| upload_btn_click_time | string |
None. |
|
| after_compression_time | string |
None. |
|
| before_uploading_to_aws_time | string |
None. |
|
| after_uploading_to_aws_time | string |
None. |
|
| que_id | integer |
None. |
|
| sub_que_id | integer |
None. |
|
| selected_images | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"booking_survey_list_mast_id": "sample string 1",
"surveyor_master_id": "sample string 2",
"upload_btn_click_time": "sample string 3",
"after_compression_time": "sample string 4",
"before_uploading_to_aws_time": "sample string 5",
"after_uploading_to_aws_time": "sample string 6",
"que_id": 7,
"sub_que_id": 8,
"selected_images": 9
}
application/xml, text/xml
Sample:
<SurveyUploadingTimeParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <after_compression_time>sample string 4</after_compression_time> <after_uploading_to_aws_time>sample string 6</after_uploading_to_aws_time> <before_uploading_to_aws_time>sample string 5</before_uploading_to_aws_time> <booking_survey_list_mast_id>sample string 1</booking_survey_list_mast_id> <que_id>7</que_id> <selected_images>9</selected_images> <sub_que_id>8</sub_que_id> <surveyor_master_id>sample string 2</surveyor_master_id> <upload_btn_click_time>sample string 3</upload_btn_click_time> </SurveyUploadingTimeParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.