...
| Bloco de código | ||
|---|---|---|
| ||
{
"groupId": 1,
"username": "sample string 2",
"password": "sample string 3"
} |
application/xml, text/xml
| Bloco de código | ||
|---|---|---|
| ||
<ConsincoUserCorpBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AuthenticationServer.Models"> <ControllerVersion>4</ControllerVersion> <GroupId>1</GroupId> <Password>sample string 3</Password> <Username>sample string 2</Username> </ConsincoUserCorpBindingModel> |
Códigos do Recurso (Response Codes)
...