GET api/BillingService/ListDeviceIdentifiers?pageIndex={pageIndex}&pageSize={pageSize}&state={state}&deviceModel={deviceModel}&fromDate={fromDate}&toDate={toDate}
Documentation for 'ListDeviceIdentifiers'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pageIndex | Documentation for 'pageIndex'. |
Define this parameter in the request URI. |
pageSize | Documentation for 'pageSize'. |
Define this parameter in the request URI. |
state | Documentation for 'state'. |
Define this parameter in the request URI. |
deviceModel | Documentation for 'deviceModel'. |
Define this parameter in the request URI. |
fromDate | Documentation for 'fromDate'. |
Define this parameter in the request URI. |
toDate | Documentation for 'toDate'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "device_identifiers": [ { "l1_distributor_name": "sample string 1", "l1_distributor_uuid": "sample string 2", "l1_distributor_server_name": "sample string 3", "l2_distributor_name": "sample string 4", "l2_distributor_uuid": "sample string 5", "l2_distributor_server_name": "sample string 6", "device_identifier_model": "sample string 7", "state": 0, "production_date": "sample string 8", "product_name": "sample string 9", "promotion_name": "sample string 10", "device_identifier_type": 64, "device_identifier": "sample string 12" }, { "l1_distributor_name": "sample string 1", "l1_distributor_uuid": "sample string 2", "l1_distributor_server_name": "sample string 3", "l2_distributor_name": "sample string 4", "l2_distributor_uuid": "sample string 5", "l2_distributor_server_name": "sample string 6", "device_identifier_model": "sample string 7", "state": 0, "production_date": "sample string 8", "product_name": "sample string 9", "promotion_name": "sample string 10", "device_identifier_type": 64, "device_identifier": "sample string 12" }, { "l1_distributor_name": "sample string 1", "l1_distributor_uuid": "sample string 2", "l1_distributor_server_name": "sample string 3", "l2_distributor_name": "sample string 4", "l2_distributor_uuid": "sample string 5", "l2_distributor_server_name": "sample string 6", "device_identifier_model": "sample string 7", "state": 0, "production_date": "sample string 8", "product_name": "sample string 9", "promotion_name": "sample string 10", "device_identifier_type": 64, "device_identifier": "sample string 12" } ], "total_count": 1, "page_index": 2, "page_size": 3, "is_success": true, "error_message": "sample string 5", "exception_name": "sample string 6", "error_code": 7 }
application/xml, text/xml
Sample:
<ListDeviceIdentifierResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMS.RestApi.Entities.Billing"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">7</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 5</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 6</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <page_index xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">2</page_index> <page_size xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">3</page_size> <total_count xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi.Entities">1</total_count> <device_identifiers> <DeviceIdentifierItemWithDistributor> <device_identifier>sample string 12</device_identifier> <device_identifier_type>64</device_identifier_type> <device_identifier_model>sample string 7</device_identifier_model> <product_name>sample string 9</product_name> <production_date>sample string 8</production_date> <promotion_name>sample string 10</promotion_name> <state>None</state> <l1_distributor_name>sample string 1</l1_distributor_name> <l1_distributor_server_name>sample string 3</l1_distributor_server_name> <l1_distributor_uuid>sample string 2</l1_distributor_uuid> <l2_distributor_name>sample string 4</l2_distributor_name> <l2_distributor_server_name>sample string 6</l2_distributor_server_name> <l2_distributor_uuid>sample string 5</l2_distributor_uuid> </DeviceIdentifierItemWithDistributor> <DeviceIdentifierItemWithDistributor> <device_identifier>sample string 12</device_identifier> <device_identifier_type>64</device_identifier_type> <device_identifier_model>sample string 7</device_identifier_model> <product_name>sample string 9</product_name> <production_date>sample string 8</production_date> <promotion_name>sample string 10</promotion_name> <state>None</state> <l1_distributor_name>sample string 1</l1_distributor_name> <l1_distributor_server_name>sample string 3</l1_distributor_server_name> <l1_distributor_uuid>sample string 2</l1_distributor_uuid> <l2_distributor_name>sample string 4</l2_distributor_name> <l2_distributor_server_name>sample string 6</l2_distributor_server_name> <l2_distributor_uuid>sample string 5</l2_distributor_uuid> </DeviceIdentifierItemWithDistributor> <DeviceIdentifierItemWithDistributor> <device_identifier>sample string 12</device_identifier> <device_identifier_type>64</device_identifier_type> <device_identifier_model>sample string 7</device_identifier_model> <product_name>sample string 9</product_name> <production_date>sample string 8</production_date> <promotion_name>sample string 10</promotion_name> <state>None</state> <l1_distributor_name>sample string 1</l1_distributor_name> <l1_distributor_server_name>sample string 3</l1_distributor_server_name> <l1_distributor_uuid>sample string 2</l1_distributor_uuid> <l2_distributor_name>sample string 4</l2_distributor_name> <l2_distributor_server_name>sample string 6</l2_distributor_server_name> <l2_distributor_uuid>sample string 5</l2_distributor_uuid> </DeviceIdentifierItemWithDistributor> </device_identifiers> </ListDeviceIdentifierResponse>