Creates a user opportunity order.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserName |
string |
Yes |
The username. |
张三 |
| PhoneNumber |
string |
Yes |
The phone number. |
158******** |
|
string |
Yes |
The email address. |
xxxx@alibaba.com |
|
| Position |
string |
Yes |
The job title. |
经理 |
| Company |
string |
Yes |
The company. |
xxxx有限公司 |
| Website |
string |
No |
The company website. |
xxx.com |
| Remark |
string |
No |
Additional remarks. |
请尽快联系我们 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
Examples
Success response
JSON format
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | DuplicateRequirementTicket | Repeated demand order. | Repeated demand order. |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.