POST B2BZone/AddUpdateFinancialData
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Business.Financial| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | string |
None. |
|
| Year | string |
None. |
|
| Investment | decimal number |
None. |
|
| Export | decimal number |
None. |
|
| Import | decimal number |
None. |
|
| Turnover | decimal number |
None. |
|
| NoOfEmployees | integer |
None. |
|
| ContactId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"Year": "sample string 2",
"Investment": 3.1,
"Export": 4.1,
"Import": 5.1,
"Turnover": 6.1,
"NoOfEmployees": 7,
"ContactId": "sample string 8"
}
application/xml, text/xml
Sample:
<Financial xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemberId>sample string 1</MemberId> <Year>sample string 2</Year> <Investment>3.1</Investment> <Export>4.1</Export> <Import>5.1</Import> <Turnover>6.1</Turnover> <NoOfEmployees>7</NoOfEmployees> <ContactId>sample string 8</ContactId> </Financial>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.