GET api/v1/sicopAccount

Request Information

URI Parameters

None.

Requires Authorization!

Roles:

Body Parameters

None.

Response Information

Resource Description

Collection of SicopAccountDto
NameDescriptionTypeAdditional information
Branch

integer

None.

Company

string

None.

Id

integer

None.

IsDefaultAccount

boolean

None.

Username

string

None.

Password

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Branch": 1,
    "Company": "sample string 2",
    "Id": 3,
    "IsDefaultAccount": true,
    "Username": "sample string 5",
    "Password": "sample string 6"
  },
  {
    "Branch": 1,
    "Company": "sample string 2",
    "Id": 3,
    "IsDefaultAccount": true,
    "Username": "sample string 5",
    "Password": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSicopAccountDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lar.SicopPlus.Core.Entities.DTOs">
  <SicopAccountDto>
    <Branch>1</Branch>
    <Company>sample string 2</Company>
    <Id>3</Id>
    <IsDefaultAccount>true</IsDefaultAccount>
    <Password>sample string 6</Password>
    <Username>sample string 5</Username>
  </SicopAccountDto>
  <SicopAccountDto>
    <Branch>1</Branch>
    <Company>sample string 2</Company>
    <Id>3</Id>
    <IsDefaultAccount>true</IsDefaultAccount>
    <Password>sample string 6</Password>
    <Username>sample string 5</Username>
  </SicopAccountDto>
</ArrayOfSicopAccountDto>