POST api/v1/DrawingSave
Request Information
URI Parameters
None.
Body Parameters
DrawingSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| DrawingID | integer |
None. |
|
| DrawingGroupID | integer |
None. |
|
| ProjectID | integer |
None. |
|
| ProjectStageID | integer |
None. |
|
| DrawingNumber | string |
None. |
|
| DrawingTitle | string |
None. |
|
| Scale | string |
None. |
|
| SheetSize | string |
None. |
|
| SoftCopyDate | date |
None. |
|
| HardCopyDate | date |
None. |
|
| DateAssigned | date |
None. |
|
| PreparedBy | integer |
None. |
|
| CheckedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"DrawingID": 2,
"DrawingGroupID": 3,
"ProjectID": 4,
"ProjectStageID": 5,
"DrawingNumber": "sample string 6",
"DrawingTitle": "sample string 7",
"Scale": "sample string 8",
"SheetSize": "sample string 9",
"SoftCopyDate": "2026-04-14T10:32:23.1793556+05:30",
"HardCopyDate": "2026-04-14T10:32:23.1793556+05:30",
"DateAssigned": "2026-04-14T10:32:23.1793556+05:30",
"PreparedBy": 13,
"CheckedBy": 14
}
application/xml, text/xml
Sample:
<DrawingSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CheckedBy>14</CheckedBy> <DateAssigned>2026-04-14T10:32:23.1793556+05:30</DateAssigned> <DrawingGroupID>3</DrawingGroupID> <DrawingID>2</DrawingID> <DrawingNumber>sample string 6</DrawingNumber> <DrawingTitle>sample string 7</DrawingTitle> <HardCopyDate>2026-04-14T10:32:23.1793556+05:30</HardCopyDate> <Mode>sample string 1</Mode> <PreparedBy>13</PreparedBy> <ProjectID>4</ProjectID> <ProjectStageID>5</ProjectStageID> <Scale>sample string 8</Scale> <SheetSize>sample string 9</SheetSize> <SoftCopyDate>2026-04-14T10:32:23.1793556+05:30</SoftCopyDate> </DrawingSaveInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |