POST api/Tools/CreateNewCompany
Request Information
URI Parameters
None.
Body Parameters
NewCompanyInputObjects| Name | Description | Type | Additional information |
|---|---|---|---|
| APXDataPath | string |
None. |
|
| TemplateDBPath | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyCode | string |
None. |
|
| State | string |
None. |
|
| StateCode | string |
None. |
|
| CityTown | string |
None. |
|
| BranchName | string |
None. |
|
| BranchCode | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| AddressLine3 | string |
None. |
|
| Pincode | string |
None. |
|
| PhoneNo1 | string |
None. |
|
| PhoneNo2 | string |
None. |
|
| EMailID | string |
None. |
|
| FaxNo | string |
None. |
|
| OtherInfo | string |
None. |
|
| GSTIN | string |
None. |
|
| PANN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APXDataPath": "sample string 1",
"TemplateDBPath": "sample string 2",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"State": "sample string 5",
"StateCode": "sample string 6",
"CityTown": "sample string 7",
"BranchName": "sample string 8",
"BranchCode": "sample string 9",
"AddressLine1": "sample string 10",
"AddressLine2": "sample string 11",
"AddressLine3": "sample string 12",
"Pincode": "sample string 13",
"PhoneNo1": "sample string 14",
"PhoneNo2": "sample string 15",
"EMailID": "sample string 16",
"FaxNo": "sample string 17",
"OtherInfo": "sample string 18",
"GSTIN": "sample string 19",
"PANN": "sample string 20"
}
application/xml, text/xml
Sample:
<NewCompanyInputObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <APXDataPath>sample string 1</APXDataPath> <AddressLine1>sample string 10</AddressLine1> <AddressLine2>sample string 11</AddressLine2> <AddressLine3>sample string 12</AddressLine3> <BranchCode>sample string 9</BranchCode> <BranchName>sample string 8</BranchName> <CityTown>sample string 7</CityTown> <CompanyCode>sample string 4</CompanyCode> <CompanyName>sample string 3</CompanyName> <EMailID>sample string 16</EMailID> <FaxNo>sample string 17</FaxNo> <GSTIN>sample string 19</GSTIN> <OtherInfo>sample string 18</OtherInfo> <PANN>sample string 20</PANN> <PhoneNo1>sample string 14</PhoneNo1> <PhoneNo2>sample string 15</PhoneNo2> <Pincode>sample string 13</Pincode> <State>sample string 5</State> <StateCode>sample string 6</StateCode> <TemplateDBPath>sample string 2</TemplateDBPath> </NewCompanyInputObjects>
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. |