GET api/Search?scanCode={scanCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scanCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchResultName | Description | Type | Additional information |
---|---|---|---|
Contention | IContention |
None. |
|
Offer | IOffer |
None. |
|
CompanyName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Contention": null, "Offer": null, "CompanyName": "sample string 1" }