POST SeedRequest/ValidateSave
Request Information
URI Parameters
None.
Body Parameters
SeedRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| SeedRequestId | globally unique identifier | None. | |
| ExperimentOrGroupId | globally unique identifier | None. | |
| GroupRequest | boolean | None. | |
| GEId | decimal number | None. | |
| BrandId | decimal number | None. | |
| SubProductCode | string | None. | |
| TotalUnitsToReserve | integer | None. | |
| BusinessUnitCode | string | None. | |
| ApprovalStatusId | integer | None. | |
| TransactionId | globally unique identifier | None. | |
| RequestorName | string | None. | |
| RequestDate | date | None. | |
| ApproverName | string | None. | |
| ApprovalDate | date | None. | |
| ReasonForRejection | string | None. | |
| AddName | string | None. | |
| AddDate | date | None. | |
| LastMaintenanceName | string | None. | |
| LastMaintenanceDate | date | None. | |
| ApprovalStatus | ApprovalStatus | None. | |
| BusinessUnit | BusinessUnit | None. | |
| SeedRequestArea | Collection of SeedRequestArea | None. | |
| ChangeTracker | ObjectChangeTracker | None. | 
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
            Sample:
                    
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
            Sample:
        "sample string 1"
application/xml, text/xml
            Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>