POST Events/EntityEvent?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
EntityEventDTOName | Description | Type | Additional information |
---|---|---|---|
EntityID | integer |
None. |
|
EventID | integer |
None. |
|
EntityType | EntityType |
None. |
|
EntityRole | EntityEventRole |
None. |
|
ActualStartDateUtc | date |
None. |
|
ActualStopDateUtc | date |
None. |
|
ActualMinutes | integer |
None. |
|
ClientOrderID | integer |
None. |
|
RoleID | integer |
None. |
|
ServiceID | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "entityID": 1, "eventID": 2, "entityType": 1, "entityRole": 1, "actualStartDateUtc": "2024-12-04T08:02:31.8489149+00:00", "actualStopDateUtc": "2024-12-04T08:02:31.8489149+00:00", "actualMinutes": 1, "clientOrderID": 1, "roleID": 1, "serviceID": 1, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:02:31.8489149+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:02:31 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:02:31.8489149+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:02:31 AM" }, "summary": "EntityEventDTO" }
application/xml, text/xml
Sample:
<EntityEventDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <ActualMinutes>1</ActualMinutes> <ActualStartDateUtc>2024-12-04T08:02:31.8489149+00:00</ActualStartDateUtc> <ActualStopDateUtc>2024-12-04T08:02:31.8489149+00:00</ActualStopDateUtc> <ClientOrderID>1</ClientOrderID> <Created> <DateUtc>2024-12-04T08:02:31.8489149+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <EntityID>1</EntityID> <EntityRole>Provider</EntityRole> <EntityType>Organization</EntityType> <EventID>2</EventID> <LastUpdated> <DateUtc>2024-12-04T08:02:31.8489149+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <RoleID>1</RoleID> <ServiceID>1</ServiceID> </EntityEventDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͒=j1��"^�u,)*���"�cH���Oo ���R�H�B�?�E��J7�0��>�?.�[ 4>U�E���e����%��Kk, &��A��Y� �T!7\ռ�\�q_�r'��s�9܊]���!��4#�2���3�*��s�����eZZ�-�,��_Qy��4y�i��Y"��9LC�f�k��[���`�6{<���h�z�_pn��|���#���/bd��.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |