POST api/ContractorManagement/InsertEMDMasterData

Request Information

URI Parameters

None.

Body Parameters

VendorEMDMasterView
NameDescriptionTypeAdditional information
VendorEMD_Code

integer

None.

Sys_Code

string

None.

WorkOrder_Code

integer

None.

EMD_Number

integer

None.

IsEMDRefund

boolean

None.

EMDDate

date

None.

EMDAmount

decimal number

None.

EMDRefundAmount

decimal number

None.

EMDRefundDate

date

None.

OtherDetail

string

None.

EMDRefundDetail

string

None.

CreatedDate

date

None.

CreateBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDelete

boolean

None.

IsSync

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorEMD_Code": 1,
  "Sys_Code": "sample string 2",
  "WorkOrder_Code": 1,
  "EMD_Number": 1,
  "IsEMDRefund": true,
  "EMDDate": "2026-06-19T08:56:50.9227985+00:00",
  "EMDAmount": 1.1,
  "EMDRefundAmount": 1.1,
  "EMDRefundDate": "2026-06-19T08:56:50.9227985+00:00",
  "OtherDetail": "sample string 3",
  "EMDRefundDetail": "sample string 4",
  "CreatedDate": "2026-06-19T08:56:50.9227985+00:00",
  "CreateBy": 1,
  "ModifiedDate": "2026-06-19T08:56:50.9227985+00:00",
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDelete": true,
  "IsSync": true
}

application/xml, text/xml

Sample:
<VendorEMDMasterView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <CreateBy>1</CreateBy>
  <CreatedDate>2026-06-19T08:56:50.9227985+00:00</CreatedDate>
  <EMDAmount>1.1</EMDAmount>
  <EMDDate>2026-06-19T08:56:50.9227985+00:00</EMDDate>
  <EMDRefundAmount>1.1</EMDRefundAmount>
  <EMDRefundDate>2026-06-19T08:56:50.9227985+00:00</EMDRefundDate>
  <EMDRefundDetail>sample string 4</EMDRefundDetail>
  <EMD_Number>1</EMD_Number>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <IsEMDRefund>true</IsEMDRefund>
  <IsSync>true</IsSync>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2026-06-19T08:56:50.9227985+00:00</ModifiedDate>
  <OtherDetail>sample string 3</OtherDetail>
  <Sys_Code>sample string 2</Sys_Code>
  <VendorEMD_Code>1</VendorEMD_Code>
  <WorkOrder_Code>1</WorkOrder_Code>
</VendorEMDMasterView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>