GET api/manager/phones/divergencia

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GetDivergencias_Result
NameDescriptionTypeAdditional information
intIdPerson

integer

None.

phone

string

None.

txtOperatorFC

integer

None.

txtOperator

integer

None.

intIdPlan

integer

None.

txtPlanoOperadora

string

None.

txtDescriptionFC

string

None.

txtPlanDescriptionReal

string

None.

bitOperatorDivergent

boolean

None.

bitPlanDivergent

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "intIdPerson": 1,
    "phone": "sample string 1",
    "txtOperatorFC": 2,
    "txtOperator": 1,
    "intIdPlan": 1,
    "txtPlanoOperadora": "sample string 3",
    "txtDescriptionFC": "sample string 4",
    "txtPlanDescriptionReal": "sample string 5",
    "bitOperatorDivergent": true,
    "bitPlanDivergent": true
  },
  {
    "intIdPerson": 1,
    "phone": "sample string 1",
    "txtOperatorFC": 2,
    "txtOperator": 1,
    "intIdPlan": 1,
    "txtPlanoOperadora": "sample string 3",
    "txtDescriptionFC": "sample string 4",
    "txtPlanDescriptionReal": "sample string 5",
    "bitOperatorDivergent": true,
    "bitPlanDivergent": true
  }
]

text/html

Sample:
[{"intIdPerson":1,"phone":"sample string 1","txtOperatorFC":2,"txtOperator":1,"intIdPlan":1,"txtPlanoOperadora":"sample string 3","txtDescriptionFC":"sample string 4","txtPlanDescriptionReal":"sample string 5","bitOperatorDivergent":true,"bitPlanDivergent":true},{"intIdPerson":1,"phone":"sample string 1","txtOperatorFC":2,"txtOperator":1,"intIdPlan":1,"txtPlanoOperadora":"sample string 3","txtDescriptionFC":"sample string 4","txtPlanDescriptionReal":"sample string 5","bitOperatorDivergent":true,"bitPlanDivergent":true}]

application/xml, text/xml

Sample:
<ArrayOfGetDivergencias_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.DataAccess">
  <GetDivergencias_Result>
    <bitOperatorDivergent>true</bitOperatorDivergent>
    <bitPlanDivergent>true</bitPlanDivergent>
    <intIdPerson>1</intIdPerson>
    <intIdPlan>1</intIdPlan>
    <phone>sample string 1</phone>
    <txtDescriptionFC>sample string 4</txtDescriptionFC>
    <txtOperator>1</txtOperator>
    <txtOperatorFC>2</txtOperatorFC>
    <txtPlanDescriptionReal>sample string 5</txtPlanDescriptionReal>
    <txtPlanoOperadora>sample string 3</txtPlanoOperadora>
  </GetDivergencias_Result>
  <GetDivergencias_Result>
    <bitOperatorDivergent>true</bitOperatorDivergent>
    <bitPlanDivergent>true</bitPlanDivergent>
    <intIdPerson>1</intIdPerson>
    <intIdPlan>1</intIdPlan>
    <phone>sample string 1</phone>
    <txtDescriptionFC>sample string 4</txtDescriptionFC>
    <txtOperator>1</txtOperator>
    <txtOperatorFC>2</txtOperatorFC>
    <txtPlanDescriptionReal>sample string 5</txtPlanDescriptionReal>
    <txtPlanoOperadora>sample string 3</txtPlanoOperadora>
  </GetDivergencias_Result>
</ArrayOfGetDivergencias_Result>