PUT api/IssueRequisition?IsDecline={IsDecline}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IsDecline

string

Required

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AlarmingMessage
NameDescriptionTypeAdditional information
IsLess

boolean

None.

Count

integer

None.

StrReq

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IsLess": true,
  "Count": 2,
  "StrReq": 3
}