Cerca
[baseUrl]/api/sync/v1/bop/line
API per l'elenco delle collezioni disponibili
FIDBrand
int?
null
curl --location '[baseUrl]/api/sync/v1/bop/line' \ --header 'AccessToken: {{token}}' \ --header 'Content-Type: application/json' \ --data '{ "FIDBrand":24 }'
{ "statusCode": 200, "errorCode": null, "message": null, "result": { "totalCount": 100, "totalPages": 1, "page": 1, "count": 100, "records": [ { "ID": 45, "FIDBrand": 24, "Line": "1815" }, { "ID": 46, "FIDBrand": 24, "Line": "LANGE 1" }, { "ID": 47, "FIDBrand": 24, "Line": "ODYSSEUS" }, { "ID": 48, "FIDBrand": 24, "Line": "RICHARD LANGE" }, ... ], "record": null }, "debug": null }