PUT api/dataproject/{id}/datafield/data/add
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
DataProjectDataDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DataProjectId | globally unique identifier |
None. |
|
| Timestamp | string |
None. |
|
| Data | Collection of DataProjectDataItemDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataProjectId": "cd48b4d6-c7af-4f6b-b7a1-8e0089ab78ca",
"timestamp": "sample string 2",
"data": [
{
"dataFieldId": "b5c1408b-ced7-4a23-8bac-cb0411c7e5bd",
"value": "sample string 2"
},
{
"dataFieldId": "b5c1408b-ced7-4a23-8bac-cb0411c7e5bd",
"value": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.