GET api/Label/Pet?subscriptionID={subscriptionID}&labelName={labelName}&petID={petID}&articleMappingEntryID={articleMappingEntryID}

Get the full set of information for a pet. This might vary from label to label and therefore the labelname needs to be specified. The pet object is used be edited by the user if needed, send back to the server to generate the jpg or the final pdf.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionID

string

Required

labelName

string

Required

petID

integer

Required

articleMappingEntryID

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.