PUT OneStop/Groups/{GroupID}/ChangeLog
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID | integer |
Required |
Body Parameters
Collection of ChangeLogSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectType | string |
None. |
|
| ObjectName | string |
None. |
|
| ObjectGUID | string |
None. |
|
| primaryGUID | string |
None. |
|
| Property | string |
None. |
|
| ValueOld | string |
None. |
|
| ValueNew | string |
None. |
|
| ChangeDate | string |
None. |
|
| UserKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ObjectType": "sample string 1",
"ObjectName": "sample string 2",
"ObjectGUID": "sample string 3",
"primaryGUID": "sample string 4",
"Property": "sample string 5",
"ValueOld": "sample string 6",
"ValueNew": "sample string 7",
"ChangeDate": "sample string 8",
"UserKey": 9
},
{
"ObjectType": "sample string 1",
"ObjectName": "sample string 2",
"ObjectGUID": "sample string 3",
"primaryGUID": "sample string 4",
"Property": "sample string 5",
"ValueOld": "sample string 6",
"ValueNew": "sample string 7",
"ChangeDate": "sample string 8",
"UserKey": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfChangeLogSummaryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OneStopWebAPI.DTO">
<ChangeLogSummaryDTO>
<ChangeDate>sample string 8</ChangeDate>
<ObjectGUID>sample string 3</ObjectGUID>
<ObjectName>sample string 2</ObjectName>
<ObjectType>sample string 1</ObjectType>
<Property>sample string 5</Property>
<UserKey>9</UserKey>
<ValueNew>sample string 7</ValueNew>
<ValueOld>sample string 6</ValueOld>
<primaryGUID>sample string 4</primaryGUID>
</ChangeLogSummaryDTO>
<ChangeLogSummaryDTO>
<ChangeDate>sample string 8</ChangeDate>
<ObjectGUID>sample string 3</ObjectGUID>
<ObjectName>sample string 2</ObjectName>
<ObjectType>sample string 1</ObjectType>
<Property>sample string 5</Property>
<UserKey>9</UserKey>
<ValueNew>sample string 7</ValueNew>
<ValueOld>sample string 6</ValueOld>
<primaryGUID>sample string 4</primaryGUID>
</ChangeLogSummaryDTO>
</ArrayOfChangeLogSummaryDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChangeLogSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectType | string |
None. |
|
| ObjectName | string |
None. |
|
| ObjectGUID | string |
None. |
|
| primaryGUID | string |
None. |
|
| Property | string |
None. |
|
| ValueOld | string |
None. |
|
| ValueNew | string |
None. |
|
| ChangeDate | string |
None. |
|
| UserKey | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ObjectType": "sample string 1",
"ObjectName": "sample string 2",
"ObjectGUID": "sample string 3",
"primaryGUID": "sample string 4",
"Property": "sample string 5",
"ValueOld": "sample string 6",
"ValueNew": "sample string 7",
"ChangeDate": "sample string 8",
"UserKey": 9
},
{
"ObjectType": "sample string 1",
"ObjectName": "sample string 2",
"ObjectGUID": "sample string 3",
"primaryGUID": "sample string 4",
"Property": "sample string 5",
"ValueOld": "sample string 6",
"ValueNew": "sample string 7",
"ChangeDate": "sample string 8",
"UserKey": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfChangeLogSummaryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OneStopWebAPI.DTO">
<ChangeLogSummaryDTO>
<ChangeDate>sample string 8</ChangeDate>
<ObjectGUID>sample string 3</ObjectGUID>
<ObjectName>sample string 2</ObjectName>
<ObjectType>sample string 1</ObjectType>
<Property>sample string 5</Property>
<UserKey>9</UserKey>
<ValueNew>sample string 7</ValueNew>
<ValueOld>sample string 6</ValueOld>
<primaryGUID>sample string 4</primaryGUID>
</ChangeLogSummaryDTO>
<ChangeLogSummaryDTO>
<ChangeDate>sample string 8</ChangeDate>
<ObjectGUID>sample string 3</ObjectGUID>
<ObjectName>sample string 2</ObjectName>
<ObjectType>sample string 1</ObjectType>
<Property>sample string 5</Property>
<UserKey>9</UserKey>
<ValueNew>sample string 7</ValueNew>
<ValueOld>sample string 6</ValueOld>
<primaryGUID>sample string 4</primaryGUID>
</ChangeLogSummaryDTO>
</ArrayOfChangeLogSummaryDTO>