POST api/PriceTableAuditLog/select
Retrieves a list of price table audit logs that match the given criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter audit logs by.
PriceTableAuditLogFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PriceTableId | integer |
None. |
|
| ProductCode | string |
None. |
|
| TenantId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "91590553-be40-4b5e-97de-6e511511191a",
"PriceTableId": 1,
"ProductCode": "sample string 1",
"TenantId": "sample string 2"
}
application/xml, text/xml
Sample:
<PriceTableAuditLogFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Design.Models.FilterCriteria"> <Id>91590553-be40-4b5e-97de-6e511511191a</Id> <PriceTableId>1</PriceTableId> <ProductCode>sample string 1</ProductCode> <TenantId>sample string 2</TenantId> </PriceTableAuditLogFilterCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.