POST Project/SaveProject
Request Information
URI Parameters
None.
Body Parameters
SaveProjectInputName | Description | Type | Additional information |
---|---|---|---|
iid | integer |
None. |
|
pjt_abbr | string |
None. |
|
pjt_name | string |
None. |
|
PjtEnglishName | string |
None. |
|
en15085_cl | string |
None. |
|
pjt_we | string |
None. |
|
pjt_state | string |
None. |
|
pjt_begin | date |
None. |
|
pjt_end | date |
None. |
|
bind_serial_code | string |
None. |
|
out_serial_code | string |
None. |
|
Prj_Type | integer |
None. |
|
Company_Name | string |
None. |
|
action_user | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "iid": 1, "pjt_abbr": "sample string 2", "pjt_name": "sample string 3", "PjtEnglishName": "sample string 4", "en15085_cl": "sample string 5", "pjt_we": "sample string 6", "pjt_state": "sample string 7", "pjt_begin": "2024-11-28 14:48:05", "pjt_end": "2024-11-28 14:48:05", "bind_serial_code": "sample string 8", "out_serial_code": "sample string 9", "Prj_Type": 1, "Company_Name": "sample string 10", "action_user": "sample string 11" }
application/xml, text/xml
Sample:
<SaveProjectInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request.Project"> <Company_Name>sample string 10</Company_Name> <PjtEnglishName>sample string 4</PjtEnglishName> <Prj_Type>1</Prj_Type> <action_user>sample string 11</action_user> <bind_serial_code>sample string 8</bind_serial_code> <en15085_cl>sample string 5</en15085_cl> <iid>1</iid> <out_serial_code>sample string 9</out_serial_code> <pjt_abbr>sample string 2</pjt_abbr> <pjt_begin>2024-11-28T14:48:05.2895407+08:00</pjt_begin> <pjt_end>2024-11-28T14:48:05.2895407+08:00</pjt_end> <pjt_name>sample string 3</pjt_name> <pjt_state>sample string 7</pjt_state> <pjt_we>sample string 6</pjt_we> </SaveProjectInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
Key | string |
None. |
|
FileName | string |
None. |
|
FilePageCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "Key": "sample string 4", "FileName": "sample string 5", "FilePageCount": 6 }
application/xml, text/xml
Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <FileName>sample string 5</FileName> <FilePageCount>6</FilePageCount> <Key>sample string 4</Key> <Msg>sample string 2</Msg> <Success>1</Success> <Token>sample string 3</Token> </BaseResult>