POST api/CheckStockInSheet

采购入库单批量审核

Request Information

URI Parameters

None.

Body Parameters

审核用单据相关信息

CheckStockInSheet
NameDescriptionTypeAdditional information
ModuleId

string

None.

Checker

string

None.

SheetId

string

None.

Request Formats

application/json, text/json

示例:
{
  "moduleId": "sample string 1",
  "checker": "sample string 2",
  "sheetId": "sample string 3"
}

application/xml, text/xml

示例:
<CheckStockInSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.CheckStockInSheet">
  <Checker>sample string 2</Checker>
  <ModuleId>sample string 1</ModuleId>
  <SheetId>sample string 3</SheetId>
</CheckStockInSheet>

application/x-www-form-urlencoded

示例:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Flag

string

None.

MSG

string

None.

Response Formats

application/json, text/json

示例:
{
  "flag": "sample string 1",
  "msg": "sample string 2"
}

application/xml, text/xml

示例:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models">
  <Flag>sample string 1</Flag>
  <MSG>sample string 2</MSG>
</Response>