PUT api/UploadTraffics/EnterUpload
Request Information
URI Parameters
None.
Body Parameters
UploadTrafficUploadBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required Range: inclusive between 0 and 9.22337203685478E+18 |
|
| UploaderDesktopId | integer |
Required Range: inclusive between 0 and 9.22337203685478E+18 |
|
| UploadDate | date |
Required Data type: DateTime |
|
| FileDetailsId | integer |
Required Range: inclusive between 0 and 9.22337203685478E+18 |
|
| ZipFileName | string |
Required String length: inclusive between 1 and 100 |
|
| FileNumber | string |
Required String length: inclusive between 1 and 100 |
|
| CreateDate | date |
Required Data type: DateTime |
|
| FileSize | integer |
Required Range: inclusive between 0 and 9.22337203685478E+18 |
|
| TransactionId | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UploaderDesktopId": 2,
"UploadDate": "2026-07-15T18:46:48.1729957+00:00",
"FileDetailsId": 4,
"ZipFileName": "sample string 5",
"FileNumber": "sample string 6",
"CreateDate": "2026-07-15T18:46:48.1729957+00:00",
"FileSize": 8,
"TransactionId": "sample string 9"
}
application/xml, text/xml
Sample:
<UploadTrafficUploadBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models"> <TransactionId xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models">sample string 9</TransactionId> <CreateDate>2026-07-15T18:46:48.1729957+00:00</CreateDate> <CustomerId>1</CustomerId> <FileDetailsId>4</FileDetailsId> <FileNumber>sample string 6</FileNumber> <FileSize>8</FileSize> <UploadDate>2026-07-15T18:46:48.1729957+00:00</UploadDate> <UploaderDesktopId>2</UploaderDesktopId> <ZipFileName>sample string 5</ZipFileName> </UploadTrafficUploadBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.