GET Accounts/SyncData?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseSyncModel| Name | Description | Type | Additional information |
|---|---|---|---|
| enumModel | Collection of EnumViewModel |
None. |
|
| itemModel | Collection of ItemViewModel |
None. |
|
| partyModel | Collection of PartyViewModel |
None. |
|
| commonSettingViewModel | CommonSettingViewModel |
None. |
|
| locationModel | Collection of LocationViewModel |
None. |
|
| lstCompany | Collection of integer |
None. |
|
| lstCompanyDetails | Collection of CompanyViewModel |
None. |
|
| lstLocation | Collection of integer |
None. |
|
| InactiveParties | Collection of integer |
None. |
|
| DeletedParties | Collection of integer |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"enumModel": [],
"itemModel": [],
"partyModel": [],
"commonSettingViewModel": null,
"locationModel": null,
"lstCompany": null,
"lstCompanyDetails": null,
"lstLocation": null,
"InactiveParties": null,
"DeletedParties": null,
"Success": false,
"Message": null
}
application/xml, text/xml
Sample:
<BaseResponseSyncModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreeStar.Common.Models"> <Message i:nil="true" /> <Success>false</Success> <DeletedParties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <InactiveParties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <commonSettingViewModel i:nil="true" /> <enumModel /> <itemModel /> <locationModel i:nil="true" /> <lstCompany xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <lstCompanyDetails i:nil="true" /> <lstLocation xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <partyModel /> </BaseResponseSyncModel>