POST api/Group
Request Information
URI Parameters
None.
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": "2021-01-16T03:03:47.4146937+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:03:47.4146937+01:00", "LastWriteUser": "sample string 6", "Id": "8c059326-8d67-4bfc-817d-dfd7e5a9cd65", "CompanyId": "5e2d820e-1938-42e9-811f-88ea4bbcc4b4", "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>5e2d820e-1938-42e9-811f-88ea4bbcc4b4</_companyId> <_creationDate>2021-01-16T03:03:47.4146937+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>8c059326-8d67-4bfc-817d-dfd7e5a9cd65</_id> <_lastWriteDate>2021-01-16T03:03:47.4146937+01: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": "2021-01-16T03:03:47.4496334+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:03:47.4496334+01:00", "LastWriteUser": "sample string 6", "Id": "b2d0ae64-0cd8-4fae-9ee2-133e64bccf31", "CompanyId": "daf0cc1e-8137-4ebf-a964-fbe119b5c0db", "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>daf0cc1e-8137-4ebf-a964-fbe119b5c0db</_companyId> <_creationDate>2021-01-16T03:03:47.4496334+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>b2d0ae64-0cd8-4fae-9ee2-133e64bccf31</_id> <_lastWriteDate>2021-01-16T03:03:47.4496334+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_name>sample string 9</_name> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> </Group>