POST api/changeFormPdf
Request Information
URI Parameters
None.
Body Parameters
DownloadChangeForm| Name | Description | Type | Additional information |
|---|---|---|---|
| oldData | Collection of ChangeFormNewModel |
None. |
|
| notes | Collection of NotesList |
None. |
|
| clientName | string |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oldData": [
{
"FieldName": "sample string 1",
"Id": "801770a6-38cc-48d4-82a1-4690a6fc39a1",
"ChangeDate": "sample string 3",
"ChangeRequestId": "1826ab8d-d2f6-447f-82ea-c585b8b8b5d6",
"TableName": 5,
"OriginalValue": "sample string 6",
"NewValue": "sample string 7",
"IsAccepted": "sample string 8",
"RecordId": "d671840f-df08-474f-9016-14db3d829338",
"Action": 9,
"Status": 10,
"Owner": "sample string 11",
"IsInActive": true,
"DeletedBy": "sample string 13",
"ModifiedDate": "sample string 14"
},
{
"FieldName": "sample string 1",
"Id": "801770a6-38cc-48d4-82a1-4690a6fc39a1",
"ChangeDate": "sample string 3",
"ChangeRequestId": "1826ab8d-d2f6-447f-82ea-c585b8b8b5d6",
"TableName": 5,
"OriginalValue": "sample string 6",
"NewValue": "sample string 7",
"IsAccepted": "sample string 8",
"RecordId": "d671840f-df08-474f-9016-14db3d829338",
"Action": 9,
"Status": 10,
"Owner": "sample string 11",
"IsInActive": true,
"DeletedBy": "sample string 13",
"ModifiedDate": "sample string 14"
}
],
"notes": [
{
"Id": "90d5693a-61d2-47a0-9640-1932f3a0fbb4",
"UserName": "sample string 2",
"Content": "sample string 3",
"ChangeFormId": "sample string 4",
"CreatedDate": "2026-02-03T00:07:40.2213857-05:00",
"User": "sample string 6"
},
{
"Id": "90d5693a-61d2-47a0-9640-1932f3a0fbb4",
"UserName": "sample string 2",
"Content": "sample string 3",
"ChangeFormId": "sample string 4",
"CreatedDate": "2026-02-03T00:07:40.2213857-05:00",
"User": "sample string 6"
}
],
"clientName": "sample string 1",
"Status": "sample string 2"
}
application/xml, text/xml
Sample:
<DownloadChangeForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication3.Models">
<Status>sample string 2</Status>
<clientName>sample string 1</clientName>
<notes>
<NotesList>
<ChangeFormId>sample string 4</ChangeFormId>
<Content>sample string 3</Content>
<CreatedDate>2026-02-03T00:07:40.2213857-05:00</CreatedDate>
<Id>90d5693a-61d2-47a0-9640-1932f3a0fbb4</Id>
<User>sample string 6</User>
<UserName>sample string 2</UserName>
</NotesList>
<NotesList>
<ChangeFormId>sample string 4</ChangeFormId>
<Content>sample string 3</Content>
<CreatedDate>2026-02-03T00:07:40.2213857-05:00</CreatedDate>
<Id>90d5693a-61d2-47a0-9640-1932f3a0fbb4</Id>
<User>sample string 6</User>
<UserName>sample string 2</UserName>
</NotesList>
</notes>
<oldData>
<ChangeFormNewModel>
<Action>9</Action>
<ChangeDate>sample string 3</ChangeDate>
<ChangeRequestId>1826ab8d-d2f6-447f-82ea-c585b8b8b5d6</ChangeRequestId>
<DeletedBy>sample string 13</DeletedBy>
<FieldName>sample string 1</FieldName>
<Id>801770a6-38cc-48d4-82a1-4690a6fc39a1</Id>
<IsAccepted>sample string 8</IsAccepted>
<IsInActive>true</IsInActive>
<ModifiedDate>sample string 14</ModifiedDate>
<NewValue>sample string 7</NewValue>
<OriginalValue>sample string 6</OriginalValue>
<Owner>sample string 11</Owner>
<RecordId>d671840f-df08-474f-9016-14db3d829338</RecordId>
<Status>10</Status>
<TableName>5</TableName>
</ChangeFormNewModel>
<ChangeFormNewModel>
<Action>9</Action>
<ChangeDate>sample string 3</ChangeDate>
<ChangeRequestId>1826ab8d-d2f6-447f-82ea-c585b8b8b5d6</ChangeRequestId>
<DeletedBy>sample string 13</DeletedBy>
<FieldName>sample string 1</FieldName>
<Id>801770a6-38cc-48d4-82a1-4690a6fc39a1</Id>
<IsAccepted>sample string 8</IsAccepted>
<IsInActive>true</IsInActive>
<ModifiedDate>sample string 14</ModifiedDate>
<NewValue>sample string 7</NewValue>
<OriginalValue>sample string 6</OriginalValue>
<Owner>sample string 11</Owner>
<RecordId>d671840f-df08-474f-9016-14db3d829338</RecordId>
<Status>10</Status>
<TableName>5</TableName>
</ChangeFormNewModel>
</oldData>
</DownloadChangeForm>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |