GET api/agents/offer?SellerId={SellerId}&OnlyInStock={OnlyInStock}&OnlyIndividual={OnlyIndividual}&ProductName={ProductName}&ProductId={ProductId}&Page={Page}&Count={Count}&OwnerId={OwnerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
Токен авторизации |
string |
Required |
SellerId | integer |
None. |
|
OnlyInStock | boolean |
None. |
|
OnlyIndividual | boolean |
None. |
|
ProductName | string |
None. |
|
ProductId | integer |
None. |
|
Page | integer |
None. |
|
Count | integer |
None. |
|
OwnerId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
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. |