Tax Filing Service

<back to all web services

AdminSearchOrdersAsync

SearchOrdersAsync

Represents a service request from an admin user to search for orders in an asynchronous operation.

Requires Authentication
Required role:AdminRequired permission:CanAccess
The following routes are available for this service:
GET/async/admin/orders/search
AdminSearchOrdersAsync Parameters:
NameParameterData TypeRequiredDescription
UserNamequerystringNoThe user name of the account.
OrderIdqueryint?NoThe unique identifier of the order.
ProductIdqueryint?NoThe unique identifier of the product, for which the order is made.
AccountIdqueryint?NoThe unique identifier of the user account, who made the order.
NamequerystringNoThe name of the order.
NameStartsWithquerystringNoSearch by using the name of the order that starts with the specified value.
NameEndsWithquerystringNoSearch by using the name of the order that ends with the specified value.
NameContainsquerystringNoSearch by using the name of the order that contains the specified value.
ServiceNamequerystringNoSearch by using the name of the order that contains the specified value.
ServiceNameStartsWithquerystringNoSearch by using the service name of the order that starts with the specified value.
ServiceNameEndsWithquerystringNoSearch by using the service name of the order that ends with the specified value.
ServiceNameContainsquerystringNoSearch by using the service name of the order that contains the specified value.
BeforequeryDateTime?NoSearch for orders placed before a certain date and time. The specified date is included in the search.
AfterqueryDateTime?NoSearch for orders placed after a certain date and time. The specified date is included in the search.
PeriodStartDatequeryDateTime?NoSearch for orders placed within a date and time period. The specified date is the start of the period and it is included in the search.
PeriodEndDatequeryDateTime?NoSearch for orders placed within a date and time period. The specified date is the start of the period and it is included in the search.
PeriodModequeryPeriodMode?NoSearch for orders placed within the last 180 days. Today is included in the search.
RequestUriquerystringNoThe URI from which the order was initiated.
RequestHttpMethodquerystringNoThe HTTP method of the order request.
OrderRequestSucceededquerybool?NoWas the order request successful?
ClientIPAddressquerystringNoThe initial IP address of client, who made the order.
UnitOfMeasurementquerystringNoThe unit of measurement for the order.
UnitOfMeasurementStartsWithquerystringNoSearch by using the unit of measurement of the order that starts with the specified value.
UnitOfMeasurementEndsWithquerystringNoSearch by using the unit of measurement of the order that ends with the specified value.
UnitOfMeasurementContainsquerystringNoSearch by using the unit of measurement of the order that contains the specified value.
ProcessTypequerystringNoThe type of process, for which the order is charged.
ProcessTypeStartsWithquerystringNoSearch by using the process type of the order that starts with the specified value.
ProcessTypeEndsWithquerystringNoSearch by using the process type of the order that ends with the specified value.
ProcessTypeContainsquerystringNoSearch by using the process type of the order that contains the specified value.
DataTypequerystringNoThe type of data, for which the order is charged.
DataTypeStartsWithquerystringNoSearch by using the type of data, for which the order is charged that starts with the specified value.
DataTypeEndsWithquerystringNoSearch by using the type of data, for which the order is charged that ends with the specified value.
DataTypeContainsquerystringNoSearch by using the type of data, for which the order is charged that contains the specified value.
DataNamequerystringNoThe name of the data, for which the order is charged.
DataNameStartsWithquerystringNoSearch by using the name of data, for which the order is charged that starts with the specified value.
DataNameEndsWithquerystringNoSearch by using the name of data, for which the order is charged that ends with the specified value.
DataNameContainsquerystringNoSearch by using the name of data, for which the order is charged that contains the specified value.
Skipqueryint?NoThe number of query results to skip.
Takequeryint?NoThe number of query results to include.
AdminSearchOrdersBase Parameters:
NameParameterData TypeRequiredDescription
UserNameformstringNoThe user name of the account.
OrderIdformint?NoThe unique identifier of the order.
ProductIdformint?NoThe unique identifier of the product, for which the order is made.
AccountIdformint?NoThe unique identifier of the user account, who made the order.
NameformstringNoThe name of the order.
NameStartsWithformstringNoSearch by using the name of the order that starts with the specified value.
NameEndsWithformstringNoSearch by using the name of the order that ends with the specified value.
NameContainsformstringNoSearch by using the name of the order that contains the specified value.
ServiceNameformstringNoSearch by using the name of the order that contains the specified value.
ServiceNameStartsWithformstringNoSearch by using the service name of the order that starts with the specified value.
ServiceNameEndsWithformstringNoSearch by using the service name of the order that ends with the specified value.
ServiceNameContainsformstringNoSearch by using the service name of the order that contains the specified value.
BeforeformDateTime?NoSearch for orders placed before a certain date and time. The specified date is included in the search.
AfterformDateTime?NoSearch for orders placed after a certain date and time. The specified date is included in the search.
PeriodStartDateformDateTime?NoSearch for orders placed within a date and time period. The specified date is the start of the period and it is included in the search.
PeriodEndDateformDateTime?NoSearch for orders placed within a date and time period. The specified date is the start of the period and it is included in the search.
PeriodModeformPeriodMode?NoSearch for orders placed within the last 180 days. Today is included in the search.
RequestUriformstringNoThe URI from which the order was initiated.
RequestHttpMethodformstringNoThe HTTP method of the order request.
OrderRequestSucceededformbool?NoWas the order request successful?
ClientIPAddressformstringNoThe initial IP address of client, who made the order.
UnitOfMeasurementformstringNoThe unit of measurement for the order.
UnitOfMeasurementStartsWithformstringNoSearch by using the unit of measurement of the order that starts with the specified value.
UnitOfMeasurementEndsWithformstringNoSearch by using the unit of measurement of the order that ends with the specified value.
UnitOfMeasurementContainsformstringNoSearch by using the unit of measurement of the order that contains the specified value.
ProcessTypeformstringNoThe type of process, for which the order is charged.
ProcessTypeStartsWithformstringNoSearch by using the process type of the order that starts with the specified value.
ProcessTypeEndsWithformstringNoSearch by using the process type of the order that ends with the specified value.
ProcessTypeContainsformstringNoSearch by using the process type of the order that contains the specified value.
DataTypeformstringNoThe type of data, for which the order is charged.
DataTypeStartsWithformstringNoSearch by using the type of data, for which the order is charged that starts with the specified value.
DataTypeEndsWithformstringNoSearch by using the type of data, for which the order is charged that ends with the specified value.
DataTypeContainsformstringNoSearch by using the type of data, for which the order is charged that contains the specified value.
DataNameformstringNoThe name of the data, for which the order is charged.
DataNameStartsWithformstringNoSearch by using the name of data, for which the order is charged that starts with the specified value.
DataNameEndsWithformstringNoSearch by using the name of data, for which the order is charged that ends with the specified value.
DataNameContainsformstringNoSearch by using the name of data, for which the order is charged that contains the specified value.
Skipformint?NoThe number of query results to skip.
Takeformint?NoThe number of query results to include.
PaginationBase Parameters:
NameParameterData TypeRequiredDescription
Skipformint?NoThe number of query results to skip.
Takeformint?NoThe number of query results to include.
PeriodMode Enum:
TodayToday
YesterdaySince yesterday
LastWeekSince last week
Last30DaysPast 30 days
Last90DaysPast 90 days
Last180DaysPast 180 days
OrderQueryResponse Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<Order>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo
QueryResponse<T> Parameters:
NameParameterData TypeRequiredDescription
OffsetformintNo
TotalformintNo
ResultsformList<T>No
MetaformDictionary<string, string>No
ResponseStatusformResponseStatusNo
Order Parameters:
NameParameterData TypeRequiredDescription
IdformintYesThe unique identifier of the order.
ProductIdformintYesThe unique identifier of the product, for which the order is made.
AccountIdformintYesThe unique identifier of the user account, who placed the order.
NameformstringYesA name to identify the order.
ServiceNameformstringNoThe name of the service, for which the order was made.
RequestTimestampformDateTime?NoThe time stamp at which the order was initiated.
ResponseTimestampformDateTime?NoThe time stamp at which the order was completed.
RequestUriformstringNoThe URI from which the order was initiated.
RequestHttpMethodformstringNoThe HTTP method of the order request.
RequestDurationformTimeSpan?NoThe duration of the order request.
ResponseStatusCodeformHttpStatusCodeNoThe HTTP status code of the order request.
ClientIPAddressformstringNoThe IP address of client, who placed the order.
UnitOfMeasurementformstringNoThe unit of measurement for the order.
ProcessTypeformstringNoThe type of process, for which the order is charged.
DataTypeformstringNoThe type of data, for which the order is charged.
DataNameformstringNoThe name of the data, for which the order is charged.
CreationDateformDateTimeNoThe date of creation of the order.
ExpiryDateformDateTime?NoThe final date to retain the order in the records. After this date, the order is expunged from the records.
IsTestformboolNoIndicates whether the order is simulated for test purposes. True if the order is simulated for test purposes; otherwise it is a false order for production purposes.

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /async/admin/orders/search HTTP/1.1 
Host: taxfiling.pwc.de 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"offset":0,"total":0,"results":[{"id":0,"productId":0,"accountId":0,"name":"String","serviceName":"String","requestTimestamp":"\/Date(-62135596800000-0000)\/","responseTimestamp":"\/Date(-62135596800000-0000)\/","requestUri":"String","requestHttpMethod":"String","requestDuration":"PT0S","responseStatusCode":"Continue","clientIPAddress":"String","unitOfMeasurement":"String","processType":"String","dataType":"String","dataName":"String","creationDate":"\/Date(-62135596800000-0000)\/","expiryDate":"\/Date(-62135596800000-0000)\/","isTest":false}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}