GET api/ProdSerials/GetTopForCustomer?SearchString={SearchString}&CustomerType={CustomerType}&CustomerTypeNo={CustomerTypeNo}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
SearchString | No documentation available. |
Define this parameter in the request URI. |
CustomerType | No documentation available. |
Define this parameter in the request URI. |
CustomerTypeNo | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "PRODUCTID": "sample string 1", "SERIALNO": "sample string 2", "UNIQSERIAL": "sample string 3", "NAME": "sample string 4", "CUSTTYPE": "sample string 5", "CUSTTYPENO": 1, "DbFileName": "sample string 6", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "PRODUCTID": "sample string 1", "SERIALNO": "sample string 2", "UNIQSERIAL": "sample string 3", "NAME": "sample string 4", "CUSTTYPE": "sample string 5", "CUSTTYPENO": 1, "DbFileName": "sample string 6", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "PRODUCTID": "sample string 1", "SERIALNO": "sample string 2", "UNIQSERIAL": "sample string 3", "NAME": "sample string 4", "CUSTTYPE": "sample string 5", "CUSTTYPENO": 1, "DbFileName": "sample string 6", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.