POST Project/ProjectFileDel
Request Information
URI Parameters
None.
Body Parameters
File_Project_MenuFileName | Description | Type | Additional information |
---|---|---|---|
IID | integer |
None. |
|
AddPerson | integer |
None. |
|
AddTime | date |
None. |
|
FileProjectIID | integer |
None. |
|
FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IID": 1, "AddPerson": 1, "AddTime": "2024-11-28 14:34:54", "FileProjectIID": 1, "FileName": "sample string 2" }
application/xml, text/xml
Sample:
<File_Project_MenuFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <AddPerson>1</AddPerson> <AddTime>2024-11-28T14:34:54.3049601+08:00</AddTime> <FileName>sample string 2</FileName> <FileProjectIID>1</FileProjectIID> <IID>1</IID> </File_Project_MenuFile>
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>