文档
测试

新增表单数据

POST
http://39.108.195.39:9008/learun/adms/loosesheet/save

请求参数

参数名
类型
描述
必填
loginMark
string
示例:7a579db2-f4e3-489c-aed9-d39cf78a1cfe
必填
token
string
示例:ed01c77b-c628-44c7-9067-8508cd8220ae
必填
data
string
示例:{"F_DocumentNo":"5 locations in the vicinity of the Brothers Point Radar Station","F_Staff":"f66f1aa2-afe7-4008-ad9e-2fe064eade84,d5fdf4ee-2fd1-48b7-9e58-a5074db61907","F_Date":"2021-04-14","F_Status":"1","worksDoneList":[{"F_Content":"内容一"},{"F_Content":"内容2"}],"worksDoneDetailList":[{"F_Description":"内容一","F_Brand":"Brand11","F_InventoryNo":"InventoryNo11","F_SN":"SNWWWWW3243243"},{"F_Des...
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
info
string
示例:保存成功
必填
data
object
数据字典
必填

说明 / 示例

{ "loginMark": "7a579db2-f4e3-489c-aed9-d39cf78a1cfe", "token": "ed01c77b-c628-44c7-9067-8508cd8220ae", "data": "{\"F_DocumentNo\":\"5 locations in the vicinity of the Brothers Point Radar Station\",\"F_Staff\":\"f66f1aa2-afe7-4008-ad9e-2fe064eade84,d5fdf4ee-2fd1-48b7-9e58-a5074db61907\",\"F_Date\":\"2021-04-14\",\"F_Status\":\"1\",\"worksDoneList\":[{\"F_Content\":\"内容一\"},{\"F_Content\":\"内容2\"}],\"worksDoneDetailList\":[{\"F_Description\":\"内容一\",\"F_Brand\":\"Brand11\",\"F_InventoryNo\":\"InventoryNo11\",\"F_SN\":\"SNWWWWW3243243\"},{\"F_Description\":\"内容一\",\"F_Brand\":\"Brand11\",\"F_InventoryNo\":\"InventoryNo11\",\"F_SN\":\"SNWWWWW3243243\"}],\"fileList\":[{\"F_ID\":\"9e6b57ec-efa6-36b0-518c-cdae5d9a3dfe\",\"F_Description\":\"FILE DESSFDSS\"},{\"F_ID\":\"5449fd49-a3db-de21-69f6-75fc7b930189\",\"F_Description\":\"FILE DESSFDSS\"}]}" } 注意worksDoneList,worksDoneDetailList,fileList分别对应着的内容。