GET api/cliente/getclientemobypay?TenantId={TenantId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TenantId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CadastroMobypay
NameDescriptionTypeAdditional information
TenantId

globally unique identifier

None.

RazaoSocial

string

None.

Email

string

None.

Responsavel

string

None.

NumeroCelular

string

None.

NumeroTelefone

string

None.

NumeroTelefoneDois

string

None.

Endereco

string

None.

CNPJ

string

None.

Funcionamento

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TenantId": "582d1fc6-6643-408a-ab46-8429f823b411",
  "RazaoSocial": "sample string 1",
  "Email": "sample string 2",
  "Responsavel": "sample string 3",
  "NumeroCelular": "sample string 4",
  "NumeroTelefone": "sample string 5",
  "NumeroTelefoneDois": "sample string 6",
  "Endereco": "sample string 7",
  "CNPJ": "sample string 8",
  "Funcionamento": "sample string 9"
}

application/xml, text/xml

Sample:
<CadastroMobypay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Models.v1">
  <CNPJ>sample string 8</CNPJ>
  <Email>sample string 2</Email>
  <Endereco>sample string 7</Endereco>
  <Funcionamento>sample string 9</Funcionamento>
  <NumeroCelular>sample string 4</NumeroCelular>
  <NumeroTelefone>sample string 5</NumeroTelefone>
  <NumeroTelefoneDois>sample string 6</NumeroTelefoneDois>
  <RazaoSocial>sample string 1</RazaoSocial>
  <Responsavel>sample string 3</Responsavel>
  <TenantId>582d1fc6-6643-408a-ab46-8429f823b411</TenantId>
</CadastroMobypay>