GET v1/core/Accounts/{accID}/ProvisioningResync?pageSize={pageSize}&pageNumber={pageNumber}&includeTotal={includeTotal}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
accID
No documentation available.

Define this parameter in the request URI.

pageSize
No documentation available.

Define this parameter in the request URI.

pageNumber
No documentation available.

Define this parameter in the request URI.

includeTotal
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "PreviousPage": 1,
    "CurrentPage": 1,
    "NextPage": 1,
    "PageSize": 2,
    "TotalCount": 1,
    "ResultSet": [
      {
        "ProvisioningID": "24086076-ee0f-45c7-9985-30b372b6d401",
        "AccountID": 1,
        "MSISDN": "sample string 2",
        "PBUsersIDs": [
          1,
          2,
          3
        ],
        "APNDeviceID": 1
      },
      {
        "ProvisioningID": "24086076-ee0f-45c7-9985-30b372b6d401",
        "AccountID": 1,
        "MSISDN": "sample string 2",
        "PBUsersIDs": [
          1,
          2,
          3
        ],
        "APNDeviceID": 1
      },
      {
        "ProvisioningID": "24086076-ee0f-45c7-9985-30b372b6d401",
        "AccountID": 1,
        "MSISDN": "sample string 2",
        "PBUsersIDs": [
          1,
          2,
          3
        ],
        "APNDeviceID": 1
      }
    ]
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"PreviousPage":1,"CurrentPage":1,"NextPage":1,"PageSize":2,"TotalCount":1,"ResultSet":[{"ProvisioningID":"24086076-ee0f-45c7-9985-30b372b6d401","AccountID":1,"MSISDN":"sample string 2","PBUsersIDs":[1,2,3],"APNDeviceID":1},{"ProvisioningID":"24086076-ee0f-45c7-9985-30b372b6d401","AccountID":1,"MSISDN":"sample string 2","PBUsersIDs":[1,2,3],"APNDeviceID":1},{"ProvisioningID":"24086076-ee0f-45c7-9985-30b372b6d401","AccountID":1,"MSISDN":"sample string 2","PBUsersIDs":[1,2,3],"APNDeviceID":1}]},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfPagedListOfProvisoningAccountResyncCA1DLPoZCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>
    <CurrentPage>1</CurrentPage>
    <NextPage>1</NextPage>
    <PageSize>2</PageSize>
    <PreviousPage>1</PreviousPage>
    <ResultSet>
      <ProvisoningAccountResync>
        <APNDeviceID>1</APNDeviceID>
        <AccountID>1</AccountID>
        <MSISDN>sample string 2</MSISDN>
        <PBUsersIDs xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:int>1</d5p1:int>
          <d5p1:int>2</d5p1:int>
          <d5p1:int>3</d5p1:int>
        </PBUsersIDs>
        <ProvisioningID>24086076-ee0f-45c7-9985-30b372b6d401</ProvisioningID>
      </ProvisoningAccountResync>
      <ProvisoningAccountResync>
        <APNDeviceID>1</APNDeviceID>
        <AccountID>1</AccountID>
        <MSISDN>sample string 2</MSISDN>
        <PBUsersIDs xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:int>1</d5p1:int>
          <d5p1:int>2</d5p1:int>
          <d5p1:int>3</d5p1:int>
        </PBUsersIDs>
        <ProvisioningID>24086076-ee0f-45c7-9985-30b372b6d401</ProvisioningID>
      </ProvisoningAccountResync>
      <ProvisoningAccountResync>
        <APNDeviceID>1</APNDeviceID>
        <AccountID>1</AccountID>
        <MSISDN>sample string 2</MSISDN>
        <PBUsersIDs xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:int>1</d5p1:int>
          <d5p1:int>2</d5p1:int>
          <d5p1:int>3</d5p1:int>
        </PBUsersIDs>
        <ProvisioningID>24086076-ee0f-45c7-9985-30b372b6d401</ProvisioningID>
      </ProvisoningAccountResync>
    </ResultSet>
    <TotalCount>1</TotalCount>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfPagedListOfProvisoningAccountResyncCA1DLPoZCA1DLPoZ>

application/bson

Sample:
uSuccessDataPreviousPageCurrentPageNextPagePageSizeTotalCountResultSet�0�ProvisioningIDv`$��E��0�r��AccountIDMSISDNsample string 2PBUsersIDs012APNDeviceID1�ProvisioningIDv`$��E��0�r��AccountIDMSISDNsample string 2PBUsersIDs012APNDeviceID2�ProvisioningIDv`$��E��0�r��AccountIDMSISDNsample string 2PBUsersIDs012APNDeviceIDErrorCodeErrorDescriptionsample string 3Metasample string 4