POST api/supplierContractDocuments/Insert
Request Information
URI Parameters
None.
Body Parameters
CreateSupplierContractDocumentDtoInName | Description | Type | Additional 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.7388142+02:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.