POST api/DsGmsSyncLog

Creates a log.

Request Information

URI Parameters

None.

Body Parameters

DsGmsSyncLog
NameDescriptionTypeAdditional 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": "b2c973a0-640b-4047-a040-add0bbeeafda",
  "Id": 8,
  "LastUpdatedTimestamp": "2024-04-19T13:05:28.9797209+01: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">2024-04-19T13:05:28.9797209+01:00</LastUpdatedTimestamp>
  <IsSuccessful>true</IsSuccessful>
  <Message>sample string 2</Message>
  <SyncId>b2c973a0-640b-4047-a040-add0bbeeafda</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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.