GET api/BranchMetalCost?BMC_SUB_STOCK_CODE={BMC_SUB_STOCK_CODE}&BMC_BRANCH_CODE={BMC_BRANCH_CODE}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BMC_SUB_STOCK_CODE

string

Required

BMC_BRANCH_CODE

string

Required

Body Parameters

None.

Response Information

Resource Description

BranchMetalCostApiResponse
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "Result": {}
}

text/html

Sample:
{"Status":"sample string 1","Message":"sample string 2","Result":{}}

application/xml, text/xml

Sample:
<BranchMetalCostApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.Metal">
  <Message>sample string 2</Message>
  <Result />
  <Status>sample string 1</Status>
</BranchMetalCostApiResponse>