This web method returns a list of all the branches setup in the system, the ids returned by this are used by a number of other web methods.
Method | /ProCloudWS.asmx/ProviderBranchesGet |
This web method returns a list of all the branches setup in the system, the ids returned by this are used by a number of other web methods.
The request body is of type ProviderBranchesGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
|
The response body is of type ProviderBranchesGetResponse.
Name | Description | Data Type |
---|---|---|
ProviderBranchesGetResult | objProviderBranchesGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objProviderBranchesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <ProviderBranches> <ProviderBranchID>86</ProviderBranchID> <ProviderBranchGUId>eba66fe2-4c95-4b7c-a603-162e5f07c52d</ProviderBranchGUId> <BranchName>Branch A</BranchName> </ProviderBranches> <ProviderBranches> <ProviderBranchID>90</ProviderBranchID> <ProviderBranchGUId>7e199cf5-8114-4a73-aca0-62a26a979041</ProviderBranchGUId> <BranchName>Branch B</BranchName> </ProviderBranches> <ProviderBranches> <ProviderBranchID>88</ProviderBranchID> <ProviderBranchGUId>8cf31042-3f21-4332-893f-908198b09e88</ProviderBranchGUId> <BranchName>Branch C</BranchName> </ProviderBranches> <ProviderBranches> <ProviderBranchID>89</ProviderBranchID> <ProviderBranchGUId>d33c188d-df37-4d95-a314-cb9fe14f1433</ProviderBranchGUId> <BranchName>Branch D</BranchName> </ProviderBranches> <ProviderBranches> <ProviderBranchID>87</ProviderBranchID> <ProviderBranchGUId>1a9572c7-6a49-4ccd-a6df-96073cc23aae</ProviderBranchGUId> <BranchName>Branch E</BranchName> </ProviderBranches> </NewDataSet> </xmlDataSet> </objProviderBranchesGetReturn>