POST api/Meeting/GetMeetingForCopy?meetingId={meetingId}
获取会议信息用于复制
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
meetingId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfCreateMeetingDtoName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | CreateMeetingDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": { "MeetingTitle": "sample string 1", "MeetingType": "sample string 2", "MeetingDate": "2025-07-23 07:44:45", "Participants": [ "1e5c22de-9f3a-4991-bbc8-993eca0e37f8", "46d8fe23-16a5-4dec-b3e3-d23082a72e77" ], "Remark": "sample string 4", "DealerID": "f3e1d5a0-1fba-4eef-aba9-34c61deaafc7", "MeeingCode": "sample string 5" } }
application/xml, text/xml
Sample:
<ResultModelOfCreateMeetingDtot89OJteY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <d2p1:DealerID>f3e1d5a0-1fba-4eef-aba9-34c61deaafc7</d2p1:DealerID> <d2p1:MeeingCode>sample string 5</d2p1:MeeingCode> <d2p1:MeetingDate>2025-07-23T07:44:45.2232743+08:00</d2p1:MeetingDate> <d2p1:MeetingTitle>sample string 1</d2p1:MeetingTitle> <d2p1:MeetingType>sample string 2</d2p1:MeetingType> <d2p1:Participants xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>1e5c22de-9f3a-4991-bbc8-993eca0e37f8</d3p1:guid> <d3p1:guid>46d8fe23-16a5-4dec-b3e3-d23082a72e77</d3p1:guid> </d2p1:Participants> <d2p1:Remark>sample string 4</d2p1:Remark> </Data> <Message>sample string 1</Message> </ResultModelOfCreateMeetingDtot89OJteY>