POST services/api/v1/GetSellingPriceBranchByBranchId
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SellingPriceBranchRelation_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BranchId | integer |
None. |
|
| SellingPriceLevelId | integer |
None. |
|
| BranchName | string |
None. |
|
| SellingPriceLevelName | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"BranchId": 2,
"SellingPriceLevelId": 3,
"BranchName": "sample string 4",
"SellingPriceLevelName": "sample string 5",
"UserId": 6
}