POST api/job/NormalisePhoneNumbers

Normalises phone numbers for agency

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Job.Command.NormalisePhoneNumbers.NormalisePhoneNumbersCommandDataContract
NameDescriptionTypeAdditional information
PageSize

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NormalisePhoneNumbersCommandDataContract'.

application/json, text/json

Sample:
{
  "PageSize": 1
}

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContract
NameDescriptionTypeAdditional information
SupportsCancellation

boolean

None.

ReportsProgress

boolean

None.

InitialStatusText

string

None.

JobReference

globally unique identifier

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SupportsCancellation": true,
  "ReportsProgress": true,
  "InitialStatusText": "sample string 3",
  "JobReference": "5f7f796d-84e0-4c6e-a2ff-352285d4f9d7",
  "Success": true
}