POST api/supplierContractmasterDocuments/Insert

Request Information

URI Parameters

None.

Body Parameters

CreateSupplierContractMasterDocumentDtoIn
NameDescriptionTypeAdditional information
Name

string

Required

String length: inclusive between 0 and 200

FileName

string

Required

String length: inclusive between 0 and 200

Document

Collection of byte

Required

Description

string

None.

SupplierContractId

integer

Required

DocumentCategoryId

integer

None.

DocumentDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "fileName": "sample string 2",
  "document": "QEA=",
  "description": "sample string 3",
  "supplierContractId": 4,
  "documentCategoryId": 5,
  "documentDate": "2024-11-19T12:39:56.9263041+02:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.