POST api/v1/DrawingVersionAddUpdate
Request Information
URI Parameters
None.
Body Parameters
DrawingVersionSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| DrawingID | integer |
None. |
|
| ProjectID | integer |
None. |
|
| EmpID | integer |
None. |
|
| VersionNo | integer |
None. |
|
| HardcopyDate | date |
None. |
|
| TargetDate | date |
None. |
|
| VersionDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"DrawingID": 2,
"ProjectID": 3,
"EmpID": 4,
"VersionNo": 5,
"HardcopyDate": "2026-08-11T00:07:39.7637256+05:30",
"TargetDate": "2026-08-11T00:07:39.7637256+05:30",
"VersionDescription": "sample string 8"
}
application/xml, text/xml
Sample:
<DrawingVersionSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <DrawingID>2</DrawingID> <EmpID>4</EmpID> <HardcopyDate>2026-08-11T00:07:39.7637256+05:30</HardcopyDate> <Mode>sample string 1</Mode> <ProjectID>3</ProjectID> <TargetDate>2026-08-11T00:07:39.7637256+05:30</TargetDate> <VersionDescription>sample string 8</VersionDescription> <VersionNo>5</VersionNo> </DrawingVersionSaveInput>
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. |