POST api/MerchantApp/FSTSQrAdminIncomingRequest?Pk_UndeployedStockID={Pk_UndeployedStockID}&IsAccept={IsAccept}&IsReject={IsReject}&LoginFrom={LoginFrom}&EmployeeId={EmployeeId}&Pk_UndeployedStockIDs={Pk_UndeployedStockIDs}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Pk_UndeployedStockID

integer

Default value is 0

IsAccept

boolean

Default value is False

IsReject

boolean

Default value is False

LoginFrom

string

Default value is

EmployeeId

integer

Default value is 0

Pk_UndeployedStockIDs

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfString
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

string

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": "sample string 4",
  "status": 5,
  "TotalCount": 6
}

application/xml, text/xml

Sample:
<ServiceResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data>sample string 4</Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>6</TotalCount>
  <status>5</status>
</ServiceResultOfstring>