POST Profiles/UpdateDUAStgSourceCompanyDetails
Request Information
URI Parameters
None.
Body Parameters
StgSourceInternalCompanyDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| CountryName | string |
None. |
|
| DocumentType | string |
None. |
|
| ServiceLineName | string |
None. |
|
| LocationName | string |
None. |
|
| CompanyName | string |
None. |
|
| ProjectName | string |
None. |
|
| IndustryTaxonomyCode | string |
None. |
|
| BusinessDescription | string |
None. |
|
| CreateUser | string |
None. |
|
| StockExchange | string |
None. |
|
| StockSymbol | string |
None. |
|
| CurrencyCode | string |
None. |
|
| Multiplier | integer |
None. |
|
| Type | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"CountryName": "sample string 2",
"DocumentType": "sample string 3",
"ServiceLineName": "sample string 4",
"LocationName": "sample string 5",
"CompanyName": "sample string 6",
"ProjectName": "sample string 7",
"IndustryTaxonomyCode": "sample string 8",
"BusinessDescription": "sample string 9",
"CreateUser": "sample string 10",
"StockExchange": "sample string 11",
"StockSymbol": "sample string 12",
"CurrencyCode": "sample string 13",
"Multiplier": 14,
"Type": true
}
application/xml, text/xml
Sample:
<StgSourceInternalCompanyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models"> <BusinessDescription>sample string 9</BusinessDescription> <CompanyId>1</CompanyId> <CompanyName>sample string 6</CompanyName> <CountryName>sample string 2</CountryName> <CreateUser>sample string 10</CreateUser> <CurrencyCode>sample string 13</CurrencyCode> <DocumentType>sample string 3</DocumentType> <IndustryTaxonomyCode>sample string 8</IndustryTaxonomyCode> <LocationName>sample string 5</LocationName> <Multiplier>14</Multiplier> <ProjectName>sample string 7</ProjectName> <ServiceLineName>sample string 4</ServiceLineName> <StockExchange>sample string 11</StockExchange> <StockSymbol>sample string 12</StockSymbol> <Type>true</Type> </StgSourceInternalCompanyDataModel>
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. |