PUT HYAPI/AssistantService/AppExtension?report_no={report_no}&station_code={station_code}
签收送货单------允许操作角色:施工人员(Builder)
服务请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
report_no |
送货单号 |
string |
Required |
station_code |
送货单所属搅拌站代号 |
string |
Required |
Body 参数
None.
服务返回信息
返回数据说明
如果签收不成功则在Message中返回错误信息
ResponseDataModelOfStringName | Description | Type | Additional information |
---|---|---|---|
State |
返回消息状态 |
integer |
None. |
Message |
操作信息 |
string |
None. |
Data |
返回数据 |
string |
None. |
返回数据范例
application/json, text/json
Sample:
{ "State": 1, "Message": "sample string 2", "Data": "sample string 3" }
application/xml, text/xml
Sample:
<ResponseDataModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Service.API.Model"> <Data>sample string 3</Data> <Message>sample string 2</Message> <State>1</State> </ResponseDataModelOfstring>