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
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID | string |
Required |
|
labelName | string |
Required |
|
petID | integer |
Required |
|
articleMappingEntryID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.