POST api/AMSMaster/SaveDocNoc

Request Information

URI Parameters

None.

Body Parameters

Collection of clsSaveDocNoc
NameDescriptionTypeAdditional information
AccountID

integer

None.

DocDebCallLink

boolean

None.

DocGuarCallLink

boolean

None.

DocLoanConfirm

boolean

None.

DocNocIssue

boolean

None.

DocNocCallConfirm

boolean

None.

DocVerfiedID

integer

None.

AppInstalled

integer

None.

DocRemark

string

None.

MediaType

string

None.

MonthID

integer

None.

YearID

integer

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AccountID": 1,
    "DocDebCallLink": true,
    "DocGuarCallLink": true,
    "DocLoanConfirm": true,
    "DocNocIssue": true,
    "DocNocCallConfirm": true,
    "DocVerfiedID": 1,
    "AppInstalled": 1,
    "DocRemark": "sample string 7",
    "MediaType": "sample string 8",
    "MonthID": 9,
    "YearID": 10,
    "UserID": 1,
    "CompanyID": 1,
    "FinancialYearID": 1,
    "FinancialYear": "sample string 11"
  },
  {
    "AccountID": 1,
    "DocDebCallLink": true,
    "DocGuarCallLink": true,
    "DocLoanConfirm": true,
    "DocNocIssue": true,
    "DocNocCallConfirm": true,
    "DocVerfiedID": 1,
    "AppInstalled": 1,
    "DocRemark": "sample string 7",
    "MediaType": "sample string 8",
    "MonthID": 9,
    "YearID": 10,
    "UserID": 1,
    "CompanyID": 1,
    "FinancialYearID": 1,
    "FinancialYear": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfclsSaveDocNoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <clsSaveDocNoc>
    <CompanyID>1</CompanyID>
    <FinancialYear>sample string 11</FinancialYear>
    <FinancialYearID>1</FinancialYearID>
    <UserID>1</UserID>
    <AccountID>1</AccountID>
    <AppInstalled>1</AppInstalled>
    <DocDebCallLink>true</DocDebCallLink>
    <DocGuarCallLink>true</DocGuarCallLink>
    <DocLoanConfirm>true</DocLoanConfirm>
    <DocNocCallConfirm>true</DocNocCallConfirm>
    <DocNocIssue>true</DocNocIssue>
    <DocRemark>sample string 7</DocRemark>
    <DocVerfiedID>1</DocVerfiedID>
    <MediaType>sample string 8</MediaType>
    <MonthID>9</MonthID>
    <YearID>10</YearID>
  </clsSaveDocNoc>
  <clsSaveDocNoc>
    <CompanyID>1</CompanyID>
    <FinancialYear>sample string 11</FinancialYear>
    <FinancialYearID>1</FinancialYearID>
    <UserID>1</UserID>
    <AccountID>1</AccountID>
    <AppInstalled>1</AppInstalled>
    <DocDebCallLink>true</DocDebCallLink>
    <DocGuarCallLink>true</DocGuarCallLink>
    <DocLoanConfirm>true</DocLoanConfirm>
    <DocNocCallConfirm>true</DocNocCallConfirm>
    <DocNocIssue>true</DocNocIssue>
    <DocRemark>sample string 7</DocRemark>
    <DocVerfiedID>1</DocVerfiedID>
    <MediaType>sample string 8</MediaType>
    <MonthID>9</MonthID>
    <YearID>10</YearID>
  </clsSaveDocNoc>
</ArrayOfclsSaveDocNoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.