POST api/Account/saveAccountDocs

Request Information

URI Parameters

None.

Body Parameters

account_Document
NameDescriptionTypeAdditional information
id

integer

None.

client_Name

string

None.

vendor_Name

string

None.

docket_No

string

None.

jv_No

string

None.

fileName

string

None.

fileUrl

string

None.

created_by

string

None.

created

date

None.

updated_by

string

None.

updated

date

None.

status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "client_Name": "sample string 2",
  "vendor_Name": "sample string 3",
  "docket_No": "sample string 4",
  "jv_No": "sample string 5",
  "fileName": "sample string 6",
  "fileUrl": "sample string 7",
  "created_by": "sample string 8",
  "created": "2025-12-06T10:16:54.2726326+05:30",
  "updated_by": "sample string 9",
  "updated": "2025-12-06T10:16:54.2726326+05:30",
  "status": true
}

application/xml, text/xml

Sample:
<account_Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API">
  <client_Name>sample string 2</client_Name>
  <created>2025-12-06T10:16:54.2726326+05:30</created>
  <created_by>sample string 8</created_by>
  <docket_No>sample string 4</docket_No>
  <fileName>sample string 6</fileName>
  <fileUrl>sample string 7</fileUrl>
  <id>1</id>
  <jv_No>sample string 5</jv_No>
  <status>true</status>
  <updated>2025-12-06T10:16:54.2726326+05:30</updated>
  <updated_by>sample string 9</updated_by>
  <vendor_Name>sample string 3</vendor_Name>
</account_Document>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.