POST api/Account/CreateRs01?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
创建rs01
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
RS01_Person_OrgInfo| Name | 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. |
|
| OrgID | globally unique identifier |
None. |
|
| PersonID | globally unique identifier |
None. |
|
| PersonTypeKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "f00281aa-ee25-45d2-b495-78552354ee6d",
"DomainID": "a6422e49-35f1-42ed-82df-d46bfc301173",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:45:44",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:45:44",
"IsDelete": true,
"OrgID": "a91ad49c-2ff1-4ce5-bf5c-965b22e95771",
"PersonID": "3e9327c3-eb8d-4f3e-899e-93b7d61816a2",
"PersonTypeKey": "sample string 5"
}
application/xml, text/xml
Sample:
<RS01_Person_OrgInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:45:44.9676876+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DomainID>a6422e49-35f1-42ed-82df-d46bfc301173</DomainID> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:45:44.9676876+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrgID>a91ad49c-2ff1-4ce5-bf5c-965b22e95771</OrgID> <PersonID>3e9327c3-eb8d-4f3e-899e-93b7d61816a2</PersonID> <PersonTypeKey>sample string 5</PersonTypeKey> <TID>f00281aa-ee25-45d2-b495-78552354ee6d</TID> </RS01_Person_OrgInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfString| Name | 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>