GET api/getInvoiceProductBy_name?prod_name={prod_name}&flag={flag}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
prod_name

string

Required

flag

string

Required

Body Parameters

None.

Response Information

Resource Description

CommonResponse
NameDescriptionTypeAdditional information
Status

integer

None.

Data

Object

None.

Message

string

None.

refresh_token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Data": {},
  "Message": "sample string 3",
  "refresh_token": "sample string 4"
}

application/xml, text/xml

Sample:
<CommonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models">
  <Data />
  <Message>sample string 3</Message>
  <Status>1</Status>
  <refresh_token>sample string 4</refresh_token>
</CommonResponse>