POST | /Branch_Add |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OwnerType | body | CompanyOwnerType | No | |
Owner | body | string | No | |
BranchName | body | string | No | |
CompanyId | body | string | No | |
Parameters | body | Dictionary<string, string> | No |
contact | |
contactGroup |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Branch_Add HTTP/1.1
Host: wbs.e-teleport.ru
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"OwnerType":"contact","Owner":"String","BranchName":"String","CompanyId":"String","Parameters":{"String":"String"}}