GET api/v2/accounts/SynchronizeOffline
Request
URI Parameters
Response
Collection of AccountSynchronizeOffline| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Complement | string | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"Identification": "sample string 2",
"Complement": "sample string 3",
"Active": true
},
{
"Id": 1,
"Identification": "sample string 2",
"Complement": "sample string 3",
"Active": true
}
]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Complement":"sample string 3","Active":true},{"Id":1,"Identification":"sample string 2","Complement":"sample string 3","Active":true}]