GET api/AndreaniLabel?Hash={Hash}&SaleId={SaleId}&ShippingCostId={ShippingCostId}&CreateLabels={CreateLabels}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hash

string

None.

saleId

integer

None.

shippingCostId

integer

None.

createLabels

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "data": "sample string 3"
}

text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoLCms.Lib.Communications">
  <data>sample string 3</data>
  <message>sample string 2</message>
  <status>sample string 1</status>
</Result>