POST api/Values/MUpdateMeeting

Request Information

URI Parameters

None.

Body Parameters

MeetingRecordsDomain
NameDescriptionTypeAdditional information
ID

integer

None.

AppMeetingID

integer

None.

UserID

integer

None.

StartDate

date

None.

StartLatitude

decimal number

None.

StartLongitude

decimal number

None.

StartLocation

SqlGeography

None.

IsSynchronizeStart

boolean

None.

EndDate

date

None.

EndLatitude

decimal number

None.

EndLongitude

decimal number

None.

IsSynchronizeEnd

boolean

None.

ShopID

integer

None.

TaskID

integer

None.

NoteTitle

string

None.

NoteDescription

string

None.

ImagePathA

string

None.

ImagePathB

string

None.

ImagePathC

string

None.

ImagePathD

string

None.

HOMeetingID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "AppMeetingID": 2,
  "UserID": 3,
  "StartDate": "2024-05-13T00:18:19.6185545+05:00",
  "StartLatitude": 5.0,
  "StartLongitude": 6.0,
  "StartLocation": null,
  "IsSynchronizeStart": true,
  "EndDate": "2024-05-13T00:18:19.6185545+05:00",
  "EndLatitude": 9.0,
  "EndLongitude": 10.0,
  "IsSynchronizeEnd": true,
  "ShopID": 12,
  "TaskID": 13,
  "NoteTitle": "sample string 14",
  "NoteDescription": "sample string 15",
  "ImagePathA": "sample string 16",
  "ImagePathB": "sample string 17",
  "ImagePathC": "sample string 18",
  "ImagePathD": "sample string 19",
  "HOMeetingID": 20
}

application/xml, text/xml

Sample:
<MeetingRecordsDomain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestAPITest.Models">
  <AppMeetingID>2</AppMeetingID>
  <EndDate>2024-05-13T00:18:19.6185545+05:00</EndDate>
  <EndLatitude>9</EndLatitude>
  <EndLongitude>10</EndLongitude>
  <HOMeetingID>20</HOMeetingID>
  <ID>1</ID>
  <ImagePathA>sample string 16</ImagePathA>
  <ImagePathB>sample string 17</ImagePathB>
  <ImagePathC>sample string 18</ImagePathC>
  <ImagePathD>sample string 19</ImagePathD>
  <IsSynchronizeEnd>true</IsSynchronizeEnd>
  <IsSynchronizeStart>true</IsSynchronizeStart>
  <NoteDescription>sample string 15</NoteDescription>
  <NoteTitle>sample string 14</NoteTitle>
  <ShopID>12</ShopID>
  <StartDate>2024-05-13T00:18:19.6185545+05:00</StartDate>
  <StartLatitude>5</StartLatitude>
  <StartLocation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Microsoft.SqlServer.Types" i:nil="true" />
  <StartLongitude>6</StartLongitude>
  <TaskID>13</TaskID>
  <UserID>3</UserID>
</MeetingRecordsDomain>

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.