POST api/DrawRequests
Request Information
URI Parameters
None.
Body Parameters
DrawRequests| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DrawNumber | string |
None. |
|
| Operator | string |
None. |
|
| ProjectName | string |
None. |
|
| TotalCommitment | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DrawNumber": "sample string 2",
"Operator": "sample string 3",
"ProjectName": "sample string 4",
"TotalCommitment": 5.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true