POST api/CompanyInfo/register
Request Information
URI Parameters
None.
Body Parameters
CompanyRegistrationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyInfo_UiD | string |
None. |
|
| CompanyInfo_Name | string |
None. |
|
| CompanyInfo_BrandName | string |
None. |
|
| CompanyInfo_Type | string |
None. |
|
| CompanyInfo_Country | string |
None. |
|
| CompanyInfo_AddressLine1 | string |
None. |
|
| CompanyInfo_AddressLine2 | string |
None. |
|
| CompanyInfo_Pincode | string |
None. |
|
| CompanyInfo_City | string |
None. |
|
| CompanyInfo_State | string |
None. |
|
| CompanyInfo_BrandPhone | string |
None. |
|
| CompanyInfo_BrandEmail | string |
None. |
|
| CompanyInfo_Currency | string |
None. |
|
| CompanyInfo_GSTNumber | string |
None. |
|
| CompanyInfo_TaxType | string |
None. |
|
| CompanyInfo_LocationType | string |
None. |
|
| CompanyInfo_DecimalPlaces | integer |
None. |
|
| CompanyInfo_TaxRegLabel | string |
None. |
|
| CompanyInfo_TaxLabel | string |
None. |
|
| Store_IiD | string |
None. |
|
| Store_StoreName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyInfo_UiD": "sample string 1",
"CompanyInfo_Name": "sample string 2",
"CompanyInfo_BrandName": "sample string 3",
"CompanyInfo_Type": "sample string 4",
"CompanyInfo_Country": "sample string 5",
"CompanyInfo_AddressLine1": "sample string 6",
"CompanyInfo_AddressLine2": "sample string 7",
"CompanyInfo_Pincode": "sample string 8",
"CompanyInfo_City": "sample string 9",
"CompanyInfo_State": "sample string 10",
"CompanyInfo_BrandPhone": "sample string 11",
"CompanyInfo_BrandEmail": "sample string 12",
"CompanyInfo_Currency": "sample string 13",
"CompanyInfo_GSTNumber": "sample string 14",
"CompanyInfo_TaxType": "sample string 15",
"CompanyInfo_LocationType": "sample string 16",
"CompanyInfo_DecimalPlaces": 1,
"CompanyInfo_TaxRegLabel": "sample string 17",
"CompanyInfo_TaxLabel": "sample string 18",
"Store_IiD": "sample string 19",
"Store_StoreName": "sample string 20"
}
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. |