POST api/AttendanceFee/CreateTs197?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
创建ms02
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DomainId |
域Id |
globally unique identifier |
None. |
AccountId |
账户Id |
globally unique identifier |
None. |
PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
TS197_AttendanceFeeDtlInfoName | Description | Type | Additional information |
---|---|---|---|
TID | globally unique identifier |
None. |
|
DomainID | globally unique identifier |
None. |
|
LastUpdatePersonID | string |
None. |
|
LastUpdateAccountID | string |
None. |
|
LastUpdateDateTime | date |
None. |
|
CreatePersonID | string |
None. |
|
CreateAccountID | string |
None. |
|
CreateDateTime | date |
None. |
|
IsDelete | boolean |
None. |
|
AttendanceFeeID | globally unique identifier |
None. |
|
CustomerID | globally unique identifier |
None. |
|
Seq | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TID": "c3ebbeec-faaa-4886-8813-1bf34b3552df", "DomainID": "f1f0cd1e-5f24-4fba-a967-26adee0ae683", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:33:34", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:33:34", "IsDelete": true, "AttendanceFeeID": "1dd2b4ba-a60c-4b8f-932f-3a38e90cbe95", "CustomerID": "5eafdb83-abb9-40d5-b03c-7c7e2bc8cc1f", "Seq": 1 }
application/xml, text/xml
Sample:
<TS197_AttendanceFeeDtlInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <AttendanceFeeID>1dd2b4ba-a60c-4b8f-932f-3a38e90cbe95</AttendanceFeeID> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:33:34.9735907+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CustomerID>5eafdb83-abb9-40d5-b03c-7c7e2bc8cc1f</CustomerID> <DomainID>f1f0cd1e-5f24-4fba-a967-26adee0ae683</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:33:34.9735907+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <Seq>1</Seq> <TID>c3ebbeec-faaa-4886-8813-1bf34b3552df</TID> </TS197_AttendanceFeeDtlInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfStringName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": "sample string 2" }
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>sample string 2</Data> <Message>sample string 1</Message> </ResultModelOfstring>