POST api/v1/SyncReminderToGG/Add

Request Information

URI Parameters

None.

Body Parameters

SyncReminderToGGModel
NameDescriptionTypeAdditional information
Id

string

None.

ReminderGGId

string

None.

ReminderSystemId

string

None.

Status

string

None.

GGLastUpdated

decimal number

None.

HtmlLink

string

None.

IsDisable

boolean

None.

Note

string

None.

TimeStampGoogleCalendar

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ReminderGGId": "sample string 2",
  "ReminderSystemId": "sample string 3",
  "Status": "sample string 4",
  "GGLastUpdated": 1.1,
  "HtmlLink": "sample string 5",
  "IsDisable": true,
  "Note": "sample string 7",
  "TimeStampGoogleCalendar": "QEA="
}

application/xml, text/xml

Sample:
<SyncReminderToGGModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <GGLastUpdated>1.1</GGLastUpdated>
  <HtmlLink>sample string 5</HtmlLink>
  <Id>sample string 1</Id>
  <IsDisable>true</IsDisable>
  <Note>sample string 7</Note>
  <ReminderGGId>sample string 2</ReminderGGId>
  <ReminderSystemId>sample string 3</ReminderSystemId>
  <Status>sample string 4</Status>
  <TimeStampGoogleCalendar>QEA=</TimeStampGoogleCalendar>
</SyncReminderToGGModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SyncReminderToGGModel'.

Response Information

Resource Description

EzyResultObjectOfSyncReminderToGGModel
NameDescriptionTypeAdditional information
Data

SyncReminderToGGModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "ReminderGGId": "sample string 2",
    "ReminderSystemId": "sample string 3",
    "Status": "sample string 4",
    "GGLastUpdated": 1.1,
    "HtmlLink": "sample string 5",
    "IsDisable": true,
    "Note": "sample string 7",
    "TimeStampGoogleCalendar": "QEA="
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfSyncReminderToGGModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:GGLastUpdated>1.1</d2p1:GGLastUpdated>
    <d2p1:HtmlLink>sample string 5</d2p1:HtmlLink>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:IsDisable>true</d2p1:IsDisable>
    <d2p1:Note>sample string 7</d2p1:Note>
    <d2p1:ReminderGGId>sample string 2</d2p1:ReminderGGId>
    <d2p1:ReminderSystemId>sample string 3</d2p1:ReminderSystemId>
    <d2p1:Status>sample string 4</d2p1:Status>
    <d2p1:TimeStampGoogleCalendar>QEA=</d2p1:TimeStampGoogleCalendar>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfSyncReminderToGGModel3BwjWE5f>