PUT api/Group/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
GroupName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Name | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:11:38.1288305+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:11:38.1288305+02:00", "LastWriteUser": "sample string 6", "Id": "c5f3e74c-6e9f-40b2-9560-61bf3dad1d62", "CompanyId": "8f2c13e2-b62d-4871-9411-836be08d9d6a", "Name": "sample string 9" }
application/xml, text/xml
Sample:
<Group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_companyId>8f2c13e2-b62d-4871-9411-836be08d9d6a</_companyId> <_creationDate>2022-05-26T22:11:38.1288305+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>c5f3e74c-6e9f-40b2-9560-61bf3dad1d62</_id> <_lastWriteDate>2022-05-26T22:11:38.1288305+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 9</_name> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> </Group>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GroupName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Name | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:11:38.1444571+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:11:38.1444571+02:00", "LastWriteUser": "sample string 6", "Id": "d663be5d-99cc-4977-861f-181f4936ff0b", "CompanyId": "b036b3c4-5dad-4669-b477-1b5c27d183cd", "Name": "sample string 9" }
application/xml, text/xml
Sample:
<Group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_companyId>b036b3c4-5dad-4669-b477-1b5c27d183cd</_companyId> <_creationDate>2022-05-26T22:11:38.1444571+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>d663be5d-99cc-4977-861f-181f4936ff0b</_id> <_lastWriteDate>2022-05-26T22:11:38.1444571+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 9</_name> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> </Group>