| GET | /Crm/Company/Branch/GetCompanyBranchesWihAccounts | ||
|---|---|---|---|
| GET | /Crm/Company/Branch/GetCompanyBranchesWihAccounts/{accountType} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountType | path | int? | No | |
| IsOwnCompanyBranch | query | bool | No | |
| IsSupplierCompanyBranch | query | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<CompanyBranchWithAccount> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BrachId | form | int | No | |
| CompanyId | form | int | No | |
| Code | form | string | No | |
| Name | form | string | No | |
| NameEn | form | string | No | |
| ParentId | form | int? | No | |
| AccountId | form | int | No | |
| Account | form | string | No | |
| FullAddress | form | string | No | |
| Spend | form | bool | No | |
| BrNum | form | int? | No | |
| GroupId | form | int? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Crm/Company/Branch/GetCompanyBranchesWihAccounts HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
BrachId: 0,
CompanyId: 0,
Code: String,
Name: String,
NameEn: String,
ParentId: 0,
AccountId: 0,
Account: String,
FullAddress: String,
Spend: False,
BrNum: 0,
GroupId: 0
}
]
}