POST api/Opportunity/ValidateStage
Request Information
URI Parameters
None.
Body Parameters
OpportunityStageValidationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StageId | integer |
None. |
|
| LastStageId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PotentialId | integer |
None. |
|
| UserId | integer |
None. |
|
| OriginId | string |
None. |
|
| Amount | decimal number |
None. |
|
| ClosingDate | date |
None. |
|
| ServiceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StageId": 1,
"LastStageId": 1,
"CustomerId": 2,
"PotentialId": 1,
"UserId": 1,
"OriginId": "sample string 3",
"Amount": 1.0,
"ClosingDate": "2026-09-06T16:38:38.3842042+07:00",
"ServiceId": 1
}
application/xml, text/xml
Sample:
<OpportunityStageValidationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apicrm.Models"> <Amount>1</Amount> <ClosingDate>2026-09-06T16:38:38.3842042+07:00</ClosingDate> <CustomerId>2</CustomerId> <LastStageId>1</LastStageId> <OriginId>sample string 3</OriginId> <PotentialId>1</PotentialId> <ServiceId>1</ServiceId> <StageId>1</StageId> <UserId>1</UserId> </OpportunityStageValidationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.