POST api/UserLoginforSave
“Save”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "eea69386-5ae0-4267-8049-9e8a0874b2e5",
"PlaneinforId": "fe26319d-f169-4093-995c-30e97bc71a3d",
"UserinforId": "9a975021-854c-4a59-be5e-e80395b3c103",
"FlightNumber": "sample string 3",
"AddressCode": "sample string 4",
"State": 5,
"StateType": 6,
"StateStr": "",
"CreateTime": "2026-05-07T23:24:07.6693288+08:00",
"CreateTimeStr": "2026/5/7 23:24",
"UserinforName": "sample string 7",
"IssueNumberId": "7d747dbf-791f-4f2d-b0bd-5a28be9a218e",
"IssueNumberName": "sample string 8",
"CourseId": "e0462920-abf7-472e-b7ac-5f4759a6cab0",
"CourseName": "sample string 9",
"CourseParentId": "3d83c55f-8add-41cd-aa9a-063b362ffd4e",
"CourseParentName": "sample string 10",
"CourseCode": "sample string 11",
"BoardTime": "2026-05-07T23:24:07.6693288+08:00",
"BoardTimeStr": "2026-05-07 23:24:07",
"DisembarkTime": "2026-05-07T23:24:07.6693288+08:00",
"DisembarkTimeStr": "2026-05-07 23:24:07",
"Duration": "0秒",
"IsSimulation": true
}
application/xml, text/xml
Sample:
<UserLoginforModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.Model"> <AddressCode>sample string 4</AddressCode> <BoardTime>2026-05-07T23:24:07.6693288+08:00</BoardTime> <CourseCode>sample string 11</CourseCode> <CourseId>e0462920-abf7-472e-b7ac-5f4759a6cab0</CourseId> <CourseName>sample string 9</CourseName> <CourseParentId>3d83c55f-8add-41cd-aa9a-063b362ffd4e</CourseParentId> <CourseParentName>sample string 10</CourseParentName> <CreateTime>2026-05-07T23:24:07.6693288+08:00</CreateTime> <DisembarkTime>2026-05-07T23:24:07.6693288+08:00</DisembarkTime> <FlightNumber>sample string 3</FlightNumber> <Id>eea69386-5ae0-4267-8049-9e8a0874b2e5</Id> <IsSimulation>true</IsSimulation> <IssueNumberId>7d747dbf-791f-4f2d-b0bd-5a28be9a218e</IssueNumberId> <IssueNumberName>sample string 8</IssueNumberName> <PlaneinforId>fe26319d-f169-4093-995c-30e97bc71a3d</PlaneinforId> <State>5</State> <StateType>6</StateType> <UserinforId>9a975021-854c-4a59-be5e-e80395b3c103</UserinforId> <UserinforName>sample string 7</UserinforName> </UserLoginforModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />