POST api/Memo/DeleteRefDoc

Request Information

URI Parameters

None.

Body Parameters

RefDocDetail
NameDescriptionTypeAdditional information
memoRefdoc_id

integer

None.

memoid

integer

None.

sequence

integer

None.

doc_id

integer

None.

doc_no

string

None.

document_no

string

None.

template_ID

integer

None.

template_Name

string

None.

template_Subject

string

None.

memoSubject

string

None.

createdby

string

None.

createddate

date

None.

amount

decimal number

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "memoRefdoc_id": 1,
  "memoid": 1,
  "sequence": 1,
  "doc_id": 2,
  "doc_no": "sample string 3",
  "document_no": "sample string 4",
  "template_ID": 5,
  "template_Name": "sample string 6",
  "template_Subject": "sample string 7",
  "memoSubject": "sample string 8",
  "createdby": "sample string 9",
  "createddate": "2025-06-17T21:10:18.3880277+07:00",
  "amount": 1.0,
  "userPrincipalName": "sample string 10",
  "connectionString": "sample string 11",
  "SecretId": null
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RefDocDetail'.

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.