POST api/Partator/ExceteBasePartatorCar
Request Information
URI Parameters
None.
Body Parameters
ExceteBasePartatorCarMod| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
None. |
|
| FCompID | integer |
None. |
|
| FCompName | string |
None. |
|
| FPartatorKey | integer |
None. |
|
| FName | string |
None. |
|
| FCarKey | integer |
None. |
|
| FCarNo | string |
None. |
|
| FBorrowTime | date |
None. |
|
| FAgreement | string |
None. |
|
| FDeposit | decimal number |
None. |
|
| FStatus | integer |
None. |
|
| FReturnTime | date |
None. |
|
| FOptID | integer |
None. |
|
| FOptName | string |
None. |
|
| FOptTime | date |
None. |
|
| FOptIDEdit | integer |
None. |
|
| FOptNameEdit | string |
None. |
|
| FOptTimeEdit | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FKey": 1,
"FCompID": 1,
"FCompName": "sample string 2",
"FPartatorKey": 1,
"FName": "sample string 3",
"FCarKey": 1,
"FCarNo": "sample string 4",
"FBorrowTime": "2025-12-06 13:40:17",
"FAgreement": "sample string 5",
"FDeposit": 1.0,
"FStatus": 1,
"FReturnTime": "2025-12-06 13:40:17",
"FOptID": 1,
"FOptName": "sample string 6",
"FOptTime": "2025-12-06 13:40:17",
"FOptIDEdit": 1,
"FOptNameEdit": "sample string 7",
"FOptTimeEdit": "2025-12-06 13:40:17"
}
application/xml, text/xml
Sample:
<ExceteBasePartatorCarMod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel"> <FAgreement>sample string 5</FAgreement> <FBorrowTime>2025-12-06T13:40:17.719063+08:00</FBorrowTime> <FCarKey>1</FCarKey> <FCarNo>sample string 4</FCarNo> <FCompID>1</FCompID> <FCompName>sample string 2</FCompName> <FDeposit>1</FDeposit> <FKey>1</FKey> <FName>sample string 3</FName> <FOptID>1</FOptID> <FOptIDEdit>1</FOptIDEdit> <FOptName>sample string 6</FOptName> <FOptNameEdit>sample string 7</FOptNameEdit> <FOptTime>2025-12-06T13:40:17.719063+08:00</FOptTime> <FOptTimeEdit>2025-12-06T13:40:17.719063+08:00</FOptTimeEdit> <FPartatorKey>1</FPartatorKey> <FReturnTime>2025-12-06T13:40:17.719063+08:00</FReturnTime> <FStatus>1</FStatus> </ExceteBasePartatorCarMod>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": 4
}
application/xml, text/xml
Sample:
<MessageModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity"> <Msg>sample string 3</Msg> <Response>4</Response> <Status>200</Status> <Success>true</Success> </MessageModelOfint>