GET api/GLPByAccountNumber/{id}?programcategory={programcategory}
This method will return all GLP records (by Program Category), on our webiste, for a specific manufacturer when a valid account number is provided. The ProgramCategory should be supplied as Carpet, Cushion or Adhesive.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
programcategory | string |
Required |
Body Parameters
None.
Response Information
Resource Description
A JSON array of GLP product information.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |