POST api/PrintEstimate/SaveToProcessRecord
Request Information
URI Parameters
None.
Body Parameters
AutoSendPrintEstimateProcessModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
InitialEstimateID | integer |
None. |
|
EstimateId | integer |
None. |
|
LogTime | date |
None. |
|
LoggedByUserId | integer |
None. |
|
CompletedTime | date |
None. |
|
NoteDetail | string |
None. |
|
Status | string |
None. |
|
ResultCode | string |
None. |
|
DepotCode | string |
None. |
|
DepotId | integer |
None. |
|
CustomerId | integer |
None. |
|
TransmissionConfigured | string |
None. |
|
ConfigurationId | integer |
None. |
|
ChannelDetails | string |
None. |
|
CustomerCode | string |
None. |
|
EstimateNumber | string |
None. |
|
IsWeb | boolean |
None. |
|
UnitNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "InitialEstimateID": 2, "EstimateId": 3, "LogTime": "2025-06-30T14:52:48.9228678+00:00", "LoggedByUserId": 1, "CompletedTime": "2025-06-30T14:52:48.9228678+00:00", "NoteDetail": "sample string 5", "Status": "sample string 6", "ResultCode": "sample string 7", "DepotCode": "sample string 8", "DepotId": 9, "CustomerId": 1, "TransmissionConfigured": "sample string 10", "ConfigurationId": 1, "ChannelDetails": "sample string 11", "CustomerCode": "sample string 12", "EstimateNumber": "sample string 13", "IsWeb": true, "UnitNumber": "sample string 15" }
application/xml, text/xml
Sample:
<AutoSendPrintEstimateProcessModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Estimates"> <ChannelDetails>sample string 11</ChannelDetails> <CompletedTime>2025-06-30T14:52:48.9228678+00:00</CompletedTime> <ConfigurationId>1</ConfigurationId> <CustomerCode>sample string 12</CustomerCode> <CustomerId>1</CustomerId> <DepotCode>sample string 8</DepotCode> <DepotId>9</DepotId> <EstimateId>3</EstimateId> <EstimateNumber>sample string 13</EstimateNumber> <Id>1</Id> <InitialEstimateID>2</InitialEstimateID> <IsWeb>true</IsWeb> <LogTime>2025-06-30T14:52:48.9228678+00:00</LogTime> <LoggedByUserId>1</LoggedByUserId> <NoteDetail>sample string 5</NoteDetail> <ResultCode>sample string 7</ResultCode> <Status>sample string 6</Status> <TransmissionConfigured>sample string 10</TransmissionConfigured> <UnitNumber>sample string 15</UnitNumber> </AutoSendPrintEstimateProcessModel>
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.