POST api/rpmflow/check-reference

Request Information

URI Parameters

None.

Body Parameters

CheckReferenceRequest
NameDescriptionTypeAdditional information
ProductId

integer

None.

Reference1

string

None.

Reference2

string

None.

Reference3

string

None.

PosTransactionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductId": 1,
  "Reference1": "sample string 2",
  "Reference2": "sample string 3",
  "Reference3": "sample string 4",
  "PosTransactionId": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.