POST Profiles/InsertUpdateInternalCompanyRawData
Request Information
URI Parameters
None.
Body Parameters
PropInternalRawDataParam| Name | Description | Type | Additional information |
|---|---|---|---|
| rawDataId | integer |
None. |
|
| companyId | integer |
None. |
|
| kPIName | string |
None. |
|
| unit | string |
None. |
|
| fiscalPeriodName | string |
None. |
|
| dataValue | string |
None. |
|
| multiplier | integer |
None. |
|
| periodEndDate | date |
None. |
|
| currencyCode | string |
None. |
|
| metricId | integer |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rawDataId": 1,
"companyId": 2,
"kPIName": "sample string 3",
"unit": "sample string 4",
"fiscalPeriodName": "sample string 5",
"dataValue": "sample string 6",
"multiplier": 7,
"periodEndDate": "2026-07-25T00:38:28.2402114Z",
"currencyCode": "sample string 9",
"metricId": 10,
"userId": 11
}
application/xml, text/xml
Sample:
<PropInternalRawDataParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models"> <companyId>2</companyId> <currencyCode>sample string 9</currencyCode> <dataValue>sample string 6</dataValue> <fiscalPeriodName>sample string 5</fiscalPeriodName> <kPIName>sample string 3</kPIName> <metricId>10</metricId> <multiplier>7</multiplier> <periodEndDate>2026-07-25T00:38:28.2402114+00:00</periodEndDate> <rawDataId>1</rawDataId> <unit>sample string 4</unit> <userId>11</userId> </PropInternalRawDataParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |