POST api/v1/ProjectSTKH/Update
Request Information
URI Parameters
None.
Body Parameters
ProjectSTKHModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ProjectId | string |
None. |
|
| ProjectName | string |
None. |
|
| STKHName | string |
None. |
|
| STKHTypeId | string |
None. |
|
| STKHTypeId_Name | string |
None. |
|
| STKHInterestText | string |
None. |
|
| STKHInterestId | string |
None. |
|
| STKHInterestId_Name | string |
None. |
|
| STKHInterestNo | integer |
None. |
|
| STKHPowerId | string |
None. |
|
| STKHPowerId_Name | string |
None. |
|
| STKHPowerNo | integer |
None. |
|
| Note | string |
None. |
|
| CreateDate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ProjectId": "sample string 2",
"ProjectName": "sample string 3",
"STKHName": "sample string 4",
"STKHTypeId": "sample string 5",
"STKHTypeId_Name": "sample string 6",
"STKHInterestText": "sample string 7",
"STKHInterestId": "sample string 8",
"STKHInterestId_Name": "sample string 9",
"STKHInterestNo": 1,
"STKHPowerId": "sample string 10",
"STKHPowerId_Name": "sample string 11",
"STKHPowerNo": 1,
"Note": "sample string 12",
"CreateDate": 1.1
}
application/xml, text/xml
Sample:
<ProjectSTKHModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <CreateDate>1.1</CreateDate> <Id>sample string 1</Id> <Note>sample string 12</Note> <ProjectId>sample string 2</ProjectId> <ProjectName>sample string 3</ProjectName> <STKHInterestId>sample string 8</STKHInterestId> <STKHInterestId_Name>sample string 9</STKHInterestId_Name> <STKHInterestNo>1</STKHInterestNo> <STKHInterestText>sample string 7</STKHInterestText> <STKHName>sample string 4</STKHName> <STKHPowerId>sample string 10</STKHPowerId> <STKHPowerId_Name>sample string 11</STKHPowerId_Name> <STKHPowerNo>1</STKHPowerNo> <STKHTypeId>sample string 5</STKHTypeId> <STKHTypeId_Name>sample string 6</STKHTypeId_Name> </ProjectSTKHModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfProjectSTKHModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ProjectSTKHModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Id": "sample string 1",
"ProjectId": "sample string 2",
"ProjectName": "sample string 3",
"STKHName": "sample string 4",
"STKHTypeId": "sample string 5",
"STKHTypeId_Name": "sample string 6",
"STKHInterestText": "sample string 7",
"STKHInterestId": "sample string 8",
"STKHInterestId_Name": "sample string 9",
"STKHInterestNo": 1,
"STKHPowerId": "sample string 10",
"STKHPowerId_Name": "sample string 11",
"STKHPowerNo": 1,
"Note": "sample string 12",
"CreateDate": 1.1
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfProjectSTKHModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d2p1:CreateDate>1.1</d2p1:CreateDate>
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:Note>sample string 12</d2p1:Note>
<d2p1:ProjectId>sample string 2</d2p1:ProjectId>
<d2p1:ProjectName>sample string 3</d2p1:ProjectName>
<d2p1:STKHInterestId>sample string 8</d2p1:STKHInterestId>
<d2p1:STKHInterestId_Name>sample string 9</d2p1:STKHInterestId_Name>
<d2p1:STKHInterestNo>1</d2p1:STKHInterestNo>
<d2p1:STKHInterestText>sample string 7</d2p1:STKHInterestText>
<d2p1:STKHName>sample string 4</d2p1:STKHName>
<d2p1:STKHPowerId>sample string 10</d2p1:STKHPowerId>
<d2p1:STKHPowerId_Name>sample string 11</d2p1:STKHPowerId_Name>
<d2p1:STKHPowerNo>1</d2p1:STKHPowerNo>
<d2p1:STKHTypeId>sample string 5</d2p1:STKHTypeId>
<d2p1:STKHTypeId_Name>sample string 6</d2p1:STKHTypeId_Name>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfProjectSTKHModel3BwjWE5f>