GET api/Purchase/GetPurchaseprint/{purchaseId}?facilityId={facilityId}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
purchaseId

globally unique identifier

Required

facilityId

globally unique identifier

Required

accountId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}