POST api/docs/BodyPart/Post
Request Information
URI Parameters
None.
Body Parameters
BodyPartDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatformID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| BodyTypeKey | integer |
None. |
|
| Name | string |
None. |
|
| BodyImg | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PlatformID": 1,
"HospitalID": 1,
"BodyTypeKey": 1,
"Name": "sample string 1",
"BodyImg": "sample string 2",
"UpdateTime": "2026-05-02T18:07:03.12564+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<BodyPartDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <BodyImg>sample string 2</BodyImg> <BodyTypeKey>1</BodyTypeKey> <HospitalID>1</HospitalID> <ID>1</ID> <Name>sample string 1</Name> <PlatformID>1</PlatformID> <UpdateTime>2026-05-02T18:07:03.12564+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </BodyPartDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.