POST api/SupportVendorController/CreateAccount
Request Information
URI Parameters
None.
Body Parameters
CreateAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| taxCode | string |
None. |
|
| eOfficeDataSiteUrl | string |
None. |
|
| WebUrl | string |
None. |
|
| ItemId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"taxCode": "sample string 1",
"eOfficeDataSiteUrl": "sample string 2",
"WebUrl": "sample string 3",
"ItemId": 4
}
application/xml, text/xml
Sample:
<CreateAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Models"> <ItemId>4</ItemId> <WebUrl>sample string 3</WebUrl> <eOfficeDataSiteUrl>sample string 2</eOfficeDataSiteUrl> <taxCode>sample string 1</taxCode> </CreateAccount>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.