Creates a company.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CompanyName |
string |
Yes |
The name of the company or organization. |
testYanwen045 |
| CompanyType |
integer |
Yes |
The company type. |
0 |
| CompanyCode |
string |
Yes |
The company code. |
xxx |
| CompanyPhone |
string |
Yes |
The phone number of the company. |
1999 |
| CompanyEmail |
string |
No |
The email address of the company. |
test@123.com |
| CompanyAddress |
string |
Yes |
The address of the company. |
test |
| Province |
string |
Yes |
The province. |
Beijing |
| City |
string |
Yes |
The city. |
Beijing |
| PostCode |
string |
Yes |
The postal code. |
100000 |
| CountryCode |
string |
Yes |
The country code. |
CN |
| Department |
string |
No |
The department. |
test |
| Lang |
string |
Yes |
The language. |
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
838603C0-72A1-5070-A2E6-16E43861DB71 |
| CompanyId |
integer |
The company ID. |
51001 |
Examples
Success response
JSON format
{
"RequestId": "838603C0-72A1-5070-A2E6-16E43861DB71",
"CompanyId": 51001
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.