POST api/Providers/Get

Request Information

URI Parameters

None.

Body Parameters

ProviderGetRequest
NameDescriptionTypeAdditional information
CallCenterNumberId

string

None.

DNIS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CallCenterNumberId": "sample string 1",
  "DNIS": "sample string 2"
}

application/xml, text/xml

Sample:
<ProviderGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViaWS.Models">
  <CallCenterNumberId>sample string 1</CallCenterNumberId>
  <DNIS>sample string 2</DNIS>
</ProviderGetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProviderGetResponse
NameDescriptionTypeAdditional information
Provider_Number

string

None.

result

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Provider_Number": "sample string 1",
  "result": 2,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<ProviderGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViaWS.Models">
  <Message>sample string 3</Message>
  <Result>2</Result>
  <Provider_Number>sample string 1</Provider_Number>
</ProviderGetResponse>