POST api/DsGmsSyncLog
Creates a log.
Request Information
URI Parameters
None.
Body Parameters
DsGmsSyncLogName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
Message | string |
None. |
|
Trigger | string |
None. |
|
SyncType | string |
None. |
|
Target | string |
None. |
|
TargetId | integer |
None. |
|
SyncId | globally unique identifier |
None. |
|
Id | integer |
None. |
|
LastUpdatedTimestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsSuccessful": true, "Message": "sample string 2", "Trigger": "sample string 3", "SyncType": "sample string 4", "Target": "sample string 5", "TargetId": 6, "SyncId": "80cef4b5-bfd5-4afd-b2cc-ceb60c944a7a", "Id": 8, "LastUpdatedTimestamp": "2021-01-24T03:03:50.6060355+00:00" }
text/xml
Sample:
<DsGmsSyncLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Models.FlexyGrant"> <Id xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">8</Id> <LastUpdatedTimestamp xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">2021-01-24T03:03:50.6060355+00:00</LastUpdatedTimestamp> <IsSuccessful>true</IsSuccessful> <Message>sample string 2</Message> <SyncId>80cef4b5-bfd5-4afd-b2cc-ceb60c944a7a</SyncId> <SyncType>sample string 4</SyncType> <Target>sample string 5</Target> <TargetId>6</TargetId> <Trigger>sample string 3</Trigger> </DsGmsSyncLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |